From 4189c0c988daa939be0e8ec979ce0ae0563c4b7d Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 12 Dec 2022 14:13:40 +0100 Subject: Create docs from python code --- mkdocs.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 1e8334c..e282b17 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 -- cgit v1.2.3