Skip to content

scilus/scil-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

scil-documentation

The reference website of the Sherbrooke Connectivity Imaging Laboratory (SCIL) is available here.

Note

scil-documentation describes useful tools and resources for working at the SCIL.

Contributing

Contributions to the website are welcome. The website is tested for python3. To install locally, first clone the repo. Then, install sphinx and sphinx-rtd-theme with:

pip install sphinx sphinx-rtd-theme

And build the website locally with:

make html

The built documentation is available under ./build/html/. To explore your local version of the documentation, open ./build/html/index.html in your favorite web browser.