Browse Source

Adding basics of Writing Extensions chapter.

Rafał Pitoń 11 years ago
parent
commit
8c858360f9
3 changed files with 20 additions and 1 deletions
  1. 5 0
      docs/extending/coding_style.rst
  2. 14 0
      docs/extending/index.rst
  3. 1 1
      docs/index.rst

+ 5 - 0
docs/extending/coding_style.rst

@@ -0,0 +1,5 @@
+===============================
+Coding Style and Best Practices
+===============================
+
+Lorem ipsum dolor met

+ 14 - 0
docs/extending/index.rst

@@ -0,0 +1,14 @@
+==================
+Writing Extensions
+==================
+
+Lorem ipsum dolor met
+
+
+Index of Contents
+-----------------
+
+.. toctree::
+   :maxdepth: 2
+
+   coding_style

+ 1 - 1
docs/index.rst

@@ -40,4 +40,4 @@ Developers
 .. toctree::
    :maxdepth: 1
 
-   dev
+   extending/index