diff --git a/ceurws/__init__.py b/ceurws/__init__.py index df12433..f6b7e26 100644 --- a/ceurws/__init__.py +++ b/ceurws/__init__.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3" diff --git a/ceurws/version.py b/ceurws/version.py index 0cd073c..49dbe34 100644 --- a/ceurws/version.py +++ b/ceurws/version.py @@ -18,7 +18,7 @@ class Version: name = "CEUR-WS Volume Browser" version = ceurws.__version__ date = "2022-08-14" - updated = "2024-06-11" + updated = "2024-07-31" description = "CEUR-WS Volume browser" authors = "Tim Holzheim, Wolfgang Fahl" diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..669c476 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,5 @@ +# pyCEURmake API Documentation + +::: ceurws + options: + show_submodules: true diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..55dd01f --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,18 @@ +site_name: pyCEURmake API Documentation +theme: + name: material +plugins: + - search + - mkdocstrings: + handlers: + python: + setup_commands: + - import sys + - import os + - sys.path.insert(0, os.path.abspath(".")) + selection: + docstring_style: google + rendering: + show_source: true +nav: + - API: index.md