diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-12-12 14:13:40 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2022-12-12 14:13:40 +0100 |
commit | 4189c0c988daa939be0e8ec979ce0ae0563c4b7d (patch) | |
tree | f07143ac71bd80457f681ec64bde1bbcbefa7a08 /mkdocs.yml | |
parent | f1664d7c0dda8b4e557a02cd6fbfe56308daa4e4 (diff) | |
download | Luxcena-Neo-4189c0c988daa939be0e8ec979ce0ae0563c4b7d.tar.gz Luxcena-Neo-4189c0c988daa939be0e8ec979ce0ae0563c4b7d.zip |
Create docs from python code
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -1,6 +1,7 @@ site_name: Luxcena Neo Documentation site_dir: public/docs -theme: material +theme: + name: material extra_javascript: - assets/luxcena-colors.js - assets/webfont.js @@ -31,6 +32,11 @@ markdown_extensions: - pymdownx.tasklist: custom_checkbox: true - pymdownx.tilde +plugins: + - mkdocstrings: + handlers: + python: + paths: [NeoRuntime/Runtime] nav: - Introduction: index.md - Plan for the future: FuturePlan.md @@ -39,13 +45,12 @@ nav: - Configuration: Usage/Configuration.md - CLI: Usage/CLI.md - Scripting: - - Support Library: Scripting/SupportLib/README.md - - Examples: - - Strandtest: Scripting/Examples/strandtest.md + - Strip: Scripting/Strip.md + - Main interface: Scripting/NeoBehaviour.md + #- Support Library: Scripting/SupportLib/README.md - Code Documentation: - - Modules: - - CompileAndRun: "Code Documentation/Modules/CompileAndRun.md" + #- Modules: + # - CompileAndRun: "Code Documentation/Modules/CompileAndRun.md" - Run: Code Documentation/Run/index.md - - Design: Code Documentation/Design/index.md - API: - Socket-IO: Code Documentation/SocketIO.md |