Skip to content

Commit

Permalink
deploy: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Sep 18, 2024
0 parents commit a1d37ce
Show file tree
Hide file tree
Showing 213 changed files with 126,988 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: 89d4175636d7a8278efe82e967435b14
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/.doctrees/cli/create.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/edit.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/translate.doctree
Binary file not shown.
Binary file added docs/.doctrees/cli/validate.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.building.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.cli.create.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.cli.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.cli.edit.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.cli.translate.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.cli.validate.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.colorobj.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.config.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.context.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.dictutil.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.extensionutil.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.model.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.projection.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.properties.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.roof.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.room2d.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.story.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.subdivide.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.windowparameter.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.writer.building.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.writer.context.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.writer.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.writer.model.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.writer.room2d.doctree
Binary file not shown.
Binary file added docs/.doctrees/dragonfly.writer.story.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.
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
3,063 changes: 3,063 additions & 0 deletions docs/_modules/dragonfly/building.html

Large diffs are not rendered by default.

1,086 changes: 1,086 additions & 0 deletions docs/_modules/dragonfly/colorobj.html

Large diffs are not rendered by default.

1,091 changes: 1,091 additions & 0 deletions docs/_modules/dragonfly/config.html

Large diffs are not rendered by default.

1,317 changes: 1,317 additions & 0 deletions docs/_modules/dragonfly/context.html

Large diffs are not rendered by default.

1,050 changes: 1,050 additions & 0 deletions docs/_modules/dragonfly/dictutil.html

Large diffs are not rendered by default.

1,126 changes: 1,126 additions & 0 deletions docs/_modules/dragonfly/extensionutil.html

Large diffs are not rendered by default.

3,052 changes: 3,052 additions & 0 deletions docs/_modules/dragonfly/model.html

Large diffs are not rendered by default.

1,123 changes: 1,123 additions & 0 deletions docs/_modules/dragonfly/projection.html

Large diffs are not rendered by default.

1,622 changes: 1,622 additions & 0 deletions docs/_modules/dragonfly/properties.html

Large diffs are not rendered by default.

1,626 changes: 1,626 additions & 0 deletions docs/_modules/dragonfly/roof.html

Large diffs are not rendered by default.

5,860 changes: 5,860 additions & 0 deletions docs/_modules/dragonfly/room2d.html

Large diffs are not rendered by default.

1,569 changes: 1,569 additions & 0 deletions docs/_modules/dragonfly/shadingparameter.html

Large diffs are not rendered by default.

1,922 changes: 1,922 additions & 0 deletions docs/_modules/dragonfly/skylightparameter.html

Large diffs are not rendered by default.

2,795 changes: 2,795 additions & 0 deletions docs/_modules/dragonfly/story.html

Large diffs are not rendered by default.

1,107 changes: 1,107 additions & 0 deletions docs/_modules/dragonfly/subdivide.html

Large diffs are not rendered by default.

3,733 changes: 3,733 additions & 0 deletions docs/_modules/dragonfly/windowparameter.html

Large diffs are not rendered by default.

1,006 changes: 1,006 additions & 0 deletions docs/_modules/index.html

Large diffs are not rendered by default.

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

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

.. click:: dragonfly.cli.edit:edit
:prog: dragonfly edit
:show-nested:
18 changes: 18 additions & 0 deletions docs/_sources/cli/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
CLI Docs
========

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

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

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

edit
validate
create
translate
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:: dragonfly.cli.translate:translate
:prog: dragonfly translate
: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:: dragonfly.cli.validate:validate
:prog: dragonfly validate
:show-nested:
7 changes: 7 additions & 0 deletions docs/_sources/dragonfly.building.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
dragonfly.building module
=========================

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

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

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

Submodules
----------

.. toctree::
:maxdepth: 4

dragonfly.cli.create
dragonfly.cli.edit
dragonfly.cli.translate
dragonfly.cli.validate

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.. toctree::
:maxdepth: 4

dragonfly.cli
dragonfly.writer

Submodules
----------

.. toctree::
:maxdepth: 4

dragonfly.building
dragonfly.colorobj
dragonfly.config
dragonfly.context
dragonfly.dictutil
dragonfly.extensionutil
dragonfly.model
dragonfly.projection
dragonfly.properties
dragonfly.roof
dragonfly.room2d
dragonfly.shadingparameter
dragonfly.skylightparameter
dragonfly.story
dragonfly.subdivide
dragonfly.windowparameter

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

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

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

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

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

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

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

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

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

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

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

Submodules
----------

.. toctree::
:maxdepth: 4

dragonfly.writer.building
dragonfly.writer.context
dragonfly.writer.model
dragonfly.writer.room2d
dragonfly.writer.story

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

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

.. automodule:: dragonfly.writer.story
:members:
:undoc-members:
:show-inheritance:
Loading

0 comments on commit a1d37ce

Please sign in to comment.