Skip to content

Commit

Permalink
update DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Aug 15, 2019
1 parent 3bd5f89 commit 6226377
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/tools.download.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ogs5py.tools.download
=====================

.. automodule:: ogs5py.tools.download
:members:
:undoc-members:
:show-inheritance:

.. raw:: latex

\clearpage
1 change: 1 addition & 0 deletions ogs5py/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
.. autosummary::
tools
script
download
types
"""
2 changes: 2 additions & 0 deletions ogs5py/tools/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Downloader
^^^^^^^^^^
A downloading routine to get the OSG5 executable.
.. autosummary::
download_ogs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def find_version(*file_paths):
DOCLINES = __doc__.split("\n")
README = open("README.md").read()
CLASSIFIERS = [
"Development Status :: 1 - Stable",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 6226377

Please sign in to comment.