mirror of
https://github.com/pim-n/pg-rad
synced 2026-02-02 14:33:09 +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.snippets
|
||||
- pymdownx.superfences
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/mathjax.js
|
||||
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
||||
|
||||
plugins:
|
||||
- mkdocs-jupyter
|
||||
- mkdocstrings:
|
||||
enabled: !ENV [ENABLE_MKDOCSTRINGS, true]
|
||||
default_handler: python
|
||||
|
||||
@ -29,4 +29,4 @@ Homepage = "https://github.com/pim-n/pg-rad"
|
||||
Issues = "https://github.com/pim-n/pg-rad/issues"
|
||||
|
||||
[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