Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: automatically link code examples to API #107

Merged
merged 26 commits into from
Feb 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
30df2aa
build: install jupyterlab-myst
redeboer Jan 30, 2022
e087903
build: install sphinx-autocodelink
redeboer Jan 30, 2022
4e5b71e
fix: avoid jupyterlab-myst in Python 3.6
redeboer Jan 30, 2022
f3c85cc
ci: run RTD on Python 3.8
redeboer Jan 30, 2022
86748c5
fix: limit Sphinx in Python 3.6 and 3.7
redeboer Jan 30, 2022
609acc9
docs: activate sphinx_codeautolink extension
redeboer Jan 30, 2022
14e880a
fix: limit mpl-interactions on Python 3.6
redeboer Jan 30, 2022
514c7a7
ci: update pip constraints and pre-commit config
web-flow Jan 30, 2022
2fb5e77
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 30, 2022
2bc15b9
ci: use black --preview flag
redeboer Jan 30, 2022
0d78492
docs: add autolink-concat directive
redeboer Jan 30, 2022
999446b
style: update black style
redeboer Jan 30, 2022
20740f9
Merge branch 'main' into sphinx-codeautolink
redeboer Feb 6, 2022
f31880c
fix: remove sphinx-math-dollar extension
redeboer Feb 6, 2022
65d9a9d
docs: extend and clean up intersphinx mapping:
redeboer Feb 6, 2022
8301e1e
docs: add IPython.display to autolink-preface
redeboer Feb 6, 2022
840a72a
ci: update requirements cron job
redeboer Feb 6, 2022
5c466cb
ci:autoupdate pre-commit config
redeboer Feb 6, 2022
ab32003
ci: update pip constraints and pre-commit config
web-flow Feb 6, 2022
a5369f6
fix: remove tox link
redeboer Feb 6, 2022
5e63f83
fix: skip autolink on cells with magic
redeboer Feb 6, 2022
e5825eb
fix: update API inventory scipy
redeboer Feb 6, 2022
5bbb141
fix: add pwa to intersphinx inventory
redeboer Feb 6, 2022
6226a20
style: import qrules directly, not as q
redeboer Feb 6, 2022
29f6b38
fix: link Binder to main branch
redeboer Feb 6, 2022
139e7ff
fix: add more global autolink imports
redeboer Feb 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 34 additions & 33 deletions .constraints/py3.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --extra=dev --no-annotate --output-file=.constraints/py3.6.txt --strip-extras setup.py
#
alabaster==0.7.12
anyio==3.4.0
anyio==3.5.0
appdirs==1.4.4
aquirdturtle-collapsible-headings==3.1.0
argon2-cffi==21.3.0
Expand All @@ -21,22 +21,22 @@ bleach==4.1.0
certifi==2021.10.8
cffi==1.15.0
cfgv==3.3.1
charset-normalizer==2.0.9
click==7.1.2
charset-normalizer==2.0.11
click==8.0.3
colorama==0.4.4
contextvars==2.4
cycler==0.11.0
dataclasses==0.8
decorator==5.1.0
decorator==5.1.1
defusedxml==0.7.1
distlib==0.3.4
docutils==0.16
entrypoints==0.3
entrypoints==0.4
execnet==1.9.0
filelock==3.4.1
flake8==4.0.1
flake8-blind-except==0.2.0
flake8-bugbear==21.11.29
flake8-bugbear==22.1.11
flake8-builtins==1.5.3
flake8-comprehensions==3.7.0
flake8-plugin-utils==1.3.2
Expand All @@ -49,16 +49,16 @@ gitdb==4.0.9
gitpython==3.1.18
graphviz==0.19.1
greenlet==1.1.2
identify==2.4.1
identify==2.4.4
idna==3.3
imagesize==1.3.0
immutables==0.16
importlib-metadata==4.2.0
importlib-resources==3.0.0
iniconfig==1.1.1
ipykernel==5.5.6
ipympl==0.8.4
ipython==7.16.2
ipympl==0.8.7
ipython==7.16.3
ipython-genutils==0.2.0
ipywidgets==7.6.5
isort==5.10.1
Expand All @@ -68,7 +68,7 @@ json5==0.9.6
jsonschema==3.2.0
jupyter==1.0.0
jupyter-cache==0.4.3
jupyter-client==7.1.0
jupyter-client==7.1.2
jupyter-console==6.4.0
jupyter-contrib-core==0.3.3
jupyter-contrib-nbextensions==0.5.1
Expand All @@ -79,10 +79,10 @@ jupyter-nbextensions-configurator==0.4.1
jupyter-server==1.13.1
jupyter-server-mathjax==0.2.3
jupyter-sphinx==0.3.2
jupyterlab==3.2.5
jupyterlab==3.2.9
jupyterlab-code-formatter==1.4.10
jupyterlab-pygments==0.1.2
jupyterlab-server==2.10.2
jupyterlab-server==2.10.3
jupyterlab-widgets==1.0.2
kiwisolver==1.3.1
latexcodec==2.0.1
Expand All @@ -97,19 +97,19 @@ matplotlib==3.3.4
mccabe==0.6.1
mdit-py-plugins==0.2.8
mistune==0.8.4
mpl-interactions==0.20.0
mpl-interactions==0.20.0 ; python_version < "3.7"
mypy-extensions==0.4.3
myst-nb==0.13.1
myst-parser==0.15.2
nbclassic==0.3.4
nbclassic==0.3.5
nbclient==0.5.9
nbconvert==6.0.7
nbdime==3.1.1
nbformat==5.1.3
nbmake==1.1
nbmake==1.2
nest-asyncio==1.5.4
nodeenv==1.6.0
notebook==6.4.6
notebook==6.4.8
numpy==1.19.5
packaging==21.3
pandocfilters==1.5.0
Expand All @@ -123,9 +123,9 @@ pillow==8.4.0
pip-tools==6.4.0
platformdirs==2.4.0
pluggy==1.0.0
pre-commit==2.16.0
prometheus-client==0.12.0
prompt-toolkit==3.0.24
pre-commit==2.17.0
prometheus-client==0.13.1
prompt-toolkit==3.0.26
ptyprocess==0.7.0
py==1.11.0
pybtex==0.24.0
Expand All @@ -135,9 +135,9 @@ pycparser==2.21
pydantic==1.9.0
pydata-sphinx-theme==0.7.2
pyflakes==2.4.0
pygments==2.11.1
pygments==2.11.2
pylint==2.10.2 ; python_version == "3.6.*"
pyparsing==3.0.6
pyparsing==3.0.7
pyrsistent==0.18.0
pytest==6.2.5
pytest-forked==1.4.0
Expand All @@ -147,10 +147,10 @@ pytz==2021.3
pyyaml==6.0
pyzmq==22.3.0
qtconsole==5.2.2
qtpy==2.0.0
qtpy==2.0.1
radon==5.1.0
regex==2021.11.10
requests==2.26.0
regex==2022.1.18
requests==2.27.1
restructuredtext-lint==1.3.2
rise==5.7.1
send2trash==1.8.0
Expand All @@ -159,14 +159,15 @@ smmap==5.0.0
sniffio==1.2.0
snowballstemmer==2.2.0
soupsieve==2.3.1
sphinx==4.3.2
sphinx==4.3.2 ; python_version < "3.8.0"
sphinx-autobuild==2021.3.14
sphinx-book-theme==0.1.7
sphinx-copybutton==0.4.0
sphinx-issues==2.0.0
sphinx-math-dollar==1.2
sphinx-book-theme==0.2.0
sphinx-codeautolink==0.10.0
sphinx-comments==0.0.3
sphinx-copybutton==0.5.0
sphinx-issues==3.0.1
sphinx-panels==0.6.0
sphinx-thebe==0.0.10
sphinx-thebe==0.1.0
sphinx-togglebutton==0.2.3
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-bibtex==2.4.1
Expand All @@ -176,7 +177,7 @@ sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sqlalchemy==1.4.29
sqlalchemy==1.4.31
terminado==0.12.1
testpath==0.5.0
toml==0.10.2
Expand All @@ -186,8 +187,8 @@ tox==3.24.5
traitlets==4.3.3
typed-ast==1.4.3
typing-extensions==4.0.1
urllib3==1.26.7
virtualenv==20.13.0
urllib3==1.26.8
virtualenv==20.13.1
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.2.3
Expand Down
Loading