mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-04-19 08:55:15 +00:00
Add documentation that covers: - Architecture - Optimization (only empty template) - Integration. Add some PNG figures for architecture documentation including open document format sources to enable document maintainance. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
32 lines
544 B
Markdown
32 lines
544 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`
|