mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Add documentation. (#321)
Add documentation that covers: - Prediction - Measuremnt - REST API Add Python scripts that support automatic documentation generation using the Sphinx sphinxcontrib.eval extension. Add automatic update/ test for REST API documentation. Filter proxy endpoints from REST API documentation. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,8 +1,6 @@
|
||||
cache/
|
||||
output/
|
||||
EOS.config.json
|
||||
docs/develop/CONTRIBUTING.md
|
||||
docs/develop/getting_started.md
|
||||
|
||||
# Default ignore folders and files for VS Code, Python
|
||||
|
||||
@@ -258,5 +256,6 @@ visualize_output_*.pdf
|
||||
*_pdf.png
|
||||
|
||||
# Test files
|
||||
openapi-new.json
|
||||
tests/testdata/new_optimize_result*
|
||||
tests/testdata/openapi-new.json
|
||||
tests/testdata/openapi-new.md
|
||||
|
Reference in New Issue
Block a user