summaryrefslogtreecommitdiff
path: root/doc/source/contributor/humaninterfaceguide.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge "docs: Fix typos"Zuul2022-12-201-2/+2
|\
| * docs: Fix typosStephen Finucane2022-12-051-2/+2
| | | | | | | | | | Change-Id: I902e8b35d4423f91dd8cdeecbcc7e60af877da75 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* | docs: Document how we manage API versionsStephen Finucane2022-11-301-1/+133
|/ | | | | | | | Document that microversion auto-negotiation is acceptable. Heck, it's downright desirable. Change-Id: Ib256e064d1e8b6dc8273e482276dce243f9991cb Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* docs: Describe common actions found in OSCStephen Finucane2022-11-301-23/+240
| | | | | | | | | | | Off the back of a recent post to openstack-discuss [1], list the common actions used in OSC along with some conditions around their expected use and implementation. [1] https://lists.openstack.org/pipermail/openstack-discuss/2022-November/031284.html Change-Id: Id6610d678e7b3b12afdd89a674fbbe7090f64444 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* docs: Typo fixStephen Finucane2022-11-251-1/+1
| | | | | Change-Id: I2d55747b1226207946f80f04b80b4685e3eea3f9 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* docs: Small cleanup of human interface guideStephen Finucane2022-11-241-37/+43
| | | | | | | Before we add more content. Change-Id: I6cf28bdd217326db991466a21221b685124d4b99 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-0/+368
Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>