Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 834 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 834 Bytes

SpectroscoPyx Website

Build Status

This repository contains the code for the website for the PlasmaPy project. The URL of the website is: https://spectroscopyx.org/

Building the website

  1. Clone the repository.
  2. Install nikola (using pip for example).
  3. Go to src branch.
  4. Update data from SpectroscoPyx repository using pull_from_github.py.
  5. Build the website:
    • Inside web/ directory run nikola build
    • Preview the changes with nikola serve --browser
    • Deploy to github pages with nikola github_deploy

License

See LICENSE.md for this repository's license.