diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-17 05:46:08 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 09:20:25 -0300 |
commit | c3123552aad3ffd7a35e16d4402231225165e343 (patch) | |
tree | 41126f93059b3e2bd428f81ce9c301602ed572fa /Documentation/accounting/index.rst | |
parent | a36d053863a1b6cd6e79a632af01be014517f9ac (diff) | |
download | linux-c3123552aad3ffd7a35e16d4402231225165e343.tar.bz2 |
docs: accounting: convert to ReST
Rename the accounting documentation files to ReST, add an
index for them and adjust in order to produce a nice html
output via the Sphinx build system.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'Documentation/accounting/index.rst')
-rw-r--r-- | Documentation/accounting/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/accounting/index.rst b/Documentation/accounting/index.rst new file mode 100644 index 000000000000..e1f6284b5ff3 --- /dev/null +++ b/Documentation/accounting/index.rst @@ -0,0 +1,14 @@ +:orphan: + +========== +Accounting +========== + +.. toctree:: + :maxdepth: 1 + + cgroupstats + delay-accounting + psi + taskstats + taskstats-struct |