:orphan:

.. The content of this file was generated
.. automatically by the popy.conf.fio.rstdoc_writer module


.. _rst_spec:



.. _rst-method_options_spec:

METHOD_OPTIONS
**************

Type: :term:`dict_record <dict_record>`

method options

Example:-

.. code-block:: pyml

    METHOD_OPTIONS:
        py_module: rst


.. _rst-method_options-py_module_spec:

py_module
=========

Type: :term:`one_of(rst) <one_of>`

Python module required to process this script file

Example:-

.. code-block:: pyml

    py_module: rst


.. _rst-file_paths_spec:

FILE_PATHS
**********

Type: :term:`dict_record <dict_record>`

file paths

Example:-

.. code-block:: pyml

    FILE_PATHS:
        output_folder: source


.. _rst-file_paths-output_folder_spec:

output_folder
=============

Type: :term:`output_folder <output_folder>`

Output path for sphinx rst documentation auto rst modules will be in '<output_folder>/reference' subfolder.

Example:-

.. code-block:: pyml

    output_folder: source



