Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Branch: master
Find file History
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
devguide
images
libsubmit_art
stubs
userguide
Makefile
README.rst
conf.py
faq.rst
index.rst
quickstart.rst
reference.rst

README.rst

Doc Docs

Documentation location

Documentation is maintained in Python docstrings throughout the code. These are imported via the autodoc Sphinx extension in docs/devguide/dev_docs.rst. Individual stubs for user-facing classes (located in stubs) are generated automatically via sphinx-autogen. Parsl modules, classes, and methods can be cross-referenced from a docstring by enclosing it in backticks (`).

Remote builds

Builds are automatically performed by readthedocs.io and published to parsl.readthedocs.io upon git commits.

Local builds

To build the documentation locally, use

$ make html

Regenerate module stubs

If necessary, docstring stubs can be regenerated using

$ sphinx-autogen reference.rst
You can’t perform that action at this time.