Skip to content

chemfiles/chemfiles.github.io

Repository files navigation

Chemfiles website

This website use cactus as static website generator. To build it locally, you have to install the dependencies:

pip install -r requirements.txt

And then start the local server:

./serve.py

The http://127.0.0.1:8000 URL now point on a local version of this site. Make your changes, commit them and then push to Github to deploy.

Commits to master are automatically build and published using Travis

Documentation for the C++ libary and all bindings is automatically build and deployed from each repository.