Commit Graph

20 Commits

Author SHA1 Message Date
Zuul b7cf7ae0a2 Merge "Remove PyPI downloads" 2018-07-17 23:03:58 +00:00
qingszhao 45ba4e3b28 Add release note link in README
Change-Id: I7de7c27a067f6346ebb9a29f76a7531502801a71
2018-06-28 01:52:53 +08:00
Chen c24c882b67 Remove PyPI downloads
According to official site,
https://packaging.python.org/guides/analyzing-pypi-package-downloads/
PyPI package download statistics is no longer maintained and thus
should be removed.

Change-Id: I36ad2c12e881149400c17174f56e8962df4c1aba
2018-06-07 22:38:41 +08:00
Tovin Seven 730cdcb59d Trivial: 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: I633a8efb61d6b990f77acf3d6e7d1532f73d4278
2018-04-20 17:18:17 +07:00
Brian Rosmaita 39d76766a8 Revert "Remove team:diverse-affiliation from tags"
The diverse-affiliation tag was restored to Glance on 2017-09-05
by change I9c61fb6d09a51adbe0a3b4bf2098ec1c98ea33e1

This reverts commit 3dae473c3a.

Change-Id: I389375c47de56fdfdfa3aa8fbf28086a44b00d78
2018-01-18 04:26:42 +00:00
Jenkins f455cb1939 Merge "Remove team:diverse-affiliation from tags" 2017-07-25 21:24:47 +00:00
Erno Kuvaja 3dae473c3a Remove team:diverse-affiliation from tags
Change-Id: Ib55fa0cb92b4487a52738c6f0f28d3b385157685
2017-07-21 14:57:23 +01:00
Hangdong Zhang c753ad8796 Update and optimize documentation links
1. Update URLs according to document migration
2. Update the dead and outdated links
3. Optimize (e.g. http -> https)

Change-Id: Iad743ad223b8c40ae914beccd936f71a81622d76
2017-07-19 12:38:19 +08:00
Doug Hellmann cecd30a91b update the doc URLs in the readme
Change-Id: I62b284465ec81c2ba4ddba4c803b996a34e91eeb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-28 12:25:32 -04:00
Brian Rosmaita 1505a47ff3 Add alt text for badges
The RST image directive takes an alt parameter that's used to supply an
alt attribute for the HTML image element that's generated during RST
to HTML conversion.  The alt text is useful for accessibility purposes
and is also displayed if the image source is unavailable when the HTML
is generated.  Because of the latter point, we can't rely on the
accessibility features of the SVG image, we need to maintain some info
here in the README.rst file.

Change-Id: I1ca4a4d84cbb87c696b98d2d1d14f9ef792fcff6
2016-12-01 12:38:08 -05:00
Flavio Percoco 36aeb8cc9c Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/3462d6f4e23cdccc6d239311d224b61c\n'

Change-Id: I0d1bcd680bd3cb7728997d5a059d1bc0f621da01
2016-11-25 14:32:27 +01:00
kairat_kushaev 29fcefc67a Fix warnings in glanceclient README
README.rst file for functional tests and glanceclient itself
raises some warnings when passing these docs through REST
validator and build the doc:
- Need additional empty line to provide correct indent in
cloud.yaml example
- Title should be with the same length as overline.
The patch fixes these warnings.

Change-Id: I2e2ef6f838ee639d1a88256b6e321181a62cc76b
2016-02-01 13:15:01 +03:00
ricolin b51634a609 improve readme contents
Add more information in README.rst

Change-Id: I843b850702606102cbb6a6a6ec47fd90b92704f6
2015-10-15 17:51:11 +08:00
Doug Hellmann 6d3111614d Update README to work with release tools
The README file needs to have links to the project documentation and bug
tracker in a parsable format in order for some of the release tools
scripts to work (particularly the one that prints the release note
email).

Change-Id: I37e0acc5ed8e1af565359290fa622456901c735e
2015-04-21 15:21:16 +00:00
Jeremy Stanley a755d1f936 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Id72a42c640b02df3991bafc369ffc38aad1135d4
2014-12-05 03:30:39 +00:00
Brian Waldon 8a64e0ff0e Simplify docs and provide 'News' on index.rst
* The index page is now a set of release notes and a quickstart guide
* Shrink the README (pypi doc page) and move it into the doc site
* Drop the link to the autoindex module docs

Change-Id: I276b1228ba4006279c112eb487dcde9e45c4f344
2012-08-15 22:14:09 -04:00
Brian Waldon 6206f42028 Update README usage examples
* Update the python snippet to reflect reality
* Fix broken links
* Remove superfluous text

Change-Id: I4b7e9aae35cc49e5fa89ca33d2399784c2afd029
2012-07-17 16:52:03 -07:00
Brian Waldon 883d22d032 Further cleanup
* README is now relevant
* Auth now properly skipped with os-image-url and os-auth-token provided
2012-03-26 23:30:44 -07:00
Brian Waldon c530de6389 Basic get/list operations work
* 'glance image-list' and 'glance image-show' work
* Set up tests, pep8, venv
2012-03-26 22:48:48 -07:00
Jay Pipes 972677fc3d Initial checkin for new CLI and client package
Copied mostly from python-keystoneclient with
some Glance-specific stuff. README.rst shows what
WILL be the way to do things, not what is currently coded :)
2012-02-29 16:42:26 -05:00