Skip to content

Tuxliri/scipy.org

This branch is 8 commits behind scipy/scipy.org:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bcd6e09 · Jan 25, 2025
Mar 2, 2024
Mar 25, 2022
Jul 3, 2024
Jan 25, 2025
May 22, 2024
May 22, 2024
Jan 18, 2025
Dec 28, 2021
Oct 20, 2021
Jun 20, 2024
Jan 7, 2024
Mar 12, 2024
May 22, 2024
Jan 20, 2025
Jan 18, 2025
Dec 12, 2024

Repository files navigation

scipy.org

The SciPy website is built on the scientific-python-hugo-theme and served using Hugo.

Build

After installing Hugo and Dart Sass, build locally:

git submodule update --init
make html

The pages are in public/.

To run the development server, which hosts the site and recompiles automatically on edits:

make serve

Team lists

To update the teams, the team_query.py provided by the theme is used. It needs a GitHub token with read:org permissions. The token has to be exported as GH_TOKEN.

GH_TOKEN=xxxxxxxxxx make teams

Analytics

The service Plausible.io is used to gather simple and privacy-friendly analytics for the site. The dashboard can be accessed here. The Scientific-Python community is managing the account.

About

Scipy.org web site source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.9%
  • Makefile 32.4%
  • Python 21.2%
  • CSS 1.5%