Commit Graph

9 Commits

Author SHA1 Message Date
Kiseok Kim cf4a1b1686 Fixed a broken link in API Plugins document
TrivialFix

Change-Id: I8387faa888ae29af56949e3a4f5805dd75045d07
2017-04-28 02:06:57 +00:00
Anusha Unnam a4d1bf1850 Correct microversions URL in api_plugins.rst
The requested URL to the microversions specific document in
api_plugins.rst is broken. Changed it to the right URL.

Change-Id: I30cf2f14d36bf7ede0a04f05b5e1e2c993403d83
Closes-Bug: #1615788
2016-08-22 22:56:52 +00:00
Atsushi SAKAI 340b7e9404 [doc] fix 5 typos
tweek        => tweak
adminstrator => administrator
mulitple     => multiple
definied     => defined (2-locations)

Change-Id: Ibe2c04e1b225515f7a6c83b5a4a8d91e8385140a
2016-04-28 20:40:18 +09:00
venkatamahesh c6ac4cbdc2 OpenStack typo
Change Openstack to OpenStack as per
standard and
change "stackforge/ec2-api to
openstack/ec2-api" because ec2-api had
moved to openstack

Change-Id: I59c8524e8de8b80cf13e076967e68f5edf8b507e
2015-11-09 15:52:22 +00:00
jichenjc 1f098a4516 Change v3 to v21 for devref api_plugins.rst
commit 28d2b0df changes v3 to v21 in setup.cfg, defref
can be changed together.

Change-Id: I54d1f43ebfada7125c926e616adfd8ff4783b51c
2015-08-29 08:41:41 +08:00
Ken'ichi Ohmichi 1caba68fd1 Add JSON-Schema note to api_plugins.rst
Nova v2.1 API validates a request with JSON-Schema, and there are
some specific usage on that. This patch adds it to the rst file
for the implementation hint.

Change-Id: I4edac8b6b53d198f2a237bb163b8975528319c9b
2015-09-02 08:04:31 +00:00
Ken'ichi Ohmichi 96f6c1657a Fix API directories on the doc
The commit Ic19f2d019c2c78f1de14a0eced85e84f2d2cec28 has changed
API directory structure, but we forgot to update the corresponding
doc. This patch updates it.

Change-Id: Ie287fc99a6b9b30befa09b7a30226ac6460ad612
2015-09-02 06:19:47 +00:00
He Jie Xu b5b86ae090 Add the rule of separate plugin for Nova REST API in devref
This patch adds the describe how to separate plugin when adding new
resource or some extended for existed resource.

Change-Id: Ib356aa9df0a3b85580ea2869ce4d043a6850967a
2015-06-24 13:25:05 +00:00
Joe Gordon a1e8fc6dd9 Update docs layout
* Explain these docs are for trunk (copied from ironic)
* All the docs in this repo are meant to be developer docs, so having a
  devref inside of the docs is redundant and just makes the docs more
  complicated to navigate. Move everything out of the devref folder and
  link to everything from main index.
* Move man pages into separate section. The man pages are pretty sparse
* right now, we should either make them useful or just delete them
* Remove dead docs from unused_docs list in doc/source/conf.py
* Shuffle docs landing page, move common referees to the top (API,
  hypervisor support matrix), Add a introduction section and more. The
  hope is the updated layout makes this document easier to navigate.
* Use maxdepth of 1
* Rename a few sections with what are hopefully better names

The next step is to prune out outdated documents and further cleanup
this page.

Change-Id: Iff453e47ccc902a0e72b1a5f6ce1ee939ff3a1a0
2015-05-15 10:47:18 -07:00