Skip to content

Commit

Permalink
deploy: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Nov 30, 2023
0 parents commit e4fc33f
Show file tree
Hide file tree
Showing 204 changed files with 74,109 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: a21a82e19eb7640a587d8049b10a8356
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/cli/grid.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/leed.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/main.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/mtxop.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/postprocess.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/schedule.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/translate.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/two_phase.doctree
Binary file not shown.
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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
513 changes: 513 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/annual.html

Large diffs are not rendered by default.

732 changes: 732 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/annualdaylight.html

Large diffs are not rendered by default.

685 changes: 685 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/cli/grid.html

Large diffs are not rendered by default.

569 changes: 569 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/cli/util.html

Large diffs are not rendered by default.

721 changes: 721 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/dynamic.html

Large diffs are not rendered by default.

466 changes: 466 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/electriclight.html

Large diffs are not rendered by default.

747 changes: 747 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/en17037.html

Large diffs are not rendered by default.

697 changes: 697 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/helper.html

Large diffs are not rendered by default.

1,201 changes: 1,201 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/leed.html

Large diffs are not rendered by default.

849 changes: 849 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/metrics.html

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/reader.html

Large diffs are not rendered by default.

2,280 changes: 2,280 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/results.html

Large diffs are not rendered by default.

622 changes: 622 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/util.html

Large diffs are not rendered by default.

461 changes: 461 additions & 0 deletions docs/_modules/index.html

Large diffs are not rendered by default.

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

.. click:: honeybee_radiance_postprocess.cli.grid:grid
:prog: honeybee-radiance-postprocess grid
:show-nested:
17 changes: 17 additions & 0 deletions docs/_sources/cli/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
CLI
===


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

main
leed
two_phase
grid
postprocess
schedule
mtxop
translate
6 changes: 6 additions & 0 deletions docs/_sources/cli/leed.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
leed
====

.. click:: honeybee_radiance_postprocess.cli.leed:leed
:prog: honeybee-radiance-postprocess leed
:show-nested:
7 changes: 7 additions & 0 deletions docs/_sources/cli/main.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
main
====

.. click:: honeybee_radiance_postprocess.cli.__init__:postprocess
:prog: honeybee-radiance-postprocess
:show-nested:
:commands:
6 changes: 6 additions & 0 deletions docs/_sources/cli/mtxop.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mtxop
=====

.. click:: honeybee_radiance_postprocess.cli.mtxop:mtxop
:prog: honeybee-radiance-postprocess mtxop
:show-nested:
6 changes: 6 additions & 0 deletions docs/_sources/cli/postprocess.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
postprocess
===========

.. click:: honeybee_radiance_postprocess.cli.postprocess:post_process
:prog: honeybee-radiance-postprocess post-process
:show-nested:
6 changes: 6 additions & 0 deletions docs/_sources/cli/schedule.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
schedule
========

.. click:: honeybee_radiance_postprocess.cli.schedule:schedule
:prog: honeybee-radiance-postprocess schedule
:show-nested:
6 changes: 6 additions & 0 deletions docs/_sources/cli/translate.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
translate
=========

.. click:: honeybee_radiance_postprocess.cli.translate:translate
:prog: honeybee-radiance-postprocess translate
:show-nested:
6 changes: 6 additions & 0 deletions docs/_sources/cli/two_phase.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
two_phase
=========

.. click:: honeybee_radiance_postprocess.cli.two_phase:two_phase
:prog: honeybee-radiance-postprocess two_phase
:show-nested:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.annual.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.annual module
=============================================

.. automodule:: honeybee_radiance_postprocess.annual
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.annualdaylight module
=====================================================

.. automodule:: honeybee_radiance_postprocess.annualdaylight
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.cli.grid.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.grid module
===============================================

.. automodule:: honeybee_radiance_postprocess.cli.grid
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.cli.leed.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.leed module
===============================================

.. automodule:: honeybee_radiance_postprocess.cli.leed
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.cli.mtxop.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.mtxop module
================================================

.. automodule:: honeybee_radiance_postprocess.cli.mtxop
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.postprocess module
======================================================

.. automodule:: honeybee_radiance_postprocess.cli.postprocess
:members:
:undoc-members:
:show-inheritance:
25 changes: 25 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
honeybee\_radiance\_postprocess.cli package
===========================================

Submodules
----------

.. toctree::
:maxdepth: 4

honeybee_radiance_postprocess.cli.grid
honeybee_radiance_postprocess.cli.leed
honeybee_radiance_postprocess.cli.mtxop
honeybee_radiance_postprocess.cli.postprocess
honeybee_radiance_postprocess.cli.schedule
honeybee_radiance_postprocess.cli.translate
honeybee_radiance_postprocess.cli.two_phase
honeybee_radiance_postprocess.cli.util

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

.. automodule:: honeybee_radiance_postprocess.cli
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.schedule module
===================================================

.. automodule:: honeybee_radiance_postprocess.cli.schedule
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.translate module
====================================================

.. automodule:: honeybee_radiance_postprocess.cli.translate
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.two\_phase module
=====================================================

.. automodule:: honeybee_radiance_postprocess.cli.two_phase
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.cli.util.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.cli.util module
===============================================

.. automodule:: honeybee_radiance_postprocess.cli.util
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.dynamic.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.dynamic module
==============================================

.. automodule:: honeybee_radiance_postprocess.dynamic
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.electriclight module
====================================================

.. automodule:: honeybee_radiance_postprocess.electriclight
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.en17037.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.en17037 module
==============================================

.. automodule:: honeybee_radiance_postprocess.en17037
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.helper.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.helper module
=============================================

.. automodule:: honeybee_radiance_postprocess.helper
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.leed.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.leed module
===========================================

.. automodule:: honeybee_radiance_postprocess.leed
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.metrics.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.metrics module
==============================================

.. automodule:: honeybee_radiance_postprocess.metrics
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.reader.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.reader module
=============================================

.. automodule:: honeybee_radiance_postprocess.reader
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.results.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.results module
==============================================

.. automodule:: honeybee_radiance_postprocess.results
:members:
:undoc-members:
:show-inheritance:
37 changes: 37 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
honeybee\_radiance\_postprocess package
=======================================

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

.. toctree::
:maxdepth: 4

honeybee_radiance_postprocess.cli

Submodules
----------

.. toctree::
:maxdepth: 4

honeybee_radiance_postprocess.annual
honeybee_radiance_postprocess.annualdaylight
honeybee_radiance_postprocess.dynamic
honeybee_radiance_postprocess.electriclight
honeybee_radiance_postprocess.en17037
honeybee_radiance_postprocess.helper
honeybee_radiance_postprocess.leed
honeybee_radiance_postprocess.metrics
honeybee_radiance_postprocess.reader
honeybee_radiance_postprocess.results
honeybee_radiance_postprocess.type_hints
honeybee_radiance_postprocess.util

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

.. automodule:: honeybee_radiance_postprocess
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.type\_hints module
==================================================

.. automodule:: honeybee_radiance_postprocess.type_hints
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/honeybee_radiance_postprocess.util.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
honeybee\_radiance\_postprocess.util module
===========================================

.. automodule:: honeybee_radiance_postprocess.util
:members:
:undoc-members:
:show-inheritance:
27 changes: 27 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Welcome to honeybee-radiance-postprocess's documentation!
===================================

CLI Docs
========

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

.. toctree::
:maxdepth: 2

cli//index


.. toctree::
:maxdepth: 2
:caption: Contents:

.. include:: modules.rst


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 @@
honeybee_radiance_postprocess
=============================

.. toctree::
:maxdepth: 4

honeybee_radiance_postprocess
Loading

0 comments on commit e4fc33f

Please sign in to comment.