Go to file
Andreas Jaeger 6f49c24c14 Fix invalid XML
* authwithgroups.xml: Ending tag should be same as opening one
* endpoints.xml: Remove duplicate tenantID="1" attribute
* admin-actions-reset-state.*: Deleted, it's not used anywhere and
  looking at the names, the file admin-actions-reset-server-state
  handles this already
* ports-get-resp.xml: Fix XML code

Change-Id: Ia6b71c736ba92e170167db6ef7bf7f0158483e6a
2014-01-03 14:21:05 +01:00
2014-01-03 14:21:05 +01:00
2013-12-02 17:04:55 +01:00
2014-01-02 17:00:03 +01:00
2014-01-02 17:00:03 +01:00

Testing of changes and building of the manual
=============================================

Install the python tox package and run "tox" from the top-level
directory to use the same tests that are done as part of our Jenkins
gating jobs.

If you like to run individual tests, run:
* "tox -e checkniceness" - to run the niceness tests
* "tox -e checksyntax" - to run syntax checks
* "tox -e checkdeletions" - to check that no deleted files are referenced
* "tox -e checkbuild" - to actually build the manual

tox will use the openstack-doc-tools package for execution of these
tests.
Description
OpenStack API site
Readme 46 MiB
Languages
CSS 74.5%
JavaScript 15.7%
HTML 6.7%
Python 2.6%
Shell 0.5%