Create a tutorial portal

This commit is contained in:
ArtFlag 2018-11-28 17:27:12 +01:00
parent 662d8deaf7
commit 83e9e1378c
6 changed files with 18 additions and 6 deletions

View File

@ -23,6 +23,7 @@ Sphinx documentation contents
markdown
extensions
extdev/index
extdev/tutorials/index
websupport
faq

View File

@ -100,7 +100,7 @@ This is the current list of contributed extensions in that repository:
- zopeext: provide an ``autointerface`` directive for using `Zope interfaces`_
See the :ref:`extension tutorial <exttut>` on getting started with writing your
See the :ref:`extension tutorial <exttuttodo>` on getting started with writing your
own extensions.

View File

@ -75,8 +75,9 @@ APIs used for writing extensions
--------------------------------
.. toctree::
:maxdepth: 2
tutorial
tutorials/index
appapi
envapi
builderapi

View File

@ -0,0 +1,10 @@
.. _exttuttodoorials:
Extension tutorials
===================
Refer to the following tutorials to get started with extension development.
.. toctree::
todo_ext

View File

@ -1,7 +1,7 @@
.. _exttut:
.. _exttuttodo:
Tutorial: Writing a simple extension
====================================
Developing a `TODO` extension
=============================
This section is intended as a walkthrough for the creation of custom extensions.
It covers the basics of writing and activating an extension, as well as

View File

@ -33,7 +33,7 @@ How do I...
``sidebartoc`` block.
... write my own extension?
See the :ref:`extension tutorial <exttut>`.
See the :ref:`extension tutorial <exttuttodo>`.
... convert from my existing docs using MoinMoin markup?
The easiest way is to convert to xhtml, then convert `xhtml to reST`_.