Skip to content

Commit

Permalink
Merge pull request #88 from oemof/fix/docs-index
Browse files Browse the repository at this point in the history
Remove duplicates in docs
  • Loading branch information
jnnr committed Feb 15, 2023
2 parents 69eb4a3 + 7cb7ccb commit bc594e8
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 95 deletions.
74 changes: 71 additions & 3 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,75 @@
=============
API Reference
=============

.. toctree::
:glob:
oemof.tabular.datapackage package
=================================

.. automodule:: oemof.tabular.datapackage
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

oemof.tabular.datapackage.aggregation module
--------------------------------------------

.. automodule:: oemof.tabular.datapackage.aggregation
:members:
:undoc-members:
:show-inheritance:

oemof.tabular.datapackage.building module
-----------------------------------------

.. automodule:: oemof.tabular.datapackage.building
:members:
:undoc-members:
:show-inheritance:

oemof.tabular.datapackage.processing module
-------------------------------------------

.. automodule:: oemof.tabular.datapackage.processing
:members:
:undoc-members:
:show-inheritance:

oemof.tabular.datapackage.reading module
----------------------------------------

.. automodule:: oemof.tabular.datapackage.reading
:members:
:undoc-members:
:show-inheritance:

oemof.tabular.tools package
===========================

.. automodule:: oemof.tabular.tools
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

oemof.tabular.tools.geometry module
-----------------------------------

.. automodule:: oemof.tabular.tools.geometry
:members:
:undoc-members:
:show-inheritance:



oemof.tabular.facades module
=============================

oemof.tabular*
.. automodule:: oemof.tabular.facades
:members:
:undoc-members:
:show-inheritance:
44 changes: 0 additions & 44 deletions docs/reference/oemof.tabular.datapackage.rst

This file was deleted.

28 changes: 0 additions & 28 deletions docs/reference/oemof.tabular.rst

This file was deleted.

20 changes: 0 additions & 20 deletions docs/reference/oemof.tabular.tools.rst

This file was deleted.

0 comments on commit bc594e8

Please sign in to comment.