kylelaffoon / docs-cloud-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rackspace Cloud Images API documentation

Build Status

==========================================

Resources

This github repository contains the source files for the following Rackspace Images API documentation:

Contributing

Contributions are welcome! To suggest changes to the documentation, submit an issue or a pull request.

To make changes to a project, create your own fork of the project and send a pull request to have your changes reviewed and merged into the master branch as appropriate.

Building from Source

This repository uses Maven to generate the output documentation. Command line users can generate the complete output from this repository by using the following command:

mvn clean generate-sources

The output appears in PDF and HTML form in the following locations. The items in the Name column link to the location where the documentation is published, when available.

Name Build Location
Getting Started Guide target/docbkx/webhelp/ci-getting-started-external
Developer Guide target/docbkx/webhelp/ci-devguide-external

Editors

You can use any text editor to work with these source files. If you want to use an IDE, consider NetBeans. This cross-platform IDE offers seamless support for Maven projects and does not require additional configuration to open the pom.xml file as a project. You can configure the project so that the Build command, which appears when you right-click a project in the Projects pane, executes the clean generate-sources command. To do so, perform the following steps:

  1. Right-click the project in the Projects pane and select Properties.
  2. Select the Build category in the left pane, and then select the Build project action in the right pane.
  3. Change Execute Goals to clean generate-sources.
  4. (Optional) Repeat steps 2 and 3 for the Clean and Build project and Build with Dependencies actions.

Quick Links

The files that are most likely to be of interest to you are as follows:

If you want to make changes to the example files referenced in the WADL file, you can find the example files at
src/common/samples.

The status codes, parameter lists, and other shared info referenced by the WADL files are at src/common/common.ent.

About


Languages

Language:HTML 59.4%Language:Python 17.0%Language:Makefile 11.5%Language:Batchfile 11.3%Language:Shell 0.7%