mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
14 lines
305 B
ReStructuredText
14 lines
305 B
ReStructuredText
===========================
|
|
Literal Includes for python
|
|
===========================
|
|
|
|
block start with blank or comment
|
|
=================================
|
|
|
|
.. literalinclude:: target.py
|
|
:pyobject: block_start_with_comment
|
|
|
|
.. literalinclude:: target.py
|
|
:pyobject: block_start_with_blank
|
|
|