Skip to content

Commit d8eeb65

Browse files
committed
Added inter docs
1 parent fc43421 commit d8eeb65

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,4 +440,10 @@
440440

441441

442442
# Example configuration for intersphinx: refer to the Python standard library.
443-
intersphinx_mapping = {'https://docs.python.org/': None}
443+
intersphinx_mapping = {
444+
'https://docs.python.org/': None,
445+
'python': ('https://docs.python.org/', None),
446+
'graphene_django': ('http://docs.graphene-python.org/projects/django/en/latest/', None),
447+
'graphene_sqlalchemy': ('http://docs.graphene-python.org/projects/sqlalchemy/en/latest/', None),
448+
'graphene_gae': ('http://docs.graphene-python.org/projects/gae/en/latest/', None),
449+
}

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ Contents:
99
quickstart
1010
types/index
1111
relay/index
12+
13+
Integrations
14+
-----
15+
16+
* `Graphene-Django <http://docs.graphene-python.org/projects/django/en/latest/>`_ (`source <https://github.com/graphql-python/graphene-django/>`_)
17+
* `Graphene-SQLAlchemy <http://docs.graphene-python.org/projects/sqlalchemy/en/latest/>`_ (`source <https://github.com/graphql-python/graphene-sqlalchemy/>`_)
18+
* `Graphene-GAE <http://docs.graphene-python.org/projects/gae/en/latest/>`_ (`source <https://github.com/graphql-python/graphene-gae/>`_)

0 commit comments

Comments
 (0)