mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-09 08:00:39 +03:00
Added inter docs
This commit is contained in:
parent
fc43421e68
commit
d8eeb65b5c
|
@ -440,4 +440,10 @@ epub_exclude_files = ['search.html']
|
||||||
|
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
intersphinx_mapping = {'https://docs.python.org/': None}
|
intersphinx_mapping = {
|
||||||
|
'https://docs.python.org/': None,
|
||||||
|
'python': ('https://docs.python.org/', None),
|
||||||
|
'graphene_django': ('http://docs.graphene-python.org/projects/django/en/latest/', None),
|
||||||
|
'graphene_sqlalchemy': ('http://docs.graphene-python.org/projects/sqlalchemy/en/latest/', None),
|
||||||
|
'graphene_gae': ('http://docs.graphene-python.org/projects/gae/en/latest/', None),
|
||||||
|
}
|
||||||
|
|
|
@ -9,3 +9,10 @@ Contents:
|
||||||
quickstart
|
quickstart
|
||||||
types/index
|
types/index
|
||||||
relay/index
|
relay/index
|
||||||
|
|
||||||
|
Integrations
|
||||||
|
-----
|
||||||
|
|
||||||
|
* `Graphene-Django <http://docs.graphene-python.org/projects/django/en/latest/>`_ (`source <https://github.com/graphql-python/graphene-django/>`_)
|
||||||
|
* `Graphene-SQLAlchemy <http://docs.graphene-python.org/projects/sqlalchemy/en/latest/>`_ (`source <https://github.com/graphql-python/graphene-sqlalchemy/>`_)
|
||||||
|
* `Graphene-GAE <http://docs.graphene-python.org/projects/gae/en/latest/>`_ (`source <https://github.com/graphql-python/graphene-gae/>`_)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user