Building the Documentation
If you add a new capability to geometric_features
, it should also be
documented under the docs
directory. After making changes, it is useful to
do a local build of the docs.
First, set up the development environment as described in Quick Start. Then, run:
cd docs
make clean
make html
You can find the test build in _build/html/index.html
.