source links, demo docs

This commit is contained in:
Dave Snider 2013-11-06 12:44:22 -08:00
parent d782d51d49
commit caba30b87f
4 changed files with 40 additions and 5 deletions

View File

@ -28,6 +28,22 @@ Here is another:
\left( \sin \theta \, \frac{\partial f}{\partial \theta} \right) +
\frac{1}{r^2 \sin^2\theta} \frac{\partial^2 f}{\partial \phi^2}
Giant tables
============
+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+
| Header 1 | Header 2 | Header 3 | Header 1 | Header 2 | Header 3 | Header 1 | Header 2 | Header 3 | Header 1 | Header 2 | Header 3 |
+============+============+===========+============+============+===========+============+============+===========+============+============+===========+
| body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 |
+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+
| body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 |
+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+
| body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 |
+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+
| body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 | body row 1 | column 2 | column 3 |
+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+------------+------------+-----------+
API Test
========
@ -146,6 +162,19 @@ documentation for it.
.. _Docutils: http://docutils.sourceforge.net/
.. _Inline Markup: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup
.. note:: Every other line in this table will have white text on a white background.
This is bad.
+---------+
| Example |
+=========+
| Thing1 |
+---------+
| Thing2 |
+---------+
| Thing3 |
+---------+
Citation
========

View File

@ -51,10 +51,7 @@
padding: $gutter / 4 $gutter * 1.5
&:hover
background: darken($section-background-color, 15%)
.current
background: darken($section-background-color, 20%)
li.tocktree-l2.current > a
background: darken($section-background-color, 20%)
// On state for the first level
li.on a, li.current > a
color: $text-color
padding: $gutter / 4 $gutter
@ -68,6 +65,9 @@
+font-smooth
&:hover
background: $section-background-color
// This is the on state for pages beyond second level
li.tocktree-l2.current > a
background: darken($section-background-color, 20%)
li.current ul
display: block
li ul

View File

@ -181,6 +181,7 @@
color: $blue
border-top: solid 3px lighten($blue, 20%)
padding: $base-line-height / 4
position: relative
&:before
color: lighten($blue, 20%)
.headerlink
@ -214,6 +215,11 @@
font-size: 100% !important
&.descname
font-weight: bold
.viewcode-link
display: inline-block
color: $green
font-size: 80%
padding-left: $base-line-height
// This is for more advanced parameter control
.optional
display: inline-block

File diff suppressed because one or more lines are too long