Create API documentation
Unit test coverage / pytest (push) Failing after 1m54s
/ build-and-push (push) Successful in 1m50s
Unit test coverage / pytest (pull_request) Failing after 1m27s

This commit is contained in:
Stanislav Hejny
2025-08-14 09:29:57 +01:00
parent 07f6f4569c
commit aa4492d443
135 changed files with 24386 additions and 5 deletions
@@ -0,0 +1,13 @@
const DOCUMENTATION_OPTIONS = {
VERSION: '1.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
FILE_SUFFIX: '.html',
LINK_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt',
NAVIGATION_WITH_KEYS: false,
SHOW_SEARCH_SUMMARY: true,
ENABLE_SEARCH_SHORTCUTS: true,
};