Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Latest commit

 

History

History

Documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Documentation

This is the source code for the project documentation at simpleelastix.readthedocs.org. If you want to contribute, you can build the documentation locally by installing sphinx:

$ sudo apt-get install python-sphinx

and run the following make command in Documentation/:

$ make html

The docs will be generated and the output files will be placed in the build/html/ directory which can be browsed (locally) with your favorite browser. The documentation can be automatically regenerated whenever a file changes (useful for development) using sphinx-autobuild:

make livehtml

To enable this behaviour, install sphinx-autobuild with pip install sphinx-autobuild.