summaryrefslogtreecommitdiff
path: root/docs/developer-guide.rst
Commit message (Collapse)AuthorAgeFilesLines
* group development related files togetheralvy2020-10-151-130/+0
|
* 📝 Add an illustrative explanation of change notesSviatoslav Sydorenko2020-09-241-27/+8
| | | | | | | | This change places a `README.rst` document under `changelog.d/` dir in order for GitHub to render it when users navigate to this location via the web UI. It also includes that into the dev guide in Sphinx docs.
* Fix command block in dev guide to `shell-session`Sviatoslav Sydorenko2020-09-241-1/+1
| | | | | | | This type is more appropriate for snippets containing shell commands with leading prompts followed by their output. `bash` syntax used earlier treats everything as a raw shell script contents highlighting words like `for`.
* Use canonical extension for docs.Jason R. Coombs2020-09-231-0/+149