Skip to content

Commit

Permalink
DX: remove Technical Reports (#296)
Browse files Browse the repository at this point in the history
* BREAK: merge bibliography into Help developing
* DX: recommend VS Code extension for SVG files
* DX: remove `python.analysis.typeCheckingMode` setting
* ENH: redirect reports to compwa.github.io/report
* MAINT: clean up `--re-ignore` flags
* MAINT: clean up `.editorconfig`
* MAINT: clean up cSpell words
* MAINT: remove Julia support from environment
* MAINT: remove PyPI release worklfow
* MAINT: remove redundant `launch.json` VS Code file
* MAINT: remove redundant intersphinx intenvitories
* MAINT: remove redundant notebook workflows
* MAINT: sort Sphinx extenstions
* MAINT: update pip constraints and pre-commit
* MAINT: remove `lccn` from bibliography
  Updates the files that are automatically exported by Zotero
  • Loading branch information
redeboer authored Oct 2, 2024
1 parent e1cdcb5 commit 93c7621
Show file tree
Hide file tree
Showing 74 changed files with 79 additions and 39,608 deletions.
7 changes: 4 additions & 3 deletions .constraints/py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gitpython==3.1.43
graphviz==0.20.3
greenlet==3.1.1
h11==0.14.0
httpcore==1.0.5
httpcore==1.0.6
httpx==0.27.2
identify==2.6.1
idna==3.10
Expand All @@ -50,7 +50,7 @@ importlib-metadata==8.5.0
iniconfig==2.0.0
ipykernel==6.29.5
ipympl==0.9.4
ipython==8.27.0
ipython==8.28.0
ipython-genutils==0.2.0
ipywidgets==8.1.5
isoduration==20.11.0
Expand Down Expand Up @@ -155,6 +155,7 @@ sphinx-design==0.6.1
sphinx-hep-pdgref==0.2.0
sphinx-pybtex-etal-style==0.0.2
sphinx-remove-toctrees==1.0.0.post1
sphinx-reredirects==0.1.5
sphinx-thebe==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==2.0.0
Expand All @@ -170,7 +171,7 @@ starlette==0.39.2
tabulate==0.9.0
terminado==0.18.1
tinycss2==1.3.0
tomli==2.0.1
tomli==2.0.2
tornado==6.4.1
tox==4.21.0
traitlets==5.14.3
Expand Down
5 changes: 3 additions & 2 deletions .constraints/py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gitpython==3.1.43
graphviz==0.20.3
greenlet==3.1.1
h11==0.14.0
httpcore==1.0.5
httpcore==1.0.6
httpx==0.27.2
identify==2.6.1
idna==3.10
Expand All @@ -49,7 +49,7 @@ importlib-metadata==8.5.0
iniconfig==2.0.0
ipykernel==6.29.5
ipympl==0.9.4
ipython==8.27.0
ipython==8.28.0
ipython-genutils==0.2.0
ipywidgets==8.1.5
isoduration==20.11.0
Expand Down Expand Up @@ -154,6 +154,7 @@ sphinx-design==0.6.1
sphinx-hep-pdgref==0.2.0
sphinx-pybtex-etal-style==0.0.2
sphinx-remove-toctrees==1.0.0.post1
sphinx-reredirects==0.1.5
sphinx-thebe==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==2.0.0
Expand Down
5 changes: 3 additions & 2 deletions .constraints/py3.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gitpython==3.1.43
graphviz==0.20.3
greenlet==3.1.1
h11==0.14.0
httpcore==1.0.5
httpcore==1.0.6
httpx==0.27.2
identify==2.6.1
idna==3.10
Expand All @@ -49,7 +49,7 @@ importlib-metadata==8.5.0
iniconfig==2.0.0
ipykernel==6.29.5
ipympl==0.9.4
ipython==8.27.0
ipython==8.28.0
ipython-genutils==0.2.0
ipywidgets==8.1.5
isoduration==20.11.0
Expand Down Expand Up @@ -154,6 +154,7 @@ sphinx-design==0.6.1
sphinx-hep-pdgref==0.2.0
sphinx-pybtex-etal-style==0.0.2
sphinx-remove-toctrees==1.0.0.post1
sphinx-reredirects==0.1.5
sphinx-thebe==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==2.0.0
Expand Down
5 changes: 3 additions & 2 deletions .constraints/py3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gitpython==3.1.43
graphviz==0.20.3
greenlet==3.1.1
h11==0.14.0
httpcore==1.0.5
httpcore==1.0.6
httpx==0.27.2
identify==2.6.1
idna==3.10
Expand Down Expand Up @@ -156,6 +156,7 @@ sphinx-design==0.6.1
sphinx-hep-pdgref==0.2.0
sphinx-pybtex-etal-style==0.0.2
sphinx-remove-toctrees==1.0.0.post1
sphinx-reredirects==0.1.5
sphinx-thebe==0.3.1
sphinx-togglebutton==0.3.2
sphinxcontrib-applehelp==2.0.0
Expand All @@ -171,7 +172,7 @@ starlette==0.39.2
tabulate==0.9.0
terminado==0.18.1
tinycss2==1.3.0
tomli==2.0.1
tomli==2.0.2
tornado==6.4.1
tox==4.21.0
traitlets==5.14.3
Expand Down
Loading

0 comments on commit 93c7621

Please sign in to comment.