mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-03 14:43:08 +01:00
move demo within docs
This commit is contained in:
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
title: Using PG-RAD as a module
|
|
||||||
---
|
|
||||||
|
|
||||||
Consult the API documentation in the side bar.
|
|
||||||
@ -28,8 +28,15 @@ markdown_extensions:
|
|||||||
- pymdownx.inlinehilite
|
- pymdownx.inlinehilite
|
||||||
- pymdownx.snippets
|
- pymdownx.snippets
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
|
- pymdownx.arithmatex:
|
||||||
|
generic: true
|
||||||
|
|
||||||
|
extra_javascript:
|
||||||
|
- javascripts/mathjax.js
|
||||||
|
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
|
- mkdocs-jupyter
|
||||||
- mkdocstrings:
|
- mkdocstrings:
|
||||||
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
|
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
|
||||||
default_handler: python
|
default_handler: python
|
||||||
|
|||||||
@ -29,4 +29,4 @@ Homepage = "https://github.com/pim-n/pg-rad"
|
|||||||
Issues = "https://github.com/pim-n/pg-rad/issues"
|
Issues = "https://github.com/pim-n/pg-rad/issues"
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["pytest", "notebook", "mkdocs-material", "mkdocstrings-python"]
|
dev = ["pytest", "notebook", "mkdocs-material", "mkdocstrings-python", "mkdocs-jupyter"]
|
||||||
Reference in New Issue
Block a user