GPI-661: Add docs to http module

This commit is contained in:
Mieszko Banczerowski
2019-08-23 17:46:08 +02:00
parent dec59f47dd
commit b20fce057b
5 changed files with 85 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ extensions = [
]
autodoc_member_order = 'bysource'
autodoc_inherit_docstrings = False
autodoc_mock_imports = ["galaxy.http"]
autodoc_mock_imports = ["aiohttp"]
set_type_checking_flag = True

View File

@@ -0,0 +1,8 @@
galaxy.http
=================
.. automodule:: galaxy.http
:members:
:special-members: __init__
:undoc-members:
:show-inheritance:

View File

@@ -6,7 +6,8 @@ GOG Galaxy Integrations Python API
:includehidden:
Overview <overview>
API <galaxy.api>
galaxy.api
galaxy.http
Platform ID's <platforms>
Index