Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.03 KB

Nextflow Documentation

Nextflow documentation is written using Sphinx which uses the reStructuredText file format.

A quick intro to reStructuredText is available at this link.

To edit and contribute to the documentation you only need a text editor to change the appropriate .rst files in this directory.

Once you have edited the documentation files verify the your changes are correctly applied using the command below to generate the HTML files:

make html

Then open the _build/html/index.html file with your browser and navigate the documentation you have modified.

Dependencies

Sphinx can be installed either with

pip install -U Sphinx

or

conda install sphinx

License

Nextflow documentation is distributed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.