Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 421 Bytes

create_documentation.md

File metadata and controls

15 lines (10 loc) · 421 Bytes

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