summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Update docs and release notes for 0.4.0Dean Troyer2014-06-205-39/+95
| | | | Change-Id: Iad6cfe5dee63adb9e60a0ea9811217b3175eb99c
* Update docs templateSteve Martinelli2014-06-1811-1/+1228
| | | | | | | | | | | | To make things more consistent across all openstack projects, the developer docs should be upgraded to the newer template used by keystone and keystoneclient (and other projects). I dropped in the necessary static files and themes, and updated the config file to make the changes at build time. Change-Id: I5a268cff3cd5af29ad712705d540b9d1d6667d56 Partial-Bug: #1331304
* Fixed Spelling errors - compatability to compatibilityAlex Holden2014-03-071-1/+1
| | | | Change-Id: I9da380cef8b798e21fd35882763bd05f5cf1e33e
* Fixed spelling errors - occurance to occurenceAlex Holden2014-03-071-2/+2
| | | | Change-Id: Ie0550a1168448d85043d9b4943edd732b1f10307
* Update release notes for 0.3.1Dean Troyer2014-02-273-37/+123
| | | | | | | | * update README * update man page * fix doc errors Change-Id: I5682654bf482289879c8ba9016e348f2b2782971
* Release notes for 0.3.0 release0.3.0Dean Troyer2013-12-171-1/+1
| | | | Change-Id: I6f025b745378613eb674e13dd503e57d049a3e50
* Update docs for plugins and release notesDean Troyer2013-12-055-19/+146
| | | | | | | | * Fill out the existing command and man page * Add a plugins page. * Begin the release notes for 0.3.0 Change-Id: I4527fed28a10a9d79fc8f6c1d925a4bf0d0a7a36
* Update release notes for 0.2.20.2.2Dean Troyer2013-09-201-0/+6
| | | | Change-Id: I59cbee4c147d5f849a7f07224e83ddd751212077
* Add release notes in docs0.2.1Dean Troyer2013-08-062-9/+16
| | | | Change-Id: I49dc936a37848745ce3412e810b98348558d1157
* Prep for 0.2 release (0.2.rc1)Dean Troyer2013-08-014-31/+200
| | | | | | | | * rename HACKING to HACKING.rst and refer to the common OpenStack HACKING file * add the barest of pointers to the wiki, etc. to the source docs * add a bare-bones man page Change-Id: I80e5b972af645f14ef17ae87f182ab09cb08dabe
* Update documentation with info about setup.cfgMonty Taylor2013-07-051-6/+5
| | | | Change-Id: If87df1e6415d0b70b6605b1d89eda639fc44a0b6
* Multiple API version supportDean Troyer2013-02-061-0/+60
| | | | | | | | | | | | | | | | * Use multiple entry point groups to represent each API+version combination supported * Add some tests Try it out: * Right now only '* user' commands have multiple overlapping versions; you can see the selection between v2.0 and v3 by looking at the command help output for 'tenant' vs 'project': os --os-identity-api-version=2.0 help set user os --os-identity-api-version=3 help set user Change-Id: I7114fd246843df0243d354a7cce697810bb7de62
* Fix PEP8 issues.lrqrun2012-08-291-20/+31
| | | | | | Fix some pep8 issues in doc/source/conf.py and tests/test_shell.py make the code looks pretty. Change-Id: I927f03aff4190f1ac30eb56e7c545de555978c31
* Fixed a typo in the rst docs.Lorin Hochstein2012-06-261-1/+1
| | | | Change-Id: Ie3484f8fe0a63ff5a6815f3ec440adf7dc5d9482
* Update Contributing blurb in the docs.Clark Boylan2012-06-221-3/+6
| | | | | | | | Contributing blurb previously mentioned social coding and Github. The OpenStack contribution workflow is slightly different. Provide details on Github, LP, and Gerrit. Change-Id: Ie5ecd25e5828de611561f37b3acbccc5cf3f0d04
* Move docs to doc.Clark Boylan2012-06-112-0/+278
To better facilitate the building and publishing of sphinx documentation by Jenkins we are moving all openstack projects with sphinx documentation to a common doc tree structure. Documentation goes in project/doc/source and build results go in project/doc/build. Change-Id: I925e687254bac9e06c2c520f4fc35a083e21c4ca