mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
Some checks failed
docker-build / platform-excludes (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Run Pytest on Pull Request / test (push) Has been cancelled
docker-build / build (push) Has been cancelled
docker-build / merge (push) Has been cancelled
Add Markdown linter (pymarkdown) to pre-commit. Adapt current markdown files to fulfill linter rules. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
32 lines
545 B
Markdown
32 lines
545 B
Markdown
% SPDX-License-Identifier: Apache-2.0
|
|
|
|
```{image} _static/logo.png
|
|
|
|
```
|
|
|
|
# Akkudoktor EOS documentation
|
|
|
|
```{toctree}
|
|
:maxdepth: 2
|
|
:caption: 'Contents:'
|
|
|
|
welcome.md
|
|
akkudoktoreos/about.md
|
|
develop/getting_started.md
|
|
develop/CONTRIBUTING.md
|
|
akkudoktoreos/architecture.md
|
|
akkudoktoreos/configuration.md
|
|
akkudoktoreos/optimization.md
|
|
akkudoktoreos/prediction.md
|
|
akkudoktoreos/measurement.md
|
|
akkudoktoreos/integration.md
|
|
akkudoktoreos/serverapi.md
|
|
akkudoktoreos/api.rst
|
|
```
|
|
|
|
## Indices and tables
|
|
|
|
- {ref}`genindex`
|
|
- {ref}`modindex`
|
|
- {ref}`search`
|