Documentation Page Template¶
Use this file as a starting point for new Sphinx pages in help/source.
How To Use This Template¶
Copy this file to a new
.rstfilename inhelp/source.Replace the title and section text with your topic.
Add the new filename, without
.rst, to a toctree inindex.rst.Run
run_sphinx_documentation.batfrom the plugin root.
Short Introduction¶
Write one short paragraph that explains what this page is for and when a user or developer should read it.
Main Section¶
Use normal paragraphs for explanation.
Use bullet lists for short grouped items.
Keep lists flat and direct.
Prefer simple reStructuredText over advanced directives.
Steps¶
First step.
Second step.
Third step.
Code Example¶
print("example")
Note¶
Note
Add notes sparingly. They are most useful for prerequisites, caveats, or workflow constraints that are easy to miss.
Image Example¶
Replace this with a project image when the page needs a figure.¶