blob: ab8649ac47a37ca1969f14a552ef242074caa7c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.. raw:: html
<style>
pre {
padding: unset !important;
font-family: monospace !important;
margin: 0 auto !important;
width: min-content;
}
.highlight {
background: unset;
}
.rst-content div[class^=highlight] {
border: none;
}
</style>
.. include:: ../readme.rst
:end-line: 18
#############
Documentation
#############
.. toctree::
:maxdepth: 2
user/index.rst
dev/index.rst
dev/processor.rst
api/index.rst
|