-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docs to workflow of conformer_generation
Add rst files and clean up docstrings
- Loading branch information
1 parent
b4cef53
commit 2a0e19f
Showing
10 changed files
with
472 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/source/reference/conformer_generation/workflow/generators.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rdmc.conformer_generation.generators | ||
===================================== | ||
|
||
.. automodule:: rdmc.conformer_generation.generators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
10 changes: 10 additions & 0 deletions
10
docs/source/reference/conformer_generation/workflow/index.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Workflow | ||
===================== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
generators | ||
ts_generators | ||
metrics | ||
sampler |
7 changes: 7 additions & 0 deletions
7
docs/source/reference/conformer_generation/workflow/metrics.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rdmc.conformer_generation.metrics | ||
===================================== | ||
|
||
.. automodule:: rdmc.conformer_generation.metrics | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
docs/source/reference/conformer_generation/workflow/sampler.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rdmc.conformer_generation.sampler | ||
======================================= | ||
|
||
.. automodule:: rdmc.conformer_generation.sampler | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
7 changes: 7 additions & 0 deletions
7
docs/source/reference/conformer_generation/workflow/ts_generators.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
rdmc.conformer_generation.ts_generators | ||
======================================= | ||
|
||
.. automodule:: rdmc.conformer_generation.ts_generators | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.