Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

To build a local copy of the nbodykit docs, install the programs in environment.yml and run 'make html'. If you use the conda package manager these commands suffice:

git clone [email protected]:bccp/nbodykit.git
cd nbodykit/docs
conda env create --name nbodykitdocs -f environment.yml
source activate nbodykitdocs
make html
open build/html/index.html