Sfoglia il codice sorgente

Removed alpha state from docs and minor doc fixes.

Nuwan Goonasekera 9 anni fa
parent
commit
520c653a4e
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 1 2
      README.rst
  2. 1 1
      docs/topics/testing.rst

+ 1 - 2
README.rst

@@ -1,7 +1,6 @@
 CloudBridge aims to provide a simple layer of abstraction over
 CloudBridge aims to provide a simple layer of abstraction over
 different cloud providers, reducing or eliminating the need to write
 different cloud providers, reducing or eliminating the need to write
-conditional code for each cloud. It is currently under development and is in
-an Alpha state.
+conditional code for each cloud.
 
 
 .. image:: https://landscape.io/github/gvlproject/cloudbridge/master/landscape.svg?style=flat
 .. image:: https://landscape.io/github/gvlproject/cloudbridge/master/landscape.svg?style=flat
    :target: https://landscape.io/github/gvlproject/cloudbridge/master
    :target: https://landscape.io/github/gvlproject/cloudbridge/master

+ 1 - 1
docs/topics/testing.rst

@@ -41,7 +41,7 @@ This will run all the tests for all the environments defined in file
 Specific environment
 Specific environment
 ~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~
 If you’d like to run the tests on a specific environment only, say Python 2.7,
 If you’d like to run the tests on a specific environment only, say Python 2.7,
-use a command like this: ``tox -e py27``. Alternativley, to use your default
+use a command like this: ``tox -e py27``. Alternatively, to use your default
 python, you can also run the test command directly ``python setup.py test``.
 python, you can also run the test command directly ``python setup.py test``.
 
 
 Select infrastructure
 Select infrastructure