mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Add some air to parameters in API docs. fixes #35
This commit is contained in:
parent
563a031512
commit
aa05551bf7
|
@ -3,7 +3,8 @@
|
||||||
You can adapt this file completely to your liking, but it should at least
|
You can adapt this file completely to your liking, but it should at least
|
||||||
contain the root `toctree` directive.
|
contain the root `toctree` directive.
|
||||||
|
|
||||||
Welcome to Sphinx RTD theme demo's documentation!
|
=================================================
|
||||||
|
Demo Docs
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
|
@ -11,6 +12,9 @@ Contents:
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
Maaaaath!
|
||||||
|
=========
|
||||||
|
|
||||||
This is a test. Here is an equation:
|
This is a test. Here is an equation:
|
||||||
:math:`X_{0:5} = (X_0, X_1, X_2, X_3, X_4)`.
|
:math:`X_{0:5} = (X_0, X_1, X_2, X_3, X_4)`.
|
||||||
Here is another:
|
Here is another:
|
||||||
|
|
|
@ -209,6 +209,15 @@
|
||||||
font-size: 100% !important
|
font-size: 100% !important
|
||||||
&.descname
|
&.descname
|
||||||
font-weight: bold
|
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
|
// Mobile specific
|
||||||
+media($mobile)
|
+media($mobile)
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user