Skip to content

Commit

Permalink
deploy: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jul 7, 2023
0 parents commit 5bb18a8
Show file tree
Hide file tree
Showing 202 changed files with 60,350 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: 53fbb769fc4e7772cbcf622c403184bc
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
319 changes: 319 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/annual.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

867 changes: 867 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/leed.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,957 changes: 1,957 additions & 0 deletions docs/_modules/honeybee_radiance_postprocess/results.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

272 changes: 272 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
postprocess
schedule
leed
grid
translate
two_phase
mtxop
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 5bb18a8

Please sign in to comment.