The .rst files are located in sphinx_practice/projects/skeleton/bin/source/
.
Inspiration from:
Some helpful .rst resources:
- rst Cheatsheet from GitHub user: bashtage
- Sphinx - Directives
- Docutils - rst syntax details
Remember:
- To build with Sphinx on Windows, use
python -m sphinx . build
in the same directory where the .rst file is located. - This can only be done after initial Python and Sphinx setup has been completed.