Skip to content

Commit a12f594

Browse files
akash5100nabobalis
andauthored
Enum for Datasources (#61)
Co-authored-by: Nabil Freij <[email protected]>
1 parent 814902b commit a12f594

File tree

4 files changed

+571
-0
lines changed

4 files changed

+571
-0
lines changed

docs/api.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@ API Reference
33
*************
44

55
.. automodapi:: hvpy
6+
:no-inheritance-diagram:
67

78
.. automodapi:: hvpy.core
89

910
.. automodapi:: hvpy.io
11+
:no-inheritance-diagram:
1012

1113
.. automodapi:: hvpy.parameters
1214
:allowed-package-names: hvpy.api_groups
15+
16+
.. automodapi:: hvpy.datasources
17+
:no-inheritance-diagram:

hvpy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .facade import *
22
from .config import set_api_url
33
from .version import __version__
4+
from .datasources import *

0 commit comments

Comments
 (0)