docs: Fix some Sphinx build warnings.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b42a58b8 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b42a58b8 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b42a58b8 Branch: refs/heads/trunk Commit: b42a58b8efc571fad2a76f585452c1e713c72213 Parents: af8b747 Author: Tomaz Muraus <[email protected]> Authored: Mon Aug 19 20:30:13 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Mon Aug 19 20:30:13 2013 +0200 ---------------------------------------------------------------------- docs/developer_information.rst | 6 +++--- docs/development.rst | 3 ++- docs/supported_providers.rst | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/b42a58b8/docs/developer_information.rst ---------------------------------------------------------------------- diff --git a/docs/developer_information.rst b/docs/developer_information.rst index bb3add5..f7459cf 100644 --- a/docs/developer_information.rst +++ b/docs/developer_information.rst @@ -11,12 +11,12 @@ lists. * `[email protected]`_ - Mailing list for general talk about Libcloud and other off-topic things - (`archive <https://mail-archives.apache.org/mod_mbox/libcloud-users/>`_) + (`users-archive <https://mail-archives.apache.org/mod_mbox/libcloud-users/>`_) * `[email protected]`_ - General mailing list for developers - (`archive <https://mail-archives.apache.org/mod_mbox/libcloud-dev/>`_) + (`dev-archive <https://mail-archives.apache.org/mod_mbox/libcloud-dev/>`_) * `[email protected]`_ - Commits messages go to this mailing list. Keep ind mind that unlike the others, this mailing list is fairly noisy. - (`archive <https://mail-archives.apache.org/mod_mbox/libcloud-commits/>`_) + (`commits-archive <https://mail-archives.apache.org/mod_mbox/libcloud-commits/>`_) Archive of old incubator mailing lists: http://git-wip-us.apache.org/repos/asf/libcloud/blob/b42a58b8/docs/development.rst ---------------------------------------------------------------------- diff --git a/docs/development.rst b/docs/development.rst index 40d7fe4..b7b24ad 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -63,6 +63,7 @@ of date. You are advised to add a separate remote for the official upstream repository: .. sourcecode:: bash + git remote add upstream https://git-wip-us.apache.org/repos/asf/libcloud.git Github read-only mirror is used only for pull requests and code review. Once a @@ -71,7 +72,7 @@ ready to be merged, user who submitted the pull request must close the pull request, create a patch and attach it to the original JIRA ticket. Contributing Bigger Changes -~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you are contributing a bigger change (e.g. large new feature or a new provider driver) you need to have have signed Apache Individual Contributor License Agreement (ICLA) in order to have your patch accepted. http://git-wip-us.apache.org/repos/asf/libcloud/blob/b42a58b8/docs/supported_providers.rst ---------------------------------------------------------------------- diff --git a/docs/supported_providers.rst b/docs/supported_providers.rst index cb53e07..3612e61 100644 --- a/docs/supported_providers.rst +++ b/docs/supported_providers.rst @@ -4,7 +4,7 @@ Supported Providers This pages lists supported providers and methods for all the APIs. Compute ------- +------- Provider Matrix ~~~~~~~~~~~~~~~
