diff options
| author | Jonathan Waltman <jonathan.waltman@gmail.com> | 2013-01-05 20:14:48 -0600 |
|---|---|---|
| committer | Jonathan Waltman <jonathan.waltman@gmail.com> | 2013-01-05 20:14:48 -0600 |
| commit | e15877cc2a9621723f66a5634b84303753065458 (patch) | |
| tree | dd426d9137035b81e04c31b13d1dceabf410cf44 /tests/root | |
| parent | 1c3d90f79de2ab31f04ef1207c89ea018ffe214a (diff) | |
| download | sphinx-e15877cc2a9621723f66a5634b84303753065458.tar.gz | |
Move "only" directive tests to a seperate test root.
Diffstat (limited to 'tests/root')
| -rw-r--r-- | tests/root/contents.txt | 1 | ||||
| -rw-r--r-- | tests/root/only.txt | 203 |
2 files changed, 0 insertions, 204 deletions
diff --git a/tests/root/contents.txt b/tests/root/contents.txt index 67384351..0fbd6823 100644 --- a/tests/root/contents.txt +++ b/tests/root/contents.txt @@ -27,7 +27,6 @@ Contents: doctest extensions versioning/index - only footnote i18n/index diff --git a/tests/root/only.txt b/tests/root/only.txt deleted file mode 100644 index 4a3eb48a..00000000 --- a/tests/root/only.txt +++ /dev/null @@ -1,203 +0,0 @@ - -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. |
