sphinx/tests/roots/test-directive-code/index.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
267 B
ReStructuredText
Raw Normal View History

test-directive-code
===================
.. toctree::
:glob:
*
Code blocks
-----------
.. code-block:: ruby
:linenos:
def ruby?
false
end
Literal Includes
----------------
.. literalinclude:: literal.inc
:language: python