Skip to content

Commit 08e2153

Browse files
show correct inherited methods (#27)
1 parent f59213f commit 08e2153

4 files changed

Lines changed: 10 additions & 31 deletions

File tree

docs/_templates/autosummary/class.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77

88
.. autoclass:: {{ objname }}
99
:members:
10+
:inherited-members: OAuth2Session

docs/api_ref/api.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/api_ref/authentication.rst

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/api_ref/index.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
API Reference
1+
API reference
22
=============
33
This section gives an overview of all public ``fourinsight.api`` objects, functions and methods.
44

55
All classes and functions exposed in ``fourinsight.api`` namespace are presented in the
66
following sub pages:
77

8-
.. toctree::
9-
:maxdepth: 1
8+
.. currentmodule:: fourinsight.api
109

11-
api
12-
authentication
10+
11+
.. autosummary::
12+
:toctree:
13+
:template: class.rst
14+
15+
UserSession
16+
ClientSession

0 commit comments

Comments
 (0)