OpenStack API site
Go to file
Armando Migliaccio 57fcba2624 Update links to the latest Networking APIs
Update links to reference to the in tree Networking APIs

Change-Id: I057e49404d2bc9602d03eb29e3daa42dd463e617
2016-07-21 00:12:10 +00:00
api-quick-start Imported Translations from Zanata 2016-06-26 06:29:28 +00:00
api-ref Update links to the latest Networking APIs 2016-07-21 00:12:10 +00:00
api-ref-guides remove identity APIs 2016-07-06 13:43:53 +00:00
common Updated from openstack-manuals 2016-07-20 08:54:53 +00:00
firstapp Fixing three mistakes, plus missing durability steps. 2016-07-19 16:03:08 +01:00
tools Edits to fix makeswagger error "WARNING No tags for method listVersions" 2016-04-21 18:48:23 -05:00
www Update links to the latest Networking APIs 2016-07-21 00:12:10 +00:00
.gitignore Adds build script for Swagger JSON conversion 2016-02-05 15:21:33 -05:00
.gitreview Complete api-site split from openstack-manuals. 2012-09-25 10:20:38 -07:00
LICENSE bug 944097 adding apache license to openstack-manuals repo 2012-03-09 08:37:46 -06:00
README.rst Cleanup README 2016-07-08 07:32:06 +09:00
doc-test.conf Fixes for syntax check 2015-08-12 13:42:05 +02:00
doc-tools-check-languages.conf Rename common-rst to common 2016-02-14 18:35:38 +09:00
other-requirements.txt Add jpeg devel package 2016-04-01 18:41:12 +00:00
pom.xml Delete the API guide 2015-11-06 21:02:44 -06:00
test-requirements.txt Adds build script for Swagger JSON conversion 2016-02-05 15:21:33 -05:00
tox.ini Add getting_started tutorial for Gophercloud SDK 2016-03-04 09:55:17 +08:00

README.rst

API-Site repository

This repository contains API documentation for the OpenStack project.

For details, see OpenStack Documentation Contributor Guide, which includes these pages:

  • API Quick Start
  • API Guide (in progress)

In addition to these documents, this repository contains:

  • Landing page for developer.openstack.org: www
  • Writing your first OpenStack application tutorial (in progress): firstapp

The files in the api-ref directory cannot be changed because they are moving to project repositories.

To complete code reviews in this repository, use the standard OpenStack Gerrit workflow. For details, see Gerrit Workflow.

Prerequisites

To build the documentation locally, you must install Python and Python Tox.

To install Tox for Ubuntu 14.04 or later:

apt-get install python-tox python-dev libxml2-dev libxslt1-dev

To build all the documentation after installing Python and Tox:

tox -e docs

To build an individual document, such as the API Guide:

tox -e api-quick-start

The locally-built output files are found in a publish-docs directory.

"Writing your First OpenStack Application" tutorial

To build the "Writing your first OpenStack application" tutorial, you must install Graphviz.

To install Graphviz for Ubuntu 12.04 or later or Debian 7 ("wheezy") or later:

apt-get install graphviz

On Fedora 22 and later:

dnf install graphviz

On openSUSE:

zypper install graphviz

On Mac OSX with Homebrew installed:

brew install graphviz

Build and update API docs

Refer to the OpenStack Documentation Contributor Guide for more information.

Run tests

To use the same tests that are used as part of our Jenkins gating jobs, install the Python tox package and run tox from the top-level directory.

To run individual tests:

  • tox -e checkniceness - Niceness tests
  • tox -e checksyntax - Syntax checks
  • tox -e checkdeletions - Verifies that no deleted files are referenced
  • tox -e checkbuild - Builds all of the documents in this repository

To run these tests, the Tox package uses the OpenStack doc tools package.

Contribute

Our community welcomes everyone who is interested in open source cloud computing and encourages you to join the OpenStack Foundation.

The best way to get involved with the community is to talk with others online or at a meetup and offer contributions through our processes, the OpenStack wiki, blogs, or on IRC at #openstack on irc.freenode.net.

We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts.

To contribute to the documents, see OpenStack Documentation Contributor Guide.

Bugs

File bugs on Launchpad and not through GitHub:

https://bugs.launchpad.net/openstack-api-site/

Install

To learn more about the OpenStack project, see OpenStack.