Skip to content

Commit

Permalink
DOC: switch to source code link button (#246)
Browse files Browse the repository at this point in the history
* DX: switch to Python 3.9 in developer environment
* MAINT: remove docstring from `conf.py`
* MAINT: remove redundant `master_doc` and `source_suffix`
* MAINT: sort `html_theme_options`
  • Loading branch information
redeboer authored Jan 20, 2024
1 parent 5cb791c commit 6635348
Show file tree
Hide file tree
Showing 12 changed files with 188 additions and 199 deletions.
50 changes: 25 additions & 25 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asttokens==2.4.1
async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
black==23.12.1
bleach==6.1.0
cachetools==5.3.2
Expand Down Expand Up @@ -51,7 +51,7 @@ idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
iniconfig==2.0.0
ipykernel==6.28.0
ipykernel==6.29.0
ipython==8.20.0
ipywidgets==8.1.1
isoduration==20.11.0
Expand All @@ -60,29 +60,29 @@ jedi==0.19.1
jinja2==3.1.3
json5==0.9.14
jsonpointer==2.4
jsonschema==4.20.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
jupyter-cache==1.0.0
jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.4
jupyter-lsp==2.2.2
jupyter-server==2.12.5
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
jupyterlab==4.0.11
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0 ; python_version >= "3.7.0"
jupyterlab-lsp==5.0.1
jupyterlab-lsp==5.0.2
jupyterlab-myst==2.1.0 ; python_version >= "3.7.0"
jupyterlab-pygments==0.3.0
jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.1
lsprotocol==2024.0.0a1
markdown-it-py==3.0.0
markupsafe==2.1.3
markupsafe==2.1.4
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.2
Expand All @@ -92,16 +92,16 @@ mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.6.8
nbconvert==7.14.1
nbconvert==7.14.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nest-asyncio==1.5.9
nodeenv==1.8.0
notebook-shim==0.2.3
overrides==7.4.0
overrides==7.6.0
packaging==23.2
pandocfilters==1.5.0
pandocfilters==1.5.1
parso==0.8.3
particle==0.23.1
pathspec==0.12.1
Expand All @@ -111,13 +111,13 @@ pluggy==1.3.0
pre-commit==3.6.0
prometheus-client==0.19.0
prompt-toolkit==3.0.43
psutil==5.9.7
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.3
pycparser==2.21
pydata-sphinx-theme==0.15.1
pydata-sphinx-theme==0.15.2
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
Expand All @@ -139,9 +139,9 @@ referencing==0.32.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.11.0
rpds-py==0.16.2
ruff==0.1.13 ; python_version >= "3.7.0"
rope==1.12.0
rpds-py==0.17.1
ruff==0.1.14 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand All @@ -160,13 +160,13 @@ sphinx-hep-pdgref==0.2.0
sphinx-pybtex-etal-style==0.0.2 ; python_version >= "3.7.0"
sphinx-thebe==0.3.0
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-bibtex==2.6.2
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphobjinv==2.3.1
sqlalchemy==2.0.25
stack-data==0.6.3
Expand All @@ -175,12 +175,12 @@ terminado==0.18.0
tinycss2==1.2.1
tomli==2.0.1
tornado==6.4
tox==4.12.0
tox==4.12.1
tqdm==4.66.1
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
types-pyyaml==6.0.12.12
types-setuptools==69.0.0.20240106
types-setuptools==69.0.0.20240115
typing-extensions==4.9.0
ujson==5.9.0
uri-template==1.3.0
Expand Down
50 changes: 25 additions & 25 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asttokens==2.4.1
async-lru==2.0.4
attrs==23.2.0
babel==2.14.0
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
black==23.12.1
bleach==6.1.0
cachetools==5.3.2
Expand Down Expand Up @@ -50,7 +50,7 @@ idna==3.6
imagesize==1.4.1
importlib-metadata==7.0.1
iniconfig==2.0.0
ipykernel==6.28.0
ipykernel==6.29.0
ipython==8.20.0
ipywidgets==8.1.1
isoduration==20.11.0
Expand All @@ -59,29 +59,29 @@ jedi==0.19.1
jinja2==3.1.3
json5==0.9.14
jsonpointer==2.4
jsonschema==4.20.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
jupyter-cache==1.0.0
jupyter-client==8.6.0
jupyter-core==5.7.1
jupyter-events==0.9.0
jupyter-lsp==2.2.1
jupyter-server==2.12.4
jupyter-lsp==2.2.2
jupyter-server==2.12.5
jupyter-server-mathjax==0.2.6
jupyter-server-terminals==0.5.1
jupyterlab==4.0.10
jupyterlab==4.0.11
jupyterlab-code-formatter==2.2.1
jupyterlab-git==0.50.0 ; python_version >= "3.7.0"
jupyterlab-lsp==5.0.1
jupyterlab-lsp==5.0.2
jupyterlab-myst==2.1.0 ; python_version >= "3.7.0"
jupyterlab-pygments==0.3.0
jupyterlab-server==2.25.2
jupyterlab-widgets==3.0.9
latexcodec==2.0.1
livereload==2.6.3
lsprotocol==2023.0.1
lsprotocol==2024.0.0a1
markdown-it-py==3.0.0
markupsafe==2.1.3
markupsafe==2.1.4
matplotlib-inline==0.1.6
mdit-py-plugins==0.4.0
mdurl==0.1.2
Expand All @@ -91,16 +91,16 @@ mypy-extensions==1.0.0
myst-nb==1.0.0
myst-parser==2.0.0
nbclient==0.6.8
nbconvert==7.14.1
nbconvert==7.14.2
nbdime==4.0.1
nbformat==5.9.2
nbmake==1.4.6
nest-asyncio==1.5.8
nest-asyncio==1.5.9
nodeenv==1.8.0
notebook-shim==0.2.3
overrides==7.4.0
overrides==7.6.0
packaging==23.2
pandocfilters==1.5.0
pandocfilters==1.5.1
parso==0.8.3
particle==0.23.1
pathspec==0.12.1
Expand All @@ -110,13 +110,13 @@ pluggy==1.3.0
pre-commit==3.6.0
prometheus-client==0.19.0
prompt-toolkit==3.0.43
psutil==5.9.7
psutil==5.9.8
ptyprocess==0.7.0
pure-eval==0.2.2
pybtex==0.24.0
pybtex-docutils==1.0.3
pycparser==2.21
pydata-sphinx-theme==0.15.1
pydata-sphinx-theme==0.15.2
pydot==1.4.2
pygments==2.17.2
pyparsing==3.1.1
Expand All @@ -138,9 +138,9 @@ referencing==0.32.1
requests==2.31.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rope==1.11.0
rpds-py==0.16.2
ruff==0.1.13 ; python_version >= "3.7.0"
rope==1.12.0
rpds-py==0.17.1
ruff==0.1.14 ; python_version >= "3.7.0"
send2trash==1.8.2
six==1.16.0
smmap==5.0.1
Expand All @@ -159,26 +159,26 @@ sphinx-hep-pdgref==0.2.0
sphinx-pybtex-etal-style==0.0.2 ; python_version >= "3.7.0"
sphinx-thebe==0.3.0
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-bibtex==2.6.2
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sphobjinv==2.3.1
sqlalchemy==2.0.25
stack-data==0.6.3
tabulate==0.9.0
terminado==0.18.0
tinycss2==1.2.1
tornado==6.4
tox==4.12.0
tox==4.12.1
tqdm==4.66.1
traitlets==5.14.1
types-python-dateutil==2.8.19.20240106
types-pyyaml==6.0.12.12
types-setuptools==69.0.0.20240106
types-setuptools==69.0.0.20240115
typing-extensions==4.9.0
ujson==5.9.0
uri-template==1.3.0
Expand Down
Loading

0 comments on commit 6635348

Please sign in to comment.