summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Adding a Library.rst
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Make code snippets linkableBrad King2021-06-181-0/+7
| | | | | | Extend the change from commit 9e5bbb69ea (Tutorial: Add captions for code blocks, 2021-06-11) to also add a Sphinx named target to code blocks. Name each target after the change the code block makes.
* Tutorial: Add captions for code blocksJosef Angstenberger2021-06-171-0/+7
|
* Tutorial: Small formatting improvementsJosef Angstenberger2021-06-171-7/+7
| | | | | | - Use inline literals for all code fragments and names. - Add missing console code-blocks. - Always use c++, not c as code language.
* Tutorial: Split steps into separate filesJosef Angstenberger2021-06-171-0/+116
Fixes: #21737