Skip to content

Commit

Permalink
Add parameters and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eleanor Smith committed Oct 19, 2020
1 parent f9eb5a2 commit 7a020d4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
Binary file added docs/_static/roocs.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,31 @@ API
Parameters
==========

.. automodule:: roocs_utils.parameter
.. automodule:: roocs_utils.parameter.base_parameter
:noindex:
:members:
:undoc-members:
:show-inheritance:

.. automodule:: roocs_utils.parameter.area_parameter
:noindex:
:members:
:undoc-members:
:show-inheritance:

.. automodule:: roocs_utils.parameter.collection_parameter
:noindex:
:members:
:undoc-members:
:show-inheritance:

.. automodule:: roocs_utils.parameter.level_parameter
:noindex:
:members:
:undoc-members:
:show-inheritance:

.. automodule:: roocs_utils.parameter.time_parameter
:noindex:
:members:
:undoc-members:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#
# html_theme_options = {}

html_logo = "_build/html/_static/roocs.png"
html_logo = "_static/roocs.png"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 7a020d4

Please sign in to comment.