Main tab¶
Here you can choose the Makefile directory to be used while running the configuration, the Sphinx output formats and where to find the make command (on Unix-like systems).
The editor must be re-opened to apply preferences.
ReST Editor is currently able to perform some actions when the document is saved. You can enable or disable them using the preferences page :
Format on save : formats complex elements (Section markers, grid tables) in order to obtain a valid ReST file
Trim lines on save : delete blank spaces at the end of standard text lines. Other lines (source blocks, ...) are not modified
Modify section markers on save : change all sections markers in the document to correspond to the preferred ones
- Preferred section markers order : preferred section markers. The first one corresponds to the top level in the document. It is highly recommended to have at least 6 preferred markers.
Allows 3 wrap modes :
In Soft mode, the document always appears as modified, to do the wrapping and un-wrapping processes. The file on disk is always un-wrapped in soft mode, so its content is not modified if you save it without editing it manually. You may see the un-wrapped version appear while saving the document.
ReST Editor has been developed to be used with the Hunspell4Eclipse plug-in. The editor doesn’t work with the Java spelling service (provided by the JDT).
This plug-in provides a run configuration to generate easily your document using the Makefile (under Unix-like systems) or the make.bat file. Sphinx must be properly installed on the system to use this run configuration.
If it is not in the PATH, use the environment tab to set up the PATH (path to the sphinx-build directory) variable or the SPHINXBUILD (complete sphinx-build path) variable
Here you can choose the Makefile directory to be used while running the configuration, the Sphinx output formats and where to find the make command (on Unix-like systems).
Common run configuration options. You may not need to use it.
This tab allows you to configure the process environment to use when the configuration is executed.
You can set up the PATH variable to define where to find the sphinx-build script, or any other variable your Sphinx configuration script may use.