diff options
Diffstat (limited to 'doc/development/tutorials/index.rst')
-rw-r--r-- | doc/development/tutorials/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/development/tutorials/index.rst b/doc/development/tutorials/index.rst new file mode 100644 index 000000000..cb8dce435 --- /dev/null +++ b/doc/development/tutorials/index.rst @@ -0,0 +1,11 @@ +Extension tutorials +=================== + +Refer to the following tutorials to get started with extension development. + +.. toctree:: + :caption: Directive tutorials + :maxdepth: 1 + + helloworld + todo |