Files
sphinx/doc/usage
Latosha Maltba 54b1991e74 Update :dedent: example
The presence or absence of the ``:dedent: 4`` option in the example

.. code-block:: ruby
   :dedent: 4

       some ruby code

makes no difference for the output due to how ReST handles whitespace.
If it is present, then ReST indent is 3 and the 4 spaces of the code are
stripped by the :dedent: option.  If the dedent option is missing, then
the ReST indent is 7 and all whitespace is stripped again.

Add a dummy option to fixate the ReST indent to 3, so adding and
removing of the option in the example has an effect on the output.
2021-09-23 07:52:39 +00:00
..
2021-06-22 15:27:54 +02:00
2021-06-22 15:27:54 +02:00
2021-09-23 07:52:39 +00:00
2021-08-04 20:28:45 -04:00