Skip to content

scikit-hep/scikit-hep.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4066c5a · May 16, 2025
Feb 5, 2025
Feb 14, 2025
Feb 5, 2025
May 10, 2022
May 10, 2022
Feb 5, 2025
Feb 5, 2025
May 16, 2025
Jan 5, 2022
Mar 3, 2025
Feb 5, 2025
Aug 29, 2019
Nov 14, 2016
Feb 5, 2025
Apr 22, 2025
Apr 16, 2025
Apr 16, 2025
Aug 4, 2023
Feb 5, 2025
Mar 20, 2020
Feb 5, 2025

Repository files navigation

Scikit-HEP project website

GitHub pages for the website of the Scikit-HEP project.

It contains:

  • General info on the project.
  • Basic documentation on the Python packages.
  • Information for contributors and developers.

Developer info

To build locally, install rbenv (remember to run rbenv init after installing, and rbenv install 2.7.1). Then:

rbenv local 2.7.1
bundle install
bundle exec jekyll serve --livereload

The pages are in markdown in pages/. Images and datafiles are in assets/.

The packages are stored in yaml files in _data/. The categories.yaml file provides ordering, as well as provides titles for each category. The projects are in _data/projects/<category>/<project>.yml. Each one has a name, description, homepage url, and readme url link. They can also have docs for documentation URLs, and can have a repo url if that is different from the main url. Affiliated packages can eventually be added with affiliated: true.