Skip to content

kmsholcomb/docs-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart Guides

Build Status

These are the "getting started" guides from developer.rackspace.com. They're intended to demonstrate the basic operations and flow of working with Rackspace services in each of our supported SDKs.

Updating from Upstream

This repository has been split from the monolithic developer.rackspace.com repository during the transition to hosting on deconst. Until the transition is complete, new work not related to working on deconst should be done on the parent repository.

To bring this repository up to date, fork and clone the the original repository, then:

# Add your fork of this repository as a remote.
git remote add docs-quickstart [email protected]:${GITHUB_USERNAME}/docs-quickstart.git

# Split or re-split the quickstart directory onto its own branch.
git checkout master
git subtree split --prefix=src/docs --branch=docs-only

# Push the newly updated branch to your fork.
git checkout docs-only
git push -u docs-quickstart docs-only:upstream-update

Finally, open a pull request between the branch you just pushed and the master branch on this repository and merge it to complete the update.

About

Quickstart guides for developer.rackspace.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.9%
  • Makefile 29.2%
  • Batchfile 28.8%
  • Shell 3.1%
  • HTML 2.0%