An open API service indexing awesome lists of open source software.

https://github.com/hyperspy/hyperspy-website

HyperSpy website sources
https://github.com/hyperspy/hyperspy-website

Last synced: 5 months ago
JSON representation

HyperSpy website sources

Awesome Lists containing this project

README

          

This repository host the source code of the [hyperspy.org](https://hyperspy.org) website. The built website is pushed automatically to the [hyperspy/hyperspy.github.com](https://github.com/hyperspy/hyperspy.github.com) repository.

# Build the website

The website is built using the [Sphinx](https://www.sphinx-doc.org) framework and the [pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io).

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](https://ablog.readthedocs.io) Sphinx extension.

- add an entry in the `news` folder
- use the `post` directive