Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scikit-hep/scikit-hep.github.io
Pages defining the website of the Scikit-HEP project.
https://github.com/scikit-hep/scikit-hep.github.io
analysis hep high-energy-physics particle-physics scikit-hep
Last synced: about 1 hour ago
JSON representation
Pages defining the website of the Scikit-HEP project.
- Host: GitHub
- URL: https://github.com/scikit-hep/scikit-hep.github.io
- Owner: scikit-hep
- License: bsd-3-clause
- Created: 2016-11-14T14:13:32.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T06:06:37.000Z (25 days ago)
- Last Synced: 2024-12-09T07:19:56.529Z (25 days ago)
- Topics: analysis, hep, high-energy-physics, particle-physics, scikit-hep
- Language: HTML
- Homepage: https://scikit-hep.org
- Size: 10.9 MB
- Stars: 12
- Watchers: 4
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```bash
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//.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`.
The primary branch is now `main`.