This repository host the source code of the hyperspy.org website. The built website is pushed automatically to the hyperspy/hyperspy.github.com repository.
The website is built using the Sphinx framework and the pydata-sphinx-theme.
To install the dependencies in a python environment:
pip install -r requirement.txt
To build the website
make html
The news entries are managed using the ABlog Sphinx extension.
- add an entry in the
news
folder - use the
post
directive