13 lines
301 B
ReStructuredText
13 lines
301 B
ReStructuredText
|
.. _styleguide04:
|
||
|
|
||
|
****************
|
||
|
Including a file
|
||
|
****************
|
||
|
|
||
|
A complete file should be included with the following construct. It is recomended it be included with
|
||
|
it's own .rst file describing the file included. This is an example of an xml file is included.
|
||
|
|
||
|
.. toctree::
|
||
|
|
||
|
xmlexample.rst
|