Add some air to parameters in API docs. fixes #35

This commit is contained in:
Dave Snider 2013-11-05 12:42:09 -08:00
parent 563a031512
commit aa05551bf7
3 changed files with 15 additions and 2 deletions

View File

@ -3,7 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Sphinx RTD theme demo's documentation!
=================================================
Demo Docs
=================================================
Contents:
@ -11,6 +12,9 @@ Contents:
.. toctree::
:maxdepth: 2
Maaaaath!
=========
This is a test. Here is an equation:
:math:`X_{0:5} = (X_0, X_1, X_2, X_3, X_4)`.
Here is another:

View File

@ -209,6 +209,15 @@
font-size: 100% !important
&.descname
font-weight: bold
// This is for more advanced parameter control
.optional
display: inline-block
padding: 0 4px
color: $black
font-weight: bold
.property
display: inline-block
padding-right: 8px
// Mobile specific
+media($mobile)

File diff suppressed because one or more lines are too long