Link to the plugin api stuff and the database plugin sections from the quickstart.
This commit sponsored by Nathan Stephenson. Thank you!
This commit is contained in:
parent
d28c5066e8
commit
d861ffc9ad
@ -11,6 +11,7 @@
|
||||
Dedication along with this software. If not, see
|
||||
<http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
.. _plugin-api-chapter:
|
||||
|
||||
==========
|
||||
Plugin API
|
||||
|
@ -12,9 +12,12 @@
|
||||
<http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
|
||||
|
||||
========
|
||||
Database
|
||||
========
|
||||
.. _plugin-database-chapter:
|
||||
|
||||
|
||||
===========================
|
||||
Database models for plugins
|
||||
===========================
|
||||
|
||||
|
||||
Accessing Existing Data
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user