-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started linking overview.rst to API docs
- Loading branch information
1 parent
cd8976f
commit 0ee2f4a
Showing
13 changed files
with
190 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
*.pyc | ||
*.cache | ||
|
||
MANIFEST | ||
dist | ||
*.egg-info | ||
build | ||
.idea | ||
|
||
.pytest_cache | ||
gdxpds/test/pytest.log | ||
*.egg-info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ API | |
### | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:maxdepth: 2 | ||
|
||
api/modules | ||
api/gdxpds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
gdxpds package | ||
============== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
gdxpds.test | ||
|
||
Submodules | ||
---------- | ||
|
||
gdxpds.gdx module | ||
----------------- | ||
|
||
.. automodule:: gdxpds.gdx | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.read\_gdx module | ||
----------------------- | ||
|
||
.. automodule:: gdxpds.read_gdx | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.special module | ||
--------------------- | ||
|
||
.. automodule:: gdxpds.special | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.tools module | ||
------------------- | ||
|
||
.. automodule:: gdxpds.tools | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.write\_gdx module | ||
------------------------ | ||
|
||
.. automodule:: gdxpds.write_gdx | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: gdxpds | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
.. autofunction:: gdxpds.to_dataframes | ||
|
||
.. autofunction:: gdxpds.to_dataframe | ||
|
||
.. autofunction:: gdxpds.list_symbols | ||
|
||
.. autofunction:: gdxpds.to_gdx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
gdxpds.test package | ||
=================== | ||
|
||
Submodules | ||
---------- | ||
|
||
gdxpds.test.conftest module | ||
--------------------------- | ||
|
||
.. automodule:: gdxpds.test.conftest | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.test.test\_conversions module | ||
------------------------------------ | ||
|
||
.. automodule:: gdxpds.test.test_conversions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.test.test\_read module | ||
----------------------------- | ||
|
||
.. automodule:: gdxpds.test.test_read | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.test.test\_session module | ||
-------------------------------- | ||
|
||
.. automodule:: gdxpds.test.test_session | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.test.test\_specials module | ||
--------------------------------- | ||
|
||
.. automodule:: gdxpds.test.test_specials | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
gdxpds.test.test\_write module | ||
------------------------------ | ||
|
||
.. automodule:: gdxpds.test.test_write | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: gdxpds.test | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
gdx-pandas | ||
========== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
gdxpds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
.. autofunction:: gdxpds.to_dataframes | ||
|
||
.. autofunction:: gdxpds.to_dataframe | ||
|
||
.. autofunction:: gdxpds.list_symbols | ||
|
||
.. autofunction:: gdxpds.to_gdx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
index | ||
overview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters