Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ dependencies:
- numpy
- openmpi
- sphinx
- sphinxcontrib-mermaid
- sphinx_rtd_theme
- cloudpickle =3.1.2
- h5py =3.16.0
Expand Down
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ build:
- pip install . --no-deps --no-build-isolation
- "cp README.md docs"
- "cp notebooks/*.ipynb docs"
- "cp -r notebooks/images docs"
- "jupyter-book config sphinx docs/"

# Build documentation in the docs/ directory with Sphinx
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ as hierarchical job scheduler within the allocations.
* [License](https://executorlib.readthedocs.io/en/latest/5-developer.html#license)
* [Modules](https://executorlib.readthedocs.io/en/latest/5-developer.html#modules)
* [Interface Class Hierarchy](https://executorlib.readthedocs.io/en/latest/5-developer.html#interface-class-hierarchy)
* [Execution Flow](https://executorlib.readthedocs.io/en/latest/5-developer.html#execution-flow)
* [Test Environment](https://executorlib.readthedocs.io/en/latest/5-developer.html#test-environment)
* [Communication](https://executorlib.readthedocs.io/en/latest/5-developer.html#communication)
* [External Libraries](https://executorlib.readthedocs.io/en/latest/5-developer.html#external-libraries)
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ launch_buttons:

sphinx:
extra_extensions:
- 'sphinxcontrib.mermaid'
- 'sphinx.ext.autodoc'
- 'sphinx.ext.napoleon'
- 'sphinx.ext.viewcode'
Expand Down
389 changes: 1 addition & 388 deletions notebooks/5-developer.ipynb

Large diffs are not rendered by default.

Binary file removed notebooks/images/uml_executor.png
Binary file not shown.
Binary file removed notebooks/images/uml_spawner.png
Binary file not shown.
Loading