mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
watch rst files, fix #26 citations, remove www from rtd link
This commit is contained in:
parent
e1bf789bae
commit
03133fca1c
|
@ -56,7 +56,7 @@ module.exports = function(grunt) {
|
||||||
},
|
},
|
||||||
/* Changes in theme dir rebuild sphinx */
|
/* Changes in theme dir rebuild sphinx */
|
||||||
sphinx: {
|
sphinx: {
|
||||||
files: ['sphinx_rtd_theme/**/*'],
|
files: ['sphinx_rtd_theme/**/*', 'demo_docs/**/*'],
|
||||||
tasks: ['clean:build','exec:build_sphinx']
|
tasks: ['clean:build','exec:build_sphinx']
|
||||||
},
|
},
|
||||||
/* live-reload the demo_docs if sphinx re-builds */
|
/* live-reload the demo_docs if sphinx re-builds */
|
||||||
|
|
|
@ -62,10 +62,9 @@ The first hexagram is made up of six unbroken lines. These unbroken lines stand
|
||||||
|
|
||||||
The power represented by the hexagram is to be interpreted in a dual sense in terms of its action on the universe and of its action on the world of men. In relation to the universe, the hexagram expresses the strong, creative action of the Deity. In relation to the human world, it denotes the creative action of the holy man or sage, of the ruler or leader of men, who through his power awakens and develops their higher nature.
|
The power represented by the hexagram is to be interpreted in a dual sense in terms of its action on the universe and of its action on the world of men. In relation to the universe, the hexagram expresses the strong, creative action of the Deity. In relation to the human world, it denotes the creative action of the holy man or sage, of the ruler or leader of men, who through his power awakens and develops their higher nature.
|
||||||
|
|
||||||
Indices and tables
|
Citation
|
||||||
==================
|
========
|
||||||
|
|
||||||
* :ref:`genindex`
|
Here I am making a citation [1]_
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|
||||||
|
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal repsonsive table stuff.
|
||||||
|
|
|
@ -219,6 +219,8 @@
|
||||||
display: block
|
display: block
|
||||||
footer
|
footer
|
||||||
color: $gray-light
|
color: $gray-light
|
||||||
|
p
|
||||||
|
margin-bottom: $base-line-height / 2
|
||||||
|
|
||||||
+media($tablet)
|
+media($tablet)
|
||||||
.wy-body-for-nav
|
.wy-body-for-nav
|
||||||
|
|
|
@ -79,6 +79,24 @@
|
||||||
@extend .wy-table-bordered-all
|
@extend .wy-table-bordered-all
|
||||||
&:not(.field-list)
|
&:not(.field-list)
|
||||||
@extend .wy-table-striped
|
@extend .wy-table-striped
|
||||||
|
|
||||||
|
table.docutils.citation, table.docutils.footnote
|
||||||
|
background: none
|
||||||
|
border: none
|
||||||
|
color: $gray-light
|
||||||
|
td, tr
|
||||||
|
border: none
|
||||||
|
background-color: transparent !important
|
||||||
|
white-space: normal
|
||||||
|
td.label
|
||||||
|
padding-left: 0
|
||||||
|
padding-right: 0
|
||||||
|
vertical-align: top
|
||||||
|
|
||||||
|
.footnote-reference, .citation-reference
|
||||||
|
vertical-align: super
|
||||||
|
font-size: 90%
|
||||||
|
|
||||||
table.docutils.field-list
|
table.docutils.field-list
|
||||||
@extend .wy-table
|
@extend .wy-table
|
||||||
border: none
|
border: none
|
||||||
|
|
|
@ -15,5 +15,5 @@
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% trans %}<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://www.readthedocs.org">Read the Docs</a>{% endtrans %}
|
{% trans %}<a href="https://www.github.com/snide/sphinx_rtd_theme">Sphinx theme</a> provided by <a href="http://readthedocs.org">Read the Docs</a>{% endtrans %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user