Skip to content

Commit

Permalink
deploy: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Oct 15, 2024
0 parents commit 4bf06a8
Show file tree
Hide file tree
Showing 190 changed files with 60,247 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# documentation
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 58577eb06bae476b9b640b3d90502b1b
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/cli/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/simulate.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/validate.doctree
Binary file not shown.
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/modules.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.BEMDef.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.RSMDef.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.UBLDef.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.UCMDef.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.building.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.cli.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.cli.simulate.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.cli.validate.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.element.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.forcing.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.infracalcs.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.material.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.param.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.psychrometrics.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.readDOE.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.schdef.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.simparam.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.solarcalcs.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.urbflux.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.utilities.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.uwg.doctree
Binary file not shown.
Binary file added docs/.doctrees/uwg.weather.doctree
Binary file not shown.
Empty file added docs/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# documentation
485 changes: 485 additions & 0 deletions docs/_modules/index.html

Large diffs are not rendered by default.

714 changes: 714 additions & 0 deletions docs/_modules/uwg/BEMDef.html

Large diffs are not rendered by default.

928 changes: 928 additions & 0 deletions docs/_modules/uwg/RSMDef.html

Large diffs are not rendered by default.

631 changes: 631 additions & 0 deletions docs/_modules/uwg/UBLDef.html

Large diffs are not rendered by default.

766 changes: 766 additions & 0 deletions docs/_modules/uwg/UCMDef.html

Large diffs are not rendered by default.

1,076 changes: 1,076 additions & 0 deletions docs/_modules/uwg/building.html

Large diffs are not rendered by default.

938 changes: 938 additions & 0 deletions docs/_modules/uwg/element.html

Large diffs are not rendered by default.

531 changes: 531 additions & 0 deletions docs/_modules/uwg/forcing.html

Large diffs are not rendered by default.

514 changes: 514 additions & 0 deletions docs/_modules/uwg/infracalcs.html

Large diffs are not rendered by default.

560 changes: 560 additions & 0 deletions docs/_modules/uwg/material.html

Large diffs are not rendered by default.

608 changes: 608 additions & 0 deletions docs/_modules/uwg/param.html

Large diffs are not rendered by default.

607 changes: 607 additions & 0 deletions docs/_modules/uwg/psychrometrics.html

Large diffs are not rendered by default.

944 changes: 944 additions & 0 deletions docs/_modules/uwg/readDOE.html

Large diffs are not rendered by default.

865 changes: 865 additions & 0 deletions docs/_modules/uwg/schdef.html

Large diffs are not rendered by default.

558 changes: 558 additions & 0 deletions docs/_modules/uwg/simparam.html

Large diffs are not rendered by default.

734 changes: 734 additions & 0 deletions docs/_modules/uwg/solarcalcs.html

Large diffs are not rendered by default.

635 changes: 635 additions & 0 deletions docs/_modules/uwg/urbflux.html

Large diffs are not rendered by default.

636 changes: 636 additions & 0 deletions docs/_modules/uwg/utilities.html

Large diffs are not rendered by default.

2,469 changes: 2,469 additions & 0 deletions docs/_modules/uwg/uwg.html

Large diffs are not rendered by default.

548 changes: 548 additions & 0 deletions docs/_modules/uwg/weather.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/_sources/cli/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
CLI Docs
========

Installation
------------

To check if the command line is installed correctly use ``uwg --help``

Commands
--------
.. toctree::
:maxdepth: 1

validate
simulate
6 changes: 6 additions & 0 deletions docs/_sources/cli/simulate.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
simulate
========

.. click:: uwg.cli.simulate:simulate
:prog: uwg simulate
:show-nested:
6 changes: 6 additions & 0 deletions docs/_sources/cli/validate.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
validate
========

.. click:: uwg.cli.validate:validate
:prog: uwg validate
:show-nested:
41 changes: 41 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Welcome to uwg's documentation!
===================================

The Urban Weather Generator (uwg) is a Python application for modeling
the `urban heat island effect <https://en.wikipedia.org/wiki/Urban_heat_island//>`_ .
Specifically, it morphs rural `EnergyPlus weather (.epw) files <http://www.ladybug.tools/epwmap//>`_
to reflect average conditions within the urban canyon using a range of properties.

Installation
============

``pip install -U uwg``.

To check if the command line is installed correctly use ``uwg --help``

CLI Docs
=============

For command line interface documentation and API documentation see the pages below.


.. toctree::
:maxdepth: 2

cli/index


uwg
================

.. toctree::
:maxdepth: 4

modules

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
7 changes: 7 additions & 0 deletions docs/_sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg
===

.. toctree::
:maxdepth: 4

uwg
7 changes: 7 additions & 0 deletions docs/_sources/uwg.BEMDef.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.BEMDef module
=================

.. automodule:: uwg.BEMDef
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.RSMDef.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.RSMDef module
=================

.. automodule:: uwg.RSMDef
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.UBLDef.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.UBLDef module
=================

.. automodule:: uwg.UBLDef
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.UCMDef.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.UCMDef module
=================

.. automodule:: uwg.UCMDef
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.building.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.building module
===================

.. automodule:: uwg.building
:members:
:undoc-members:
:show-inheritance:
19 changes: 19 additions & 0 deletions docs/_sources/uwg.cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
uwg.cli package
===============

Submodules
----------

.. toctree::
:maxdepth: 4

uwg.cli.simulate
uwg.cli.validate

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

.. automodule:: uwg.cli
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.cli.simulate.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.cli.simulate module
=======================

.. automodule:: uwg.cli.simulate
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.cli.validate.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.cli.validate module
=======================

.. automodule:: uwg.cli.validate
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.element.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.element module
==================

.. automodule:: uwg.element
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.forcing.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.forcing module
==================

.. automodule:: uwg.forcing
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.infracalcs.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.infracalcs module
=====================

.. automodule:: uwg.infracalcs
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.material.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.material module
===================

.. automodule:: uwg.material
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.param.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.param module
================

.. automodule:: uwg.param
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.psychrometrics.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.psychrometrics module
=========================

.. automodule:: uwg.psychrometrics
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.readDOE.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.readDOE module
==================

.. automodule:: uwg.readDOE
:members:
:undoc-members:
:show-inheritance:
44 changes: 44 additions & 0 deletions docs/_sources/uwg.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
uwg package
===========

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

.. toctree::
:maxdepth: 4

uwg.cli

Submodules
----------

.. toctree::
:maxdepth: 4

uwg.BEMDef
uwg.RSMDef
uwg.UBLDef
uwg.UCMDef
uwg.building
uwg.element
uwg.forcing
uwg.infracalcs
uwg.material
uwg.param
uwg.psychrometrics
uwg.readDOE
uwg.schdef
uwg.simparam
uwg.solarcalcs
uwg.urbflux
uwg.utilities
uwg.uwg
uwg.weather

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

.. automodule:: uwg
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.schdef.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.schdef module
=================

.. automodule:: uwg.schdef
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.simparam.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.simparam module
===================

.. automodule:: uwg.simparam
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.solarcalcs.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.solarcalcs module
=====================

.. automodule:: uwg.solarcalcs
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.urbflux.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.urbflux module
==================

.. automodule:: uwg.urbflux
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.utilities.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.utilities module
====================

.. automodule:: uwg.utilities
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.uwg.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.uwg module
==============

.. automodule:: uwg.uwg
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/uwg.weather.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uwg.weather module
==================

.. automodule:: uwg.weather
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit 4bf06a8

Please sign in to comment.