Skip to content

Commit

Permalink
Pgen docs (#275)
Browse files Browse the repository at this point in the history
* Initial pgen docs with itertools example

* Add pargs example

* Add pgen using numpy plus helper function for 1D distribution

* Fix typos, update image

* Initial port of complete Parameters documentation

* Fix up api docs warnings, add missing script adapters

* Add subsection on accessing env block variables inside pgen

* Literal imports and some style tweaks.

* Some minor title and header tweaks.

* Remove out of date notes

* Renamed itertools_pgen to reference LULESH.

* Update doc strings on parameter generator samples

* Make flake8 happy

* Misc cleanup and formatting, adding more links and internal references

* Fix up section listing, in-text moniker/function formatting

Co-authored-by: Frank Di Natale <[email protected]>
  • Loading branch information
jwhite242 and FrankD412 authored May 27, 2020
1 parent 4d65e76 commit 2998cc4
Show file tree
Hide file tree
Showing 17 changed files with 558 additions and 63 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Welcome to Maestro Workflow Conductor Documentation
quick_start
hello_world
lulesh_breakdown
parameters
maestro_core

modules
Expand Down
8 changes: 0 additions & 8 deletions docs/source/maestrowf.abstracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ maestrowf.abstracts.graph module
:undoc-members:
:show-inheritance:

maestrowf.abstracts.simobject module
------------------------------------

.. automodule:: maestrowf.abstracts.simobject
:members:
:undoc-members:
:show-inheritance:

maestrowf.abstracts.specification module
----------------------------------------

Expand Down
16 changes: 16 additions & 0 deletions docs/source/maestrowf.interfaces.script.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,20 @@ maestrowf.interfaces.script.slurmscriptadapter module
:undoc-members:
:show-inheritance:

maestrowf.interfaces.script.lsfscriptadapter module
-----------------------------------------------------

.. automodule:: maestrowf.interfaces.script.lsfscriptadapter
:members:
:undoc-members:
:show-inheritance:

maestrowf.interfaces.script.fluxscriptadapter module
-----------------------------------------------------

.. automodule:: maestrowf.interfaces.script.fluxscriptadapter
:members:
:undoc-members:
:show-inheritance:


Loading

0 comments on commit 2998cc4

Please sign in to comment.