mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-03 01:49:29 -05: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:
|