1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
TEST DOCUMENT
=============
.. toctree::
subfolder_1/index
subfolder_2/index
.. spec:: title_clean_layout
:layout: clean
.. spec:: title_complete_layout
:layout: complete
.. spec:: title_focus_layout
:layout: focus
.. spec:: title_example_layout
:layout: example
:author: some author
.. spec:: title_layout_optional_author
:layout: optional_author
:author: some author
.. spec:: title_layout_image_author
:layout: image_author
:author: some author
:author_image: _images/smile.png
.. spec:: title_layout_footer_grid
:layout: footer_grid
|