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 16, 2024
0 parents commit 2ed476c
Show file tree
Hide file tree
Showing 115 changed files with 29,642 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
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: cc06138507ae3613e0aa0e0d8a805db5
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/cli/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/main.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/lbt_recipes.cli.doctree
Binary file not shown.
Binary file added docs/.doctrees/lbt_recipes.doctree
Binary file not shown.
Binary file added docs/.doctrees/lbt_recipes.recipe.doctree
Binary file not shown.
Binary file added docs/.doctrees/lbt_recipes.settings.doctree
Binary file not shown.
Binary file added docs/.doctrees/lbt_recipes.version.doctree
Binary file not shown.
Binary file added docs/.doctrees/modules.doctree
Binary file not shown.
Empty file added docs/.nojekyll
Empty file.
238 changes: 238 additions & 0 deletions docs/_modules/index.html

Large diffs are not rendered by default.

895 changes: 895 additions & 0 deletions docs/_modules/lbt_recipes/recipe.html

Large diffs are not rendered by default.

438 changes: 438 additions & 0 deletions docs/_modules/lbt_recipes/settings.html

Large diffs are not rendered by default.

330 changes: 330 additions & 0 deletions docs/_modules/lbt_recipes/version.html

Large diffs are not rendered by default.

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


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

main
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:: lbt_recipes.cli.__init__:main
:prog: lbt-recipes
:show-nested:
:commands: run ,viz
42 changes: 42 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
Welcome to lbt-recipes' documentation!
=======================================

A collection of recipes that ship with the Ladybug Tools plugins.

This includes Radiance recipes, which automate the process of running daylight and radiation studies using `Radiance <https://radiance-online.org/>`_.

It also includes microclimate mapping recipes, which spatially map thermal comfort using `EnergyPlus <https://github.com/NREL/EnergyPlus/>`_ and `Radiance <https://radiance-online.org/>`_.

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

To install the library use ``pip install -U lbt-recipes``.

To check if the command line interface is installed correctly use ``lbt-recipes viz`` and you
should get a ``viiiiiiiiiiiiizzzzzzzzz!`` back in response!

CLI Docs
========

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

.. toctree::
:maxdepth: 2

cli//index


lbt_recipes
=============

.. toctree::
:maxdepth: 4

modules

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
10 changes: 10 additions & 0 deletions docs/_sources/lbt_recipes.cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
lbt\_recipes.cli package
========================

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

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

.. automodule:: lbt_recipes.recipe
:members:
:undoc-members:
:show-inheritance:
28 changes: 28 additions & 0 deletions docs/_sources/lbt_recipes.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
lbt\_recipes package
====================

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

.. toctree::
:maxdepth: 4

lbt_recipes.cli

Submodules
----------

.. toctree::
:maxdepth: 4

lbt_recipes.recipe
lbt_recipes.settings
lbt_recipes.version

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

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

.. automodule:: lbt_recipes.settings
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/lbt_recipes.version.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
lbt\_recipes.version module
===========================

.. automodule:: lbt_recipes.version
:members:
:undoc-members:
:show-inheritance:
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 @@
lbt_recipes
===========

.. toctree::
:maxdepth: 4

lbt_recipes
Loading

0 comments on commit 2ed476c

Please sign in to comment.