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 29, 2024
0 parents commit ac403c9
Show file tree
Hide file tree
Showing 122 changed files with 31,677 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: d38046bf964514bdd7b7159b3bb313e5
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 not shown.
Binary file added docs/.doctrees/ladybug_geometry_polyskel.doctree
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/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
232 changes: 232 additions & 0 deletions docs/_modules/index.html

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions docs/_modules/ladybug_geometry_polyskel/cli.html

Large diffs are not rendered by default.

421 changes: 421 additions & 0 deletions docs/_modules/ladybug_geometry_polyskel/offset.html

Large diffs are not rendered by default.

1,031 changes: 1,031 additions & 0 deletions docs/_modules/ladybug_geometry_polyskel/polygraph.html

Large diffs are not rendered by default.

1,092 changes: 1,092 additions & 0 deletions docs/_modules/ladybug_geometry_polyskel/polyskel.html

Large diffs are not rendered by default.

565 changes: 565 additions & 0 deletions docs/_modules/ladybug_geometry_polyskel/polysplit.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:: ladybug_geometry_polyskel.cli.__init__:main
:prog: ladybug-geometry-polyskel
:show-nested:
:commands: perimeter-core-subfaces
36 changes: 36 additions & 0 deletions docs/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Welcome to Ladybug Geometry Polyskel's documentation!
===================================

.. image:: http://www.ladybug.tools/assets/img/ladybug.png

A library with straight skeleton methods using ladybug-geometry.

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

``pip install -U ladybug-geometry-polyskel``

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`
10 changes: 10 additions & 0 deletions docs/_sources/ladybug_geometry_polyskel.cli.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ladybug\_geometry\_polyskel.cli package
=======================================

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

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

.. automodule:: ladybug_geometry_polyskel.offset
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/ladybug_geometry_polyskel.polygraph.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ladybug\_geometry\_polyskel.polygraph module
============================================

.. automodule:: ladybug_geometry_polyskel.polygraph
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/ladybug_geometry_polyskel.polyskel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ladybug\_geometry\_polyskel.polyskel module
===========================================

.. automodule:: ladybug_geometry_polyskel.polyskel
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/_sources/ladybug_geometry_polyskel.polysplit.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ladybug\_geometry\_polyskel.polysplit module
============================================

.. automodule:: ladybug_geometry_polyskel.polysplit
:members:
:undoc-members:
:show-inheritance:
29 changes: 29 additions & 0 deletions docs/_sources/ladybug_geometry_polyskel.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
ladybug\_geometry\_polyskel package
===================================

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

.. toctree::
:maxdepth: 4

ladybug_geometry_polyskel.cli

Submodules
----------

.. toctree::
:maxdepth: 4

ladybug_geometry_polyskel.offset
ladybug_geometry_polyskel.polygraph
ladybug_geometry_polyskel.polyskel
ladybug_geometry_polyskel.polysplit

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

.. automodule:: ladybug_geometry_polyskel
: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 @@
ladybug_geometry_polyskel
=========================

.. toctree::
:maxdepth: 4

ladybug_geometry_polyskel
Loading

0 comments on commit ac403c9

Please sign in to comment.