--- a/src/source/about.rst Thu Dec 13 18:50:19 2018 +0100
+++ b/src/source/about.rst Fri Dec 14 12:07:23 2018 +0100
@@ -1,8 +1,8 @@
.. _about:
-About
-=====
+About PyAMS
+===========
Contact
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/source/dev_guide/custom-skin.rst Fri Dec 14 12:07:23 2018 +0100
@@ -0,0 +1,4 @@
+.. _customskin:
+
+Customizing site appearance
+===========================
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/source/dev_guide/dev-form.rst Fri Dec 14 12:07:23 2018 +0100
@@ -0,0 +1,4 @@
+.. _devform:
+
+Understanding PyAMS form
+========================
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/source/dev_guide/internals.rst Fri Dec 14 12:07:23 2018 +0100
@@ -0,0 +1,5 @@
+.. _internals:
+
+Understanding PyAMS internals
+=============================
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/source/dev_guide/new-package.rst Fri Dec 14 12:07:23 2018 +0100
@@ -0,0 +1,4 @@
+.. _addnewpackages:
+
+Creating new PyAMS Packages
+===========================
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/source/dev_guide/overring-feature.rst Fri Dec 14 12:07:23 2018 +0100
@@ -0,0 +1,4 @@
+.. _overriding:
+
+Creating new PyAMS Packages
+===========================
--- a/src/source/index.rst Thu Dec 13 18:50:19 2018 +0100
+++ b/src/source/index.rst Fri Dec 14 12:07:23 2018 +0100
@@ -53,14 +53,14 @@
Understanding the Zope Component Architecture <dev_guide/zca>
Understanding PyAMS internals <dev_guide/internals>
- Creating new PyAMS Packages <dev_guide/internals>
- Overriding PyAMS features <dev_guide/overring>
- Customizing site appearance <dev_guide/custom>
- Understanding PyAMS forms <dev_guide/dev_form>
+ Creating new PyAMS Packages <dev_guide/new-package>
+ Creating new PyAMS Packages<dev_guide/overring-feature>
+ Customizing site appearance <dev_guide/custom-skin>
+ Understanding PyAMS forms <dev_guide/dev-form>
Creating new blocks <dev_guide/howto-block>
Creating new portlet <dev_guide/howto-portlet>
Creating new content type <dev_guide/howto-content>
- Creating Custom workflows <dev_guide/howto-workflow>
+ Creating Custom workflows <dev_guide/howto-workflowk>
Advanced features <dev_guide/adv-features>