Skip to content

hyperspy/hyperspy-website

Repository files navigation

This repository host the source code of the hyperspy.org website. The built website is pushed automatically to the hyperspy/hyperspy.github.com repository.

Build the website

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

Add a news entry

The news entries are managed using the ABlog Sphinx extension.

  • add an entry in the news folder
  • use the post directive