@@ -16,7 +16,7 @@ so that you can still use the SDK with a pure OpenStack instance
1616
1717Requirements
1818------------
19- * PHP >= 5.3.3
19+ * PHP >=5.3.3
2020* cURL extension for PHP
2121
2222Installation
@@ -56,27 +56,13 @@ If you'd like to contribute, see the
5656
5757Further Reading
5858---------------
59- The file
60- [ docs/quickref.md] ( https://github.com/rackspace/php-opencloud/blob/master/docs/quickref.md )
61- contains a Quick Reference
62- guide to the
63- ** php-opencloud** library.
64-
65- The source for the "Getting Started with
66- ** php-opencloud** " document (the user guide) starts in
67- [ docs/userguide/index.md] ( https://github.com/rackspace/php-opencloud/blob/master/docs/userguide/index.md ) .
68-
69- There is a complete (auto-generated) API reference manual in the
70- docs/api directory. Start with docs/api/index.html.
59+ The file [ docs/quickref.md] ( https://github.com/rackspace/php-opencloud/blob/master/docs/quickref.md ) contains a Quick
60+ Reference guide to the ** php-opencloud** library.
7161
72- See the [ HOWTO.md] ( https://github.com/rackspace/php-opencloud/blob/master/HOWTO.md ) file for instructions on
73- regenerating the documentation and running tests.
74-
75- See the [ smoketest.php] ( https://github.com/rackspace/php-opencloud/blob/master/smoketest.php ) file for some
76- simple, working examples. This is a test we run before builds to ensure that all
77- the core functionality is still working after code changes.
62+ The source for the "Getting Started with ** php-opencloud** " document (the user guide) starts in
63+ [ docs/userguide/index.md] ( https://github.com/rackspace/php-opencloud/blob/master/docs/userguide/index.md ) .
7864
79- The [ samples/] ( https://github.com/rackspace/php-opencloud/tree/master/samples/ ) directory has a collection
80- of tested, working sample code. Note that these may create objects in your cloud
81- for which you could be charged.
65+ To generate the API reference manual for viewing, please execute: ` sh ./docs/generate.sh ` from the base directory.
8266
67+ If you'd like to contribute to the project, or require help running the unit/acceptance tests, please view the
68+ [ contributing guidelines] ( https://github.com/rackspace/php-opencloud/blob/master/CONTRIBUTING.md ) .
0 commit comments