Skip to content

Commit

Permalink
Update nwm docs (#270)
Browse files Browse the repository at this point in the history
* update nwm client docs

* update version
  • Loading branch information
jarq6c authored Dec 3, 2024
1 parent a9cfa0b commit e403c05
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 29 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# -- Project information -----------------------------------------------------

project = 'OWPHydroTools'
copyright = '2021, Jason A. Regina and Austin Raney'
copyright = '2021-2024, Jason A. Regina and Austin Raney'
author = 'Jason A. Regina and Austin Raney'

# The full version, including alpha/beta/rc tags
release = '2.1.2'
release = '2.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.AzureFileCatalog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.AzureFileCatalog module
==============================================

.. automodule:: hydrotools.nwm_client.AzureFileCatalog
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.FileDownloader.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.FileDownloader module
============================================

.. automodule:: hydrotools.nwm_client.FileDownloader
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.GCPFileCatalog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.GCPFileCatalog module
============================================

.. automodule:: hydrotools.nwm_client.GCPFileCatalog
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.HTTPFileCatalog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.HTTPFileCatalog module
=============================================

.. automodule:: hydrotools.nwm_client.HTTPFileCatalog
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.NWMClient.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.NWMClient module
=======================================

.. automodule:: hydrotools.nwm_client.NWMClient
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.NWMClientDefaults.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.NWMClientDefaults module
===============================================

.. automodule:: hydrotools.nwm_client.NWMClientDefaults
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.NWMFileCatalog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.NWMFileCatalog module
============================================

.. automodule:: hydrotools.nwm_client.NWMFileCatalog
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.NWMFileClient.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.NWMFileClient module
===========================================

.. automodule:: hydrotools.nwm_client.NWMFileClient
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.NWMFileProcessor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.NWMFileProcessor module
==============================================

.. automodule:: hydrotools.nwm_client.NWMFileProcessor
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.ParquetStore.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.ParquetStore module
==========================================

.. automodule:: hydrotools.nwm_client.ParquetStore
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/hydrotools.nwm_client.UnitHandler.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
hydrotools.nwm\_client.UnitHandler module
=========================================

.. automodule:: hydrotools.nwm_client.UnitHandler
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 0 additions & 8 deletions docs/hydrotools.nwm_client.gcp.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/hydrotools.nwm_client.http.rst

This file was deleted.

14 changes: 11 additions & 3 deletions docs/hydrotools.nwm_client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ Submodules
.. toctree::
:maxdepth: 4

hydrotools.nwm_client.gcp
hydrotools.nwm_client.http
hydrotools.nwm_client.utils
hydrotools.nwm_client.AzureFileCatalog
hydrotools.nwm_client.FileDownloader
hydrotools.nwm_client.GCPFileCatalog
hydrotools.nwm_client.HTTPFileCatalog
hydrotools.nwm_client.NWMClient
hydrotools.nwm_client.NWMClientDefaults
hydrotools.nwm_client.NWMFileCatalog
hydrotools.nwm_client.NWMFileClient
hydrotools.nwm_client.NWMFileProcessor
hydrotools.nwm_client.ParquetStore
hydrotools.nwm_client.UnitHandler

Module contents
---------------
Expand Down
8 changes: 0 additions & 8 deletions docs/hydrotools.nwm_client.utils.rst

This file was deleted.

0 comments on commit e403c05

Please sign in to comment.