Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 465 Bytes

development.rst

File metadata and controls

15 lines (11 loc) · 465 Bytes

Developing cdflib

Documentation

To build the documentation you will need to install the documentation requirements using:

pip install .[docs]

This will install cdflib and all the packages need to make the documenation.

Versioning

The package version is automatically determined using setuptools_scm, so does not need to be manually incremented when doing a new release.