1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-20 21:27:32 +00:00

Merge pull request #2614 from enkore/docs/internals-toc

docs: internals: columnize rather long ToC
This commit is contained in:
enkore 2017-06-05 15:57:52 +02:00 committed by GitHub
commit 8023bc6a00
2 changed files with 14 additions and 1 deletions

View file

@ -28,3 +28,16 @@
#usage dl dl dd {
margin-bottom: 0.5em;
}
#internals .toctree-wrapper > ul {
column-count: 3;
}
#internals .toctree-wrapper > ul > li {
display: inline-block;
font-weight: bold;
}
#internals .toctree-wrapper > ul > li > ul {
font-weight: normal;
}

View file

@ -39,7 +39,7 @@ hash-table of all chunks that already exist.
(Repository) or remotely (RemoteRepository).
.. toctree::
:caption: Contents
:caption: Internals contents
internals/security
internals/data-structures