File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 440
440
441
441
442
442
# 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
+ }
Original file line number Diff line number Diff line change @@ -9,3 +9,10 @@ Contents:
9
9
quickstart
10
10
types/index
11
11
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/ >`_)
You can’t perform that action at this time.
0 commit comments