Skip to content

Commit

Permalink
Merge pull request #126 from UST-QuAntiL/feature/tag-restructuring
Browse files Browse the repository at this point in the history
Fix consistency issues of plugin tags
  • Loading branch information
buehlefs authored Oct 14, 2024
2 parents e6a17d3 + e374c7e commit ecff449
Show file tree
Hide file tree
Showing 51 changed files with 1,796 additions and 412 deletions.
1,503 changes: 1,503 additions & 0 deletions docs/all-plugins.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@
api_title = info.get("title")
version = info.get("version")

# -- update plugin documentation ---------------------------------------------

plugin_doc_command = ["python", "docs/plugin_autodoc.py"]

if not ON_READTHEDOCS:
plugin_doc_command = ["poetry", "run"] + plugin_doc_command

subprocess.run(plugin_doc_command, cwd=project_root, env=flask_environ)


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Welcome to QHAna-Plugin-Runner's documentation!
plugin-types/index
data-formats/index
cli
plugin-overview
all-plugins
adr/index
source/qhana_plugin_runner
changelog
Expand Down
312 changes: 0 additions & 312 deletions docs/plugin-overview.rst

This file was deleted.

Loading

0 comments on commit ecff449

Please sign in to comment.