Skip to content

Commit

Permalink
Merge 8aeab60 into 3162e32
Browse files Browse the repository at this point in the history
  • Loading branch information
scotthavens committed Jul 22, 2021
2 parents 3162e32 + 8aeab60 commit 1a7e3ea
Show file tree
Hide file tree
Showing 46 changed files with 3,501 additions and 348 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ coverage.xml

# Sphinx documentation
docs/_build/
docs/auto_config.rst

# PyBuilder
target/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ coverage-html: coverage ## check code coverage quickly with the default Python
docs: ## generate Sphinx HTML documentation, including API docs
rm -f docs/awsm.rst
rm -f docs/modules.rst
sphinx-apidoc -o docs/ awsm
sphinx-apidoc -o docs/api awsm
$(MAKE) -C docs clean
$(MAKE) -C docs html
$(BROWSER) docs/_build/html/index.html
Expand Down
9 changes: 9 additions & 0 deletions docs/_templates/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{% extends "!footer.html" %}

{% block extrafooter %}
<div class="footer">
<!-- your html code here -->
<br>
<img style="width: 200px; margin-left: auto; margin-right: auto; display: block;" src="{{ pathto("_static/ars_logo.png", 1) }}" alt="ARS logo" />
</div>
{% endblock %}
13 changes: 13 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% extends "!layout.html" %}

{% block header %}
<!-- <img src="{{ pathto("_static/ars_logo.png", 1) }}" alt="ARS logo" />-->
{% endblock %}

{% block extrafooter %}
<div class="footer">
<!-- your html code here
Hello!
layout.html-->
</div>
{% endblock %}
29 changes: 29 additions & 0 deletions docs/api/awsm.framework.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
awsm.framework package
======================

Submodules
----------

awsm.framework.ascii\_art module
--------------------------------

.. automodule:: awsm.framework.ascii_art
:members:
:undoc-members:
:show-inheritance:

awsm.framework.framework module
-------------------------------

.. automodule:: awsm.framework.framework
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.framework
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/api/awsm.interface.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
awsm.interface package
======================

Submodules
----------

awsm.interface.ingest\_data module
----------------------------------

.. automodule:: awsm.interface.ingest_data
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.interface
:members:
:undoc-members:
:show-inheritance:
37 changes: 37 additions & 0 deletions docs/api/awsm.models.pysnobal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
awsm.models.pysnobal package
============================

Submodules
----------

awsm.models.pysnobal.init\_model module
---------------------------------------

.. automodule:: awsm.models.pysnobal.init_model
:members:
:undoc-members:
:show-inheritance:

awsm.models.pysnobal.ipysnobal module
-------------------------------------

.. automodule:: awsm.models.pysnobal.ipysnobal
:members:
:undoc-members:
:show-inheritance:

awsm.models.pysnobal.pysnobal\_io module
----------------------------------------

.. automodule:: awsm.models.pysnobal.pysnobal_io
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.models.pysnobal
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/api/awsm.models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
awsm.models package
===================

Subpackages
-----------

.. toctree::
:maxdepth: 4

awsm.models.pysnobal

Submodules
----------

awsm.models.smrf\_connector module
----------------------------------

.. automodule:: awsm.models.smrf_connector
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.models
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/api/awsm.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
awsm package
============

Subpackages
-----------

.. toctree::
:maxdepth: 4

awsm.framework
awsm.interface
awsm.models
awsm.tests

Module contents
---------------

.. automodule:: awsm
:members:
:undoc-members:
:show-inheritance:
21 changes: 21 additions & 0 deletions docs/api/awsm.tests.output.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
awsm.tests.output package
=========================

Submodules
----------

awsm.tests.output.test\_file\_output module
-------------------------------------------

.. automodule:: awsm.tests.output.test_file_output
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.tests.output
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/api/awsm.tests.restart.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
awsm.tests.restart package
==========================

Submodules
----------

awsm.tests.restart.test\_lakes module
-------------------------------------

.. automodule:: awsm.tests.restart.test_lakes
:members:
:undoc-members:
:show-inheritance:

awsm.tests.restart.test\_rme module
-----------------------------------

.. automodule:: awsm.tests.restart.test_rme
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.tests.restart
:members:
:undoc-members:
:show-inheritance:
86 changes: 86 additions & 0 deletions docs/api/awsm.tests.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
awsm.tests package
==================

Subpackages
-----------

.. toctree::
:maxdepth: 4

awsm.tests.output
awsm.tests.restart

Submodules
----------

awsm.tests.awsm\_test\_case module
----------------------------------

.. automodule:: awsm.tests.awsm_test_case
:members:
:undoc-members:
:show-inheritance:

awsm.tests.awsm\_test\_case\_lakes module
-----------------------------------------

.. automodule:: awsm.tests.awsm_test_case_lakes
:members:
:undoc-members:
:show-inheritance:

awsm.tests.check\_mixin module
------------------------------

.. automodule:: awsm.tests.check_mixin
:members:
:undoc-members:
:show-inheritance:

awsm.tests.test\_awsm\_directory module
---------------------------------------

.. automodule:: awsm.tests.test_awsm_directory
:members:
:undoc-members:
:show-inheritance:

awsm.tests.test\_awsm\_lakes module
-----------------------------------

.. automodule:: awsm.tests.test_awsm_lakes
:members:
:undoc-members:
:show-inheritance:

awsm.tests.test\_awsm\_lakes\_init module
-----------------------------------------

.. automodule:: awsm.tests.test_awsm_lakes_init
:members:
:undoc-members:
:show-inheritance:

awsm.tests.test\_awsm\_lakes\_lidar\_update module
--------------------------------------------------

.. automodule:: awsm.tests.test_awsm_lakes_lidar_update
:members:
:undoc-members:
:show-inheritance:

awsm.tests.test\_awsm\_rme module
---------------------------------

.. automodule:: awsm.tests.test_awsm_rme
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: awsm.tests
:members:
:undoc-members:
:show-inheritance:
6 changes: 5 additions & 1 deletion docs/api.rst → docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ The API here describes all the classes and functions
used in AWSM.


.. include:: modules.rst
.. toctree::

awsm.framework
awsm.interface
awsm.models
7 changes: 7 additions & 0 deletions docs/api/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
awsm
====

.. toctree::
:maxdepth: 4

awsm
1 change: 0 additions & 1 deletion docs/authors.rst

This file was deleted.

0 comments on commit 1a7e3ea

Please sign in to comment.