mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
204 lines
3.0 KiB
ReStructuredText
204 lines
3.0 KiB
ReStructuredText
|
|
1. Sections in only directives
|
|
==============================
|
|
|
|
Testing sections in only directives.
|
|
|
|
.. only:: nonexisting_tag
|
|
|
|
Skipped Section
|
|
---------------
|
|
Should not be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.1. Section
|
|
------------
|
|
Should be here.
|
|
|
|
1.2. Section
|
|
------------
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.2.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
.. only:: nonexisting_tag
|
|
|
|
Skipped Subsection
|
|
~~~~~~~~~~~~~~~~~~
|
|
Should not be here.
|
|
|
|
1.3. Section
|
|
------------
|
|
|
|
1.3.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.4. Section
|
|
------------
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.4.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.5. Section
|
|
------------
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.5.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.5.2. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.6. Section
|
|
------------
|
|
|
|
1.6.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.6.2. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.6.3. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.7. Section
|
|
------------
|
|
|
|
1.7.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.7.1.1. Subsubsection
|
|
......................
|
|
Should be here.
|
|
|
|
1.8. Section
|
|
------------
|
|
|
|
1.8.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.8.1.1. Subsubsection
|
|
......................
|
|
Should be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.8.1.2. Subsubsection
|
|
......................
|
|
Should be here.
|
|
|
|
1.9. Section
|
|
------------
|
|
|
|
.. only:: nonexisting_tag
|
|
|
|
Skipped Subsection
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
1.9.1. Subsection
|
|
~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.9.1.1. Subsubsection
|
|
......................
|
|
Should be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.10. Section
|
|
-------------
|
|
Should be here.
|
|
|
|
1.11. Section
|
|
-------------
|
|
|
|
Text before subsection 11.1.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
More text before subsection 11.1.
|
|
|
|
1.11.1. Subsection
|
|
~~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
Text after subsection 11.1.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.12. Section
|
|
-------------
|
|
Should be here.
|
|
|
|
1.12.1. Subsection
|
|
~~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.13. Section
|
|
-------------
|
|
Should be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.14. Section
|
|
-------------
|
|
Should be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
1.14.1. Subsection
|
|
~~~~~~~~~~~~~~~~~~
|
|
Should be here.
|
|
|
|
1.15. Section
|
|
-------------
|
|
Should be here.
|
|
|
|
.. only:: nonexisting_tag
|
|
|
|
Skipped document level heading
|
|
==============================
|
|
Should not be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
2. Included document level heading
|
|
==================================
|
|
Should be here.
|
|
|
|
3. Document level heading
|
|
=========================
|
|
Should be here.
|
|
|
|
.. only:: nonexisting_tag
|
|
|
|
Skipped document level heading
|
|
==============================
|
|
Should not be here.
|
|
|
|
.. only:: not nonexisting_tag
|
|
|
|
4. Another included document level heading
|
|
==========================================
|
|
Should be here.
|