Merge "Add a developer FAQ"

This commit is contained in:
Jenkins 2015-11-30 03:02:22 +00:00 committed by Gerrit Code Review
commit 71431657b1
2 changed files with 33 additions and 0 deletions

28
doc/source/dev/faq.rst Normal file
View File

@ -0,0 +1,28 @@
.. _faq:
==========================================
Developer FAQ (frequently asked questions)
==========================================
Here are some answers to frequently-asked questions from IRC and
elsewhere.
.. contents::
:local:
:depth: 2
How do I…
=========
…create a migration script template?
------------------------------------
Using the ``alembic revision`` command, e.g::
$ cd ironic/ironic/db/sqlalchemy
$ alembic revision -m "create foo table"
For more information see the `alembic documentation`_.
.. _`alembic documentation`: https://alembic.readthedocs.org/en/latest/tutorial.html#create-a-migration-script

View File

@ -67,6 +67,11 @@ Introduction
dev/dev-quickstart
dev/vendor-passthru
.. toctree::
:maxdepth: 1
dev/faq
API References
--------------