mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
19 lines
349 B
ReStructuredText
19 lines
349 B
ReStructuredText
Literal Includes with Line Numbers
|
|
==================================
|
|
|
|
.. literalinclude:: literal.inc
|
|
:language: python
|
|
:linenos:
|
|
|
|
.. literalinclude:: literal.inc
|
|
:language: python
|
|
:lineno-start: 200
|
|
|
|
.. literalinclude:: literal.inc
|
|
:language: python
|
|
:lines: 5-9
|
|
:lineno-match:
|
|
|
|
.. literalinclude:: empty.inc
|
|
:lineno-match:
|