Merge branch '2.0'

This commit is contained in:
Takeshi KOMIYA
2019-03-02 18:38:24 +09:00
23 changed files with 170 additions and 59 deletions

View File

@@ -0,0 +1,23 @@
Code Blocks and Literal Includes with Line Numbers via linenothreshold
======================================================================
.. highlight:: python
:linenothreshold: 5
.. code-block::
class Foo:
pass
class Bar:
def baz():
pass
.. code-block::
# comment
value = True
.. literalinclude:: literal.inc
.. literalinclude:: literal-short.inc

View File

@@ -0,0 +1,3 @@
# Very small literal include (linenothreshold check)
value = True

View File

@@ -15,6 +15,13 @@ test-image
.. image:: testimäge.png
.. image:: rimg.png
:target: https://www.sphinx-doc.org/
.. image:: rimg.png
:align: center
:target: https://www.python.org/
.. a remote image
.. image:: https://www.python.org/static/img/python-logo.png