https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 23dc6fb3edd15427b08e4bd966a9cefc67dd80a9 authored by David Douard on 03 December 2023, 17:36:44 UTC
Apply swh-py-template 0.1.6
Tip revision: 23dc6fb
.gitignore
*.egg-info/
*.pyc
.coverage
.eggs/
.hypothesis
.mypy_cache
.tox
__pycache__
build/
dist/
# these are symlinks created by a hook in swh-docs' main sphinx conf.py
docs/README.rst
docs/README.md
# this should be a symlink for people who want to build the sphinx doc
# without using tox, generally created by the swh-env/bin/update script
docs/Makefile.sphinx
back to top