docs: Add mkdocs-jupyter plugin to render jupyter notebooks
This commit is contained in:
parent
cbe0c65007
commit
b9be303668
@ -7,3 +7,5 @@ site_url: https://ankicommunity.github.io/anki-sync-server
|
||||
repo_url: https://github.com/ankicommunity/anki-sync-server
|
||||
docs_dir: src
|
||||
site_dir: build
|
||||
plugins:
|
||||
- mkdocs-jupyter
|
||||
630
poetry.lock
generated
630
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -24,6 +24,7 @@ mkdocs = "^1.1.2"
|
||||
jupyter = "^1.0.0"
|
||||
jupyterlab = "^2.2.2"
|
||||
webtest = "^2.0.35"
|
||||
mkdocs-jupyter = "^0.19.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
||||
@ -2,94 +2,112 @@
|
||||
|
||||
|
||||
anki==2.1.43; python_version >= "3.8"
|
||||
appnope==0.1.2; platform_system == "Darwin" and python_version >= "3.7" and sys_platform == "darwin"
|
||||
appnope==0.1.2; platform_system == "Darwin" and python_version >= "3.8" and sys_platform == "darwin"
|
||||
argon2-cffi-bindings==21.2.0; python_version >= "3.6"
|
||||
argon2-cffi==21.2.0; python_version >= "3.6"
|
||||
attrs==21.2.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
backcall==0.2.0; python_version >= "3.7"
|
||||
argon2-cffi==21.3.0; python_version >= "3.6"
|
||||
asttokens==2.0.5; python_version >= "3.8"
|
||||
attrs==21.4.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
backcall==0.2.0; python_version >= "3.8"
|
||||
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
|
||||
bleach==4.1.0; python_version >= "3.7"
|
||||
black==21.12b0; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
bleach==4.1.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
certifi==2021.10.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.6"
|
||||
charset-normalizer==2.0.9; python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
click==8.0.3; python_version >= "3.6"
|
||||
colorama==0.4.4; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" and sys_platform == "win32" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0" and sys_platform == "win32"
|
||||
cffi==1.15.0; implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.6.1"
|
||||
charset-normalizer==2.0.10; python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
click==8.0.3; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.8"
|
||||
colorama==0.4.4; python_version >= "3.8" and python_full_version < "3.0.0" and platform_system == "Windows" and sys_platform == "win32" or platform_system == "Windows" and python_version >= "3.8" and python_full_version >= "3.5.0" and sys_platform == "win32"
|
||||
debugpy==1.5.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
|
||||
defusedxml==0.7.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
|
||||
defusedxml==0.7.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
distro==1.6.0
|
||||
entrypoints==0.3; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
ghp-import==2.0.2; python_version >= "3.6"
|
||||
entrypoints==0.3; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
executing==0.8.2; python_version >= "3.8"
|
||||
ghp-import==2.0.2; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
idna==3.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
importlib-metadata==4.8.2; python_version < "3.10" and python_version >= "3.6"
|
||||
importlib-resources==5.4.0; python_version < "3.9" and python_version >= "3.7"
|
||||
ipykernel==6.6.0; python_version >= "3.7"
|
||||
ipython-genutils==0.2.0; python_version >= "3.6"
|
||||
ipython==7.30.1; python_version >= "3.7"
|
||||
importlib-metadata==4.10.0; python_version < "3.10" and python_version >= "3.7" and python_full_version >= "3.7.1"
|
||||
importlib-resources==5.4.0; python_version < "3.9" and python_version >= "3.7" and python_full_version >= "3.7.1"
|
||||
ipykernel==6.7.0; python_version >= "3.7"
|
||||
ipython-genutils==0.2.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
ipython==8.0.0; python_version >= "3.8"
|
||||
ipywidgets==7.6.5
|
||||
jedi==0.18.1; python_version >= "3.7"
|
||||
jinja2==3.0.3; python_version >= "3.7"
|
||||
jedi==0.18.1; python_version >= "3.8"
|
||||
jinja2==3.0.3; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
json5==0.9.6; python_version >= "3.5"
|
||||
jsonschema==4.2.1; python_version >= "3.7"
|
||||
jupyter-client==7.1.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
jsonschema==4.4.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
jupyter-client==7.1.1; python_full_version >= "3.7.1" and python_version >= "3.7" and python_version < "4"
|
||||
jupyter-console==6.4.0; python_version >= "3.6"
|
||||
jupyter-core==4.9.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
jupyter-core==4.9.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
jupyter==1.0.0
|
||||
jupyterlab-pygments==0.1.2; python_version >= "3.7"
|
||||
jupyterlab-pygments==0.1.2; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
jupyterlab-server==1.2.0; python_version >= "3.5"
|
||||
jupyterlab-widgets==1.0.2; python_version >= "3.6"
|
||||
jupyterlab==2.3.2; python_version >= "3.5"
|
||||
jupytext==1.13.6; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1"
|
||||
markdown-it-py==1.1.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1"
|
||||
markdown==3.3.6; python_version >= "3.6"
|
||||
markupsafe==2.0.1; python_version >= "3.6"
|
||||
matplotlib-inline==0.1.3; python_version >= "3.7"
|
||||
mergedeep==1.3.4; python_version >= "3.6"
|
||||
mistune==0.8.4; python_version >= "3.7"
|
||||
matplotlib-inline==0.1.3; python_version >= "3.8"
|
||||
mdit-py-plugins==0.3.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1"
|
||||
mergedeep==1.3.4; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
mistune==0.8.4; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
mkdocs-jupyter==0.19.0; python_full_version >= "3.7.1" and python_version < "4"
|
||||
mkdocs-material-extensions==1.0.3; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
mkdocs-material==8.1.7; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
mkdocs==1.2.3; python_version >= "3.6"
|
||||
nbclient==0.5.9; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
nbconvert==6.3.0; python_version >= "3.7"
|
||||
nbformat==5.1.3; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
nest-asyncio==1.5.4; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
notebook==6.4.6; python_version >= "3.6"
|
||||
mypy-extensions==0.4.3; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
nbclient==0.5.10; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
nbconvert==6.4.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
nbformat==5.1.3; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
nest-asyncio==1.5.4; python_full_version >= "3.7.1" and python_version >= "3.7" and python_version < "4"
|
||||
notebook==6.4.7; python_version >= "3.6"
|
||||
orjson==3.6.5; platform_machine == "x86_64" and python_version >= "3.8"
|
||||
packaging==21.3; python_version >= "3.7"
|
||||
pandocfilters==1.5.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"
|
||||
parso==0.8.3; python_version >= "3.7"
|
||||
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.7"
|
||||
pickleshare==0.7.5; python_version >= "3.7"
|
||||
packaging==21.3; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
pandocfilters==1.5.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
parso==0.8.3; python_version >= "3.8"
|
||||
pathspec==0.9.0; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
pexpect==4.8.0; sys_platform != "win32" and python_version >= "3.8"
|
||||
pickleshare==0.7.5; python_version >= "3.8"
|
||||
platformdirs==2.4.1; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
prometheus-client==0.12.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
|
||||
prompt-toolkit==3.0.24; python_full_version >= "3.6.2" and python_version >= "3.7"
|
||||
protobuf==3.19.1; python_version >= "3.8"
|
||||
psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
ptyprocess==0.7.0; os_name != "nt" and python_version >= "3.7" and sys_platform != "win32"
|
||||
py==1.11.0; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.5.0"
|
||||
pycparser==2.21; python_version >= "3.6" and python_full_version < "3.0.0" and implementation_name == "pypy" or implementation_name == "pypy" and python_version >= "3.6" and python_full_version >= "3.4.0"
|
||||
pygments==2.10.0; python_version >= "3.7"
|
||||
prompt-toolkit==3.0.24; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
protobuf==3.19.3; python_version >= "3.8"
|
||||
psutil==5.9.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
ptyprocess==0.7.0; os_name != "nt" and python_version >= "3.8" and sys_platform != "win32"
|
||||
pure-eval==0.2.1; python_version >= "3.8"
|
||||
py==1.11.0; implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.6.1"
|
||||
pycparser==2.21; implementation_name == "pypy" and python_version >= "3.7" and python_full_version >= "3.6.1"
|
||||
pygments==2.11.2; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.8"
|
||||
pymdown-extensions==9.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
pyparsing==3.0.6; python_version >= "3.6"
|
||||
pyrsistent==0.18.0; python_version >= "3.7"
|
||||
pyrsistent==0.18.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
python-dateutil==2.8.2; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
pywin32==302; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_version >= "3.7"
|
||||
pywin32==303; sys_platform == "win32" and platform_python_implementation != "PyPy" and python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
pywinpty==1.1.6; os_name == "nt" and python_version >= "3.6"
|
||||
pyyaml-env-tag==0.1; python_version >= "3.6"
|
||||
pyyaml==6.0; python_version >= "3.6"
|
||||
pyyaml-env-tag==0.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
pyyaml==6.0; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1"
|
||||
pyzmq==22.3.0; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
qtconsole==5.2.1; python_version >= "3.6"
|
||||
qtpy==1.11.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
|
||||
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
qtconsole==5.2.2; python_version >= "3.6"
|
||||
qtpy==2.0.0; python_version >= "3.6"
|
||||
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
send2trash==1.8.0
|
||||
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.7"
|
||||
six==1.16.0; python_full_version >= "3.7.1" and python_version >= "3.7" and python_version < "4" and (python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8")
|
||||
soupsieve==2.3.1; python_full_version > "3.0.0" and python_version >= "3.8"
|
||||
stack-data==0.1.4; python_version >= "3.8"
|
||||
terminado==0.12.1; python_version >= "3.6"
|
||||
testpath==0.5.0; python_version >= "3.7"
|
||||
testpath==0.5.0; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
toml==0.10.2; python_version >= "3.6" and python_version < "4.0" and python_full_version >= "3.7.1"
|
||||
tomli==1.2.3; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
tornado==6.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
traitlets==5.1.1; python_full_version >= "3.6.1" and python_version >= "3.7"
|
||||
urllib3==1.26.7; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
|
||||
traitlets==5.1.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.8"
|
||||
typing-extensions==4.0.1
|
||||
urllib3==1.26.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
|
||||
waitress==2.0.0; python_full_version >= "3.6.0"
|
||||
watchdog==2.1.6; python_version >= "3.6"
|
||||
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.6"
|
||||
webencodings==0.5.1; python_version >= "3.7"
|
||||
watchdog==2.1.6; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.6"
|
||||
wcwidth==0.2.5; python_full_version >= "3.6.2" and python_version >= "3.8"
|
||||
webencodings==0.5.1; python_full_version >= "3.7.1" and python_version < "4" and python_version >= "3.7"
|
||||
webob==1.8.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
||||
webtest==2.0.35
|
||||
widgetsnbextension==3.5.2
|
||||
zipp==3.6.0; python_version < "3.9" and python_version >= "3.7"
|
||||
zipp==3.7.0; python_version < "3.9" and python_version >= "3.7" and python_full_version >= "3.7.1"
|
||||
-e src/.
|
||||
|
||||
@ -4,19 +4,19 @@
|
||||
anki==2.1.43; python_version >= "3.8"
|
||||
beautifulsoup4==4.10.0; python_full_version > "3.0.0"
|
||||
certifi==2021.10.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
charset-normalizer==2.0.9; python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
charset-normalizer==2.0.10; python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.2.0")
|
||||
distro==1.6.0
|
||||
idna==3.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
importlib-metadata==4.8.2; python_version < "3.10" and python_version >= "3.6"
|
||||
importlib-metadata==4.10.0; python_version < "3.10" and python_version >= "3.7"
|
||||
markdown==3.3.6; python_version >= "3.6"
|
||||
orjson==3.6.5; platform_machine == "x86_64" and python_version >= "3.8"
|
||||
protobuf==3.19.1; python_version >= "3.8"
|
||||
psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
protobuf==3.19.3; python_version >= "3.8"
|
||||
psutil==5.9.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.8"
|
||||
requests==2.26.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
requests==2.27.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
send2trash==1.8.0
|
||||
soupsieve==2.3.1; python_full_version > "3.0.0" and python_version >= "3.8"
|
||||
urllib3==1.26.7; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
|
||||
urllib3==1.26.8; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.8"
|
||||
webob==1.8.7; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
||||
zipp==3.6.0; python_version < "3.10" and python_version >= "3.6"
|
||||
zipp==3.7.0; python_version < "3.10" and python_version >= "3.7"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user