mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
22 lines
264 B
ReStructuredText
22 lines
264 B
ReStructuredText
Dedent
|
|
======
|
|
|
|
Code blocks
|
|
-----------
|
|
|
|
.. code-block:: ruby
|
|
:caption: caption *test* rb
|
|
|
|
def ruby?
|
|
false
|
|
end
|
|
|
|
|
|
Literal Include
|
|
---------------
|
|
|
|
.. literalinclude:: literal.inc
|
|
:language: python
|
|
:caption: caption **test** py
|
|
:lines: 10-11
|