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

PlasmaPy/spectroscopyx.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.