Skip to content

Commit 8aacd82

Browse files
authored
Refactoring documentation api (#77)
* Refactoring documentation api * fix link
1 parent c6bf855 commit 8aacd82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+344
-163
lines changed

_doc/api/classique.rst

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

_doc/api/datasets.rst

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

_doc/api/datasets/data/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
teachpyx.datasets.data
3+
======================
4+
5+
6+
7+
.. automodule:: teachpyx.datasets.data
8+
:members:
9+
:no-undoc-members:

_doc/api/datasets/data_helper.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
teachpyx.datasets.data_helper
3+
=============================
4+
5+
.. automodule:: teachpyx.datasets.data_helper
6+
:members:
7+
:no-undoc-members:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
teachpyx.datasets.documentation
3+
===============================
4+
5+
.. automodule:: teachpyx.datasets.documentation
6+
:members:
7+
:no-undoc-members:

_doc/api/datasets/enedis.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
teachpyx.datasets.enedis
3+
========================
4+
5+
.. automodule:: teachpyx.datasets.enedis
6+
:members:
7+
:no-undoc-members:

_doc/api/datasets/gpd_helper.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
teachpyx.datasets.gpd_helper
3+
============================
4+
5+
.. automodule:: teachpyx.datasets.gpd_helper
6+
:members:
7+
:no-undoc-members:

_doc/api/datasets/index.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
teachpyx.datasets
3+
=================
4+
5+
6+
.. toctree::
7+
:maxdepth: 1
8+
:caption: submodules
9+
10+
11+
data/index
12+
13+
14+
.. toctree::
15+
:maxdepth: 1
16+
:caption: modules
17+
18+
19+
data_helper
20+
documentation
21+
enedis
22+
gpd_helper
23+
wines
24+
25+
26+
.. automodule:: teachpyx.datasets
27+
:members:
28+
:no-undoc-members:

_doc/api/datasets/wines.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
teachpyx.datasets.wines
3+
=======================
4+
5+
.. automodule:: teachpyx.datasets.wines
6+
:members:
7+
:no-undoc-members:

_doc/api/examples/classiques.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
teachpyx.examples.classiques
3+
============================
4+
5+
.. automodule:: teachpyx.examples.classiques
6+
:members:
7+
:no-undoc-members:

0 commit comments

Comments
 (0)