16 Commits

Author SHA1 Message Date
Adam Spiers
2f402ff9ea fix "it's" typos
"it's" should only be used to mean "it is", not as a possessive.

https://en.oxforddictionaries.com/punctuation/apostrophe#it_s_or_its

Change-Id: Ie77348223477060d522a063ceae17e92f4dc26af
2018-10-04 17:26:24 +01:00
Zuul
54329c6a21 Merge "Replace Chinese punctuation with English punctuation" 2018-06-20 17:22:14 +00:00
inspurericzhang
612e5cf12b Replace Chinese punctuation with English punctuation
Curly quotes(Chinese punctuation) usually input from Chinese input method.
When read from english context, it makes some confusion.

Change-Id: I9b8830179fb98f3a6bef479bbaa12df70311269a
2018-06-07 17:00:12 +08:00
inspurericzhang
1370b15f01 Update pypi url to new url
Pypi url changed from [1] to [2]

[1] https://pypi.python.org/pypi/<package>
[2] https://pypi.org/project/<package>

Change-Id: I22b323065448425acad5c7052e2ccb7da419af28
2018-05-21 09:57:58 +08:00
Brian Rosmaita
b13987cd41 Update Glance landing pages
Currently https://docs.openstack.org/glance/latest/ is a long
unorganized list of documentation links.  This patch revises that
page and the 'Glance Contribution Guidelines' page to make it
easier to locate content.  Also updates the main heading on other
index pages.

Change-Id: Ieea44dd05f8d164ed4c27f1205fb29b6e66d9660
2018-03-20 16:04:49 -04:00
Zuul
c531155ea0 Merge "Update Signature Documentation" 2018-01-28 09:26:01 +00:00
Brianna Poulos
806adc58e0 Update Signature Documentation
The castellan user interface library recently
deprecated the 'api_class' configuration option
in favor of the 'backend' configuration option.
This change updates the image signature
verification documentation to use the new
configuration option.

Change-Id: I0cc115eed1b7f271fe4bb7d0a385d487f2494d73
2018-01-19 12:01:38 -05:00
Nguyen Van Trung
97dbfb02d7 Add doc8 to pep8 check for glance project
This patch adds a doc8 check of .rst files to the current pep8 check.
It includes fixes to the .rst files that didn't pass the check.

Co-authored-By: Hoang Trung Hieu <hieuht@vn.fujitsu.com>
Change-Id: I5a9299200202576d97760ebf07bceb930888f2d7
2018-01-19 08:20:56 +00:00
Guoqiang Ding
4c4663bafc Update the documentation links
The documentation about "ops-guide" has been moved.

Change-Id: I9fc5ad2a3f5cd7790c6e1bc314892cac511a404d
2017-12-06 06:32:42 +00:00
Rui Yuan Dou
824daf51dc Update image statuses doc for latest change
1.correct typo
2.add new state 'uploading' and 'importing'

Change-Id: I9962fb5f450f13c6a92bce826767ee880e7e7afe
Closes-bug: 1713442
2017-09-25 16:16:38 +08:00
Rui Yuan Dou
60248f0f59 Update invalid links of User doc
Change-Id: I2ca27680f663642d4c3e4914bac07e1bedba71c1
Closes-bug: 1713141
2017-08-26 03:47:44 +08:00
Rui Yuan Dou
8886dcd114 Update invalid path and link for Image Properties
Change-Id: I67e84be3ceb4b6810f8b7c39d953b36c04641afb
2017-08-16 09:07:51 +08:00
Doug Hellmann
ca7a572d11 use :ref: instead of :doc: for xref
Using :ref: makes it easier to move files around.

Change-Id: I6e5e4403f01cf78fcfe2c5f716bb59455766e652
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00
Doug Hellmann
406af67444 fix image path
Change-Id: I94339b9ac1ef7f37f6a756fed2406aae18700c41
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00
Doug Hellmann
f252af6490 fix include directives
Change-Id: I52720ce1c8c20df246ec8e381bc0da89efd5f0d6
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00
Doug Hellmann
1c7f556d4f rearrange existing documentation to follow the new layout standard
This change moves existing files, updates a few of the cross-references
and paths, and fixes some formatting. It is not meant to be the final
word on how the main page looks or how the other files are organized,
but it gets everything roughly into shape. If the glance team wants to
make changes, please do those as follow-up patches

This change depends on the spec and on a feature of pbr that allows us
to move where the auto-generated class reference documentation ends up
in the tree.

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb
Change-Id: I9dde267793a5913acb5b1ec028cfb66bc5189783
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-21 14:15:58 -04:00