Jump to: navigation, search

Difference between revisions of "Documentation"

(OpenStack documentation)
(Published docs and their location)
Line 60: Line 60:
 
== Published docs and their location ==
 
== Published docs and their location ==
  
The public interface to all documentation is the [http://docs.openstack.org/ docs.openstack.org] web site. It contains continuously updated manuals. If you like to edit one of these, see below for a list of documents and their source repositories.
+
The public interface to all documentation is the [http://docs.openstack.org/ docs.openstack.org] web site. It contains continuously updated manuals. If you like to edit one of these, see [[Documentation/Builds#Documentation_source_and_target_locations|Documentation source and target locations]] for a list of documents and their source repositories.
 
 
=== OpenStack API reference and specifications ===
 
 
 
{| class="wikitable sortable"
 
|-
 
! Published doc !! Source repository
 
|-
 
| [http://api.openstack.org/api-ref.html API Reference] || https://github.com/openstack/api-site/tree/master/api-ref
 
|-
 
|  [http://docs.openstack.org/api/openstack-block-storage/2.0/content/ Block Storage Service API v2 Reference] || https://github.com/openstack/volume-api/tree/master/v2
 
|-
 
|  [http://docs.openstack.org/api/openstack-block-storage/1.0/content/ Block Storage Service API v1 Reference] || https://github.com/openstack/volume-api/tree/master/v1
 
|-
 
| [http://docs.openstack.org/api/openstack-compute/2/content/ Compute API v2 and Extensions Reference]  || https://github.com/openstack/compute-api
 
|-
 
|[http://docs.openstack.org/api/openstack-identity-service/2.0/content/ Identity Service API v2.0 Reference] || https://github.com/openstack/identity-api
 
|-
 
|[http://docs.openstack.org/api/openstack-network/2.0/content/ Networking API v2.0 Reference]  || https://github.com/openstack/netconn-api
 
|-
 
| [http://docs.openstack.org/api/openstack-image-service/2.0/content/ Image Service API v2 Reference]  || https://github.com/openstack/image-api/tree/master/openstack-image-service-api/src/markdown
 
|-
 
| [http://docs.openstack.org/api/openstack-image-service/1.1/content/ Image Service API v1 Reference]  || https://github.com/openstack/image-api/tree/master/openstack-image-service-api/src/docbkx
 
|-
 
| [http://docs.openstack.org/api/openstack-object-storage/1.0/content/ Object Storage API v1 Reference] || https://github.com/openstack/object-api
 
|}
 
 
 
=== OpenStack guides for deployers and administrators ===
 
{| class="wikitable sortable"
 
|-
 
! Published doc !! Source repository
 
|-
 
| [http://docs.openstack.org/havana/config-reference/content/ Configuration Reference]  || https://github.com/openstack/openstack-manuals/tree/master/doc/config-reference
 
|-
 
| [http://docs.openstack.org/admin-guide-cloud/content/ Cloud Administrator Guide]  || https://github.com/openstack/openstack-manuals/tree/master/doc/admin-guide-cloud
 
|-
 
| [http://docs.openstack.org/high-availability-guide/content/index.html High Availability Guide]  || https://github.com/openstack/openstack-manuals/tree/master/doc/high-availability-guide
 
|-
 
| [http://docs.openstack.org/ops/ Operations Guide]  || https://github.com/openstack/operations-guide
 
|-
 
| [http://docs.openstack.org/security-guide/content/ Security Guide]  || https://github.com/openstack/openstack-manuals/tree/master/doc/security-guide
 
|-
 
| [http://docs.openstack.org/image-guide/content/ Virtual Machine Image Guide] || https://github.com/openstack/openstack-manuals/tree/master/doc/image-guide
 
|-
 
|}
 
 
 
=== OpenStack installation guides ===
 
 
 
{| class="wikitable sortable"
 
|-
 
! Published doc !! Source repository
 
|-
 
| [http://docs.openstack.org/trunk/install-guide/install/apt-debian/content/ Installation Guide for Debian 7.0] || https://github.com/openstack/openstack-manuals/tree/master/doc/install-guide
 
|-
 
| [http://docs.openstack.org/trunk/install-guide/install/zypper/content/ Installation Guide for openSUSE and SUSE Linux Enterprise Server]  || https://github.com/openstack/openstack-manuals/tree/master/doc/install-guide
 
|-
 
| [http://docs.openstack.org/trunk/install-guide/install/yum/content/ Installation Guide for Red Hat Enterprise Linux, CentOS, and Fedora]  || https://github.com/openstack/openstack-manuals/tree/master/doc/install-guide
 
|-
 
| [http://docs.openstack.org/trunk/install-guide/install/apt/content/ Installation Guide for Ubuntu 12.04 (LTS) Server] || https://github.com/openstack/openstack-manuals/tree/master/doc/install-guide
 
|-
 
|}
 
 
 
=== OpenStack guides for end user ===
 
 
 
{| class="wikitable sortable"
 
|-
 
! Published doc !! Source repository
 
|-
 
| [http://docs.openstack.org/api/quick-start/content/ API Quick Start] || https://github.com/openstack/api-site/tree/master/api-quick-start
 
|-
 
| [http://docs.openstack.org/user-guide/content/ End User Guide] || https://github.com/openstack/openstack-manuals/tree/master/doc/user-guide
 
|-
 
| [http://docs.openstack.org/user-guide-admin/content/ Admin User Guide] || https://github.com/openstack/openstack-manuals/tree/master/doc/user-guide-admin
 
|-
 
| [http://docs.openstack.org/cli-reference/content/ Command Line Interface Reference] || https://github.com/openstack/openstack-manuals/tree/master/doc/cli-reference
 
|-
 
|}
 
  
 
== Source Repositories ==
 
== Source Repositories ==

Revision as of 20:22, 1 June 2014


OpenStack Documentation Program
Full name OpenStack Documentation
Code name none
Source code openstack-manuals; api-site
Bug tracker http://bugs.launchpad.net/openstack-manuals and http://bugs.launchpad.net/openstack-api-site
Blueprints http://blueprints.launchpad.net/openstack-manuals
Developer doc Documentation HowTo
Current PTL Anne Gentle
Meetings Documentation team meeting
IRC channel #openstack-doc on Freenode ([IRC details)]
Mailing list OpenStack documentation mailing list
Status Related
FAQ Documentation HowTo

Documentation is community-oriented and available for different audiences on several websites - this wiki is for project or release documentation, the developer documentation for the projects is on docs.openstack.org/developer for example. For official documentation, see docs.openstack.org. To log a bug against the documentation, go to http://bugs.launchpad.net/openstack-manuals or http://bugs.launchpad.net/openstack-api-site.

There's also an OpenStack documentation mailing list and IRC channel at #openstack-doc.

The Documentation Program Technical Lead (PTL) is Anne Gentle.

OpenStack documentation

Published docs and their location

The public interface to all documentation is the docs.openstack.org web site. It contains continuously updated manuals. If you like to edit one of these, see Documentation source and target locations for a list of documents and their source repositories.

Source Repositories

Doc source is on GitHub. Everyone can propose merges to docs, see Documentation/HowTo. Here are the repositories that build to docs.openstack.org.

For a complete listing of which docs are built, including details about source and target locations, see Documentation/Builds.

Development

These guides are available and sourced in .rst files in /doc/source/ if you want to work on them:


Ideally the above content is geared towards developers.

The content at docs.openstack.org is for OpenStack administrators and application developers.

Releases

Lists current development release and past releases, with links to downloads and release notes (what's new and what's changed in each release as well as known issues and potential workarounds)

Support

How to find or ask for support.

Glossary

  • Glossary - Contains terms that are our definitions for OpenStack, cloud computing, and open source.

Project documentation

Development

How to contribute code to OpenStack or develop using the OpenStack projects.

Launchpad reference

How we use Launchpad to track features, bugs and releases.

Writing documentation