Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 460 Bytes

create_documentation.md

File metadata and controls

17 lines (11 loc) · 460 Bytes

Use the release_docs script, or ...

To update the master (publicly viewable) documentation run, from within the cfdm/docs directory:

make html .

To create a development version of the documentation on your local machine run, from within the cfdm/docs directory:

make html dev

To create an archive of a particular version's development on your local machine run, from within the cfdm/docs directory, for example:

make html 1.7.1