da1fb487e7c5be0d4906cae22de1cbe9a5819ba0
13 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Sean Mooney
|
df0a99a29a |
fix sphinx-lint issues in api guide
as with the previous commit this change is simply correcting the usage of backticks for inline literals Change-Id: Icbfd168266dc1348ee15f7347ed673d220989ceb |
||
|
Andreas Jaeger
|
dbe6321537 |
Update api-ref location
The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that Neutron publishes to api-ref/network, not networking anymore. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: Id2cf3aa252df6db46575b5988e4937ecfc6792bb |
||
|
Takashi NATSUME
|
ddf7c6e370 |
Improve formats of the Compute API guide
Replace the 'NOTE' and 'TODO' words with the note and todo directives in the Compute API guide. Improve some format in the guide. e.g. Fix unnecessary bold characters. Change-Id: I7e9d6b8a5228886fd5de03d12482481d2b652666 Closes-Bug: #1558459 |
||
|
zhufl
|
fbc86f8844 |
Fix none-ascii char in doc
There exist some none-ascii chars in doc, which may cause trouble in displaying. Change-Id: I1ebf83fb4e8cc853fd7f3065ecf420a064c9983f |
||
|
zhangbailin
|
110b499b6a |
Update links in documents
Due to the migration of the OpenStack document library, some outdated links were found during use, using https instead of http and pointing to the right place. Change-Id: I1e37e15643b4ff7a7b22b2c7c39eba76d0cbdb39 |
||
|
Nguyen Phuong An
|
146499fa43 |
Remove last sentence
This patchs removes last sentence because it contains wrong infomation. Current we are using RST and YAML instead of WADL and it isn't really a machine processable version any more. Change-Id: I45251411be6afcba69800f198e0cc47df77e7626 |
||
|
Nguyen Phuong An
|
0cfc126bfd |
[api-guide]: Update reference links
This patch update reference links in http://developer.openstack.org/api-guide/compute/. Closes-Bug: #1615944 Change-Id: Ia794f6ae2b84620636e19f9460c5b2bd07f4522d |
||
|
Waldemar Znoinski
|
fdd8f0f91e |
Fix API Guide doc
* typos * reduntant words * reworded sentences for clarity Closes-bug: #1545748 Change-Id: I0700d04de38b34cf13988490873b8c34dad1005b |
||
|
Jenkins
|
ae8546c542 | Merge "remove docs about format extensions" | ||
|
Sean Dague
|
e9646a4419 |
remove docs about format extensions
The format extensions concept (adding .json / .xml) is no longer really a thing. The router supports it, but we only have json responses, so there is no reason to advertise it. Change-Id: I07ba13a98ce55c215c6b676b5ff41d7d60babfde |
||
|
Eoghan Glynn
|
73e979d419 |
doc: minor corrections to the API version docco
Miscellaneous corrections for grammar and clarity. Change-Id: Ibec4d907a074cf37b2a007011e1fd82c90633b39 |
||
|
He Jie Xu
|
7b0b8c3754 |
docs: update old stuff in version section
The concept doc should only talk about v2.1 API. This pach corrects them. Also use the current API response instead of the old one and correct some old reference link. blueprint complete-todo-in-api-concept-doc Change-Id: I90b39959a6a13f37ec0c03cf6f86943eba6c47d1 |
||
|
Anne Gentle
|
17961c41a3 |
Rearranges to create new Compute API Guide
Uses openstackdocstheme to match other content Has a dependent change in project-config also so that file will build to developer.openstack.org/compute at https://review.openstack.org/#/c/231000/ Change-Id: Ic060a1e79e4b2f8695cb788ff4df018e0cfd3286 |