-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# documentation |
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: f1812a7a2d793992a7afcf3b23f8cfdb | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# documentation |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
CLI Docs | ||
======== | ||
|
||
Installation | ||
------------ | ||
|
||
To check if the command line is installed correctly use ``dragonfly-uwg --help`` | ||
|
||
Commands | ||
-------- | ||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
simulate |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
simulate | ||
======== | ||
|
||
.. click:: dragonfly_uwg.cli.simulate:simulate | ||
:prog: dragonfly-uwg simulate | ||
:show-nested: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
dragonfly\_uwg.cli package | ||
========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
dragonfly_uwg.cli.simulate | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: dragonfly_uwg.cli | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.cli.simulate module | ||
================================== | ||
|
||
.. automodule:: dragonfly_uwg.cli.simulate | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.properties.building module | ||
========================================= | ||
|
||
.. automodule:: dragonfly_uwg.properties.building | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.properties.context module | ||
======================================== | ||
|
||
.. automodule:: dragonfly_uwg.properties.context | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.properties.model module | ||
====================================== | ||
|
||
.. automodule:: dragonfly_uwg.properties.model | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.properties.room2d module | ||
======================================= | ||
|
||
.. automodule:: dragonfly_uwg.properties.room2d | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
dragonfly\_uwg.properties package | ||
================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
dragonfly_uwg.properties.building | ||
dragonfly_uwg.properties.context | ||
dragonfly_uwg.properties.model | ||
dragonfly_uwg.properties.room2d | ||
dragonfly_uwg.properties.story | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: dragonfly_uwg.properties | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.properties.story module | ||
====================================== | ||
|
||
.. automodule:: dragonfly_uwg.properties.story | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
dragonfly\_uwg package | ||
====================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
dragonfly_uwg.cli | ||
dragonfly_uwg.properties | ||
dragonfly_uwg.simulation | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
dragonfly_uwg.run | ||
dragonfly_uwg.terrain | ||
dragonfly_uwg.traffic | ||
dragonfly_uwg.writer | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: dragonfly_uwg | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.run module | ||
========================= | ||
|
||
.. automodule:: dragonfly_uwg.run | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.simulation.boundary module | ||
========================================= | ||
|
||
.. automodule:: dragonfly_uwg.simulation.boundary | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.simulation.parameter module | ||
========================================== | ||
|
||
.. automodule:: dragonfly_uwg.simulation.parameter | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.simulation.refsite module | ||
======================================== | ||
|
||
.. automodule:: dragonfly_uwg.simulation.refsite | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
dragonfly\_uwg.simulation package | ||
================================= | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
dragonfly_uwg.simulation.boundary | ||
dragonfly_uwg.simulation.parameter | ||
dragonfly_uwg.simulation.refsite | ||
dragonfly_uwg.simulation.runperiod | ||
dragonfly_uwg.simulation.vegetation | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: dragonfly_uwg.simulation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.simulation.runperiod module | ||
========================================== | ||
|
||
.. automodule:: dragonfly_uwg.simulation.runperiod | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.simulation.vegetation module | ||
=========================================== | ||
|
||
.. automodule:: dragonfly_uwg.simulation.vegetation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.terrain module | ||
============================= | ||
|
||
.. automodule:: dragonfly_uwg.terrain | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.traffic module | ||
============================= | ||
|
||
.. automodule:: dragonfly_uwg.traffic | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly\_uwg.writer module | ||
============================ | ||
|
||
.. automodule:: dragonfly_uwg.writer | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Welcome to dragonfly-uwg's documentation! | ||
=================================== | ||
|
||
.. image:: http://www.ladybug.tools/assets/img/dragonfly.png | ||
|
||
`Urban Weather Generator <https://github.com/ladybug-tools/uwg>`_ extension for `dragonfly <https://github.com/ladybug-tools/dragonfly-core/>`_ | ||
|
||
Dragonfly-uwg adds Urban Weather Generator functionalities to dragonfly. | ||
|
||
|
||
Installation | ||
============ | ||
|
||
``pip install -U dragonfly-uwg``. | ||
|
||
To check if the command line is installed correctly use ``dragonfly-uwg --help`` | ||
|
||
|
||
|
||
CLI Docs | ||
============= | ||
|
||
For command line interface documentation and API documentation see the pages below. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
cli/index | ||
|
||
|
||
dragonfly_uwg | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
modules | ||
|
||
Indices and tables | ||
------------------ | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
dragonfly_uwg | ||
============= | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
dragonfly_uwg |