Add command line API reference

This commit is contained in:
Kovid Goyal
2018-05-30 15:14:07 +05:30
parent 0667027506
commit a3e4c74f5d
6 changed files with 129 additions and 1 deletions

View File

@@ -82,3 +82,25 @@ div.sphinxsidebar {
#sidebartoc a[href]:hover {
color: red;
}
.green {
color: green;
}
.cyan {
color: blue;
}
.italic {
font-style: italic;
}
.bold {
font-weight: bold;
}
.title {
font-size: larger;
font-weight: bold
}