Link to the plugin api stuff and the database plugin sections from the quickstart.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 29 May 2013 19:10:07 +0000 (14:10 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 29 May 2013 19:10:07 +0000 (14:10 -0500)
This commit sponsored by Nathan Stephenson.  Thank you!

docs/source/pluginwriter/api.rst
docs/source/pluginwriter/database.rst
docs/source/pluginwriter/quickstart.rst

index 4441196524f5588646b650a164d31542f1192dfc..dc6bcc989e0dc37bf0a2b4fb7f236c31e8cb01e8 100644 (file)
@@ -11,6 +11,7 @@
    Dedication along with this software. If not, see
    <http://creativecommons.org/publicdomain/zero/1.0/>.
 
+.. _plugin-api-chapter:
 
 ==========
 Plugin API
index 58edf3a08c89b6df0b3880351292b16873a3733c..603a19ebb74dcdae197fede7b71a8de919a71095 100644 (file)
    <http://creativecommons.org/publicdomain/zero/1.0/>.
 
 
-========
-Database
-========
+.. _plugin-database-chapter:
+
+
+===========================
+Database models for plugins
+===========================
 
 
 Accessing Existing Data
index b5a63f79663acf4cf6f057c60ab810dd57448f6b..6d45ea36104ad5fe1381f5b496cef43ff5005fa1 100644 (file)
@@ -178,8 +178,10 @@ That's it for the quick start!
 Where to go from here
 =====================
 
-See the documentation on the plugin API for code samples and other
-things you can use when building your plugin.
+See the documentation on the :ref:`plugin-api-chapter` for code
+samples and other things you can use when building your plugin.  If
+your plugin needs its own database models, see
+:ref:`plugin-database-chapter`.
 
 See `Hitchhiker's Guide to Packaging
 <http://guide.python-distribute.org/>`_ for more information on