@@ -9,85 +9,92 @@ Let us have a look at the most important topics first.
99Below that, you will be presented with a categorized list of all articles.
1010
1111.. grid :: 1 2 2 3
12- :gutter: 2
12+ :gutter: 2
1313
14- .. grid-item-card :: Framework Overview
15- :link: high-level-overview
16- :link-type: doc
14+ .. grid-item-card :: Framework Overview
15+ :link: high-level-overview
16+ :link-type: doc
1717
18- Get a high-level overview of the EVerest framework.
18+ Get a high-level overview of the EVerest framework.
1919
20- .. grid-item-card :: Error Framework
21- :link: error-framework
22- :link-type: doc
20+ .. grid-item-card :: Error Framework
21+ :link: error-framework
22+ :link-type: doc
2323
24- How to communicate error states between modules.
24+ How to communicate error states between modules.
2525
26- .. grid-item-card :: EVerest Modules in Detail
27- :link: detail-module-concept
28- :link-type: doc
26+ .. grid-item-card :: EVerest Modules in Detail
27+ :link: detail-module-concept
28+ :link-type: doc
2929
30- Learn about the module concept of EVerest.
30+ Learn about the module concept of EVerest.
3131
32- .. grid-item-card :: Tier Module Mapping
33- :link: tier-module-mappings
34- :link-type: doc
32+ .. grid-item-card :: Tier Module Mapping
33+ :link: tier-module-mappings
34+ :link-type: doc
3535
36- EVerest's 3-tier module mapping explained.
36+ EVerest's 3-tier module mapping explained.
3737
38- .. grid-item-card :: Adapt EVerest
39- :link: adapt-everest/index
40- :link-type: doc
38+ .. grid-item-card :: Adapt EVerest
39+ :link: adapt-everest/index
40+ :link-type: doc
4141
42- Learn how EVerest can be adapted to your use-case.
42+ Learn how EVerest can be adapted to your use-case.
4343
44- .. grid-item-card :: The EVerest Dependency Manager
45- :link: dev-tools/edm
46- :link-type: doc
44+ .. grid-item-card :: The EVerest Dependency Manager
45+ :link: dev-tools/edm
46+ :link-type: doc
4747
48- Tool helping to orchestrate dependencies between the different EVerest repositories.
48+ Tool helping to orchestrate dependencies between the different EVerest repositories.
4949
50- .. grid-item-card :: The ev-cli Development Tool
51- :link: dev-tools/edm
52- :link-type: doc
50+ .. grid-item-card :: The ev-cli Development Tool
51+ :link: dev-tools/edm
52+ :link-type: doc
5353
54- Command line tool to generate C++ code from interface and manifest definitions.
54+ Command line tool to generate C++ code from interface and manifest definitions.
5555
56- .. grid-item-card :: The Plug&Charge Process in EVerest
57- :link: dev-tools/edm
58- :link-type: doc
56+ .. grid-item-card :: The Plug&Charge Process in EVerest
57+ :link: dev-tools/edm
58+ :link-type: doc
5959
60- Learn how Plug&Charge is implemented in EVerest.
60+ Learn how Plug&Charge is implemented in EVerest.
6161
62- .. grid-item-card :: Linux / Yocto and EVerest
63- :link: linux-yocto/index
64- :link-type: doc
62+ .. grid-item-card :: Linux / Yocto and EVerest
63+ :link: linux-yocto/index
64+ :link-type: doc
6565
66- Learn how to integrate EVerest in your embedded application via Yocto and allow for secure OTA updates.
66+ Learn how to integrate EVerest in your embedded application via Yocto and allow for secure OTA updates.
6767
68- .. grid-item-card :: Hardware Architecture
69- :link: hardware-architecture
70- :link-type: doc
68+ .. grid-item-card :: Hardware Architecture
69+ :link: hardware-architecture
70+ :link-type: doc
7171
72- Some ideas and guidance on the general architecture of AC or DC chargers.
72+ Some ideas and guidance on the general architecture of AC or DC chargers.
7373
74- .. grid-item-card :: Powermeter OCMF Handling
75- :link: powermeter-ocmf
76- :link-type: doc
74+ .. grid-item-card :: Powermeter OCMF Handling
75+ :link: powermeter-ocmf
76+ :link-type: doc
7777
78- How OCMF records are expected to be handled by modules implementing powermeters.
78+ How OCMF records are expected to be handled by modules implementing powermeters.
7979
80- .. grid-item-card :: A Selection of included Hardware Drivers
81- :link: hardware-drivers
82- :link-type: doc
80+ .. grid-item-card :: A Selection of included Hardware Drivers
81+ :link: hardware-drivers
82+ :link-type: doc
8383
84- Description of natively supported hardware driver modules included in EVerest.
84+ Description of natively supported hardware driver modules included in EVerest.
8585
86- .. grid-item-card :: Structure of the EVerest Documentation
87- :link: the-everest-documentation
88- :link-type: doc
86+ .. grid-item-card :: Structure of the EVerest Documentation
87+ :link: the-everest-documentation
88+ :link-type: doc
8989
90- How this documentation is structured.
90+ How this documentation is structured.
91+
92+ .. grid-item-card :: Use the EVerest Development Container
93+ :link: devcontainer-internal/index
94+ :link-type: doc
95+
96+ Internal working of the EVerest development container
97+ for different setup variants and how things are connected.
9198
9299.. toctree ::
93100 :hidden:
@@ -107,3 +114,4 @@ Below that, you will be presented with a categorized list of all articles.
107114 hardware-drivers
108115 the-everest-documentation
109116 powermeter-ocmf
117+ devcontainer-internal/index
0 commit comments