From 97c3de7e6b92b13efa30c5c840ce2fab07b8794e Mon Sep 17 00:00:00 2001 From: Andy Rothfusz Date: Thu, 7 Nov 2013 12:20:23 -0800 Subject: [PATCH] Fix 2585 and clean up warning in contributing.rst --- docs/sources/api/remote_api_client_libraries.rst | 2 ++ docs/sources/contributing/contributing.rst | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/api/remote_api_client_libraries.rst b/docs/sources/api/remote_api_client_libraries.rst index bd8610eaf1..8243d02c80 100644 --- a/docs/sources/api/remote_api_client_libraries.rst +++ b/docs/sources/api/remote_api_client_libraries.rst @@ -35,3 +35,5 @@ and we will add the libraries here. +----------------------+----------------+--------------------------------------------+ | Go | go-dockerclient| https://github.com/fsouza/go-dockerclient | +----------------------+----------------+--------------------------------------------+ +| PHP | Alvine | http://pear.alvine.io/ (alpha) | ++----------------------+----------------+--------------------------------------------+ diff --git a/docs/sources/contributing/contributing.rst b/docs/sources/contributing/contributing.rst index 3cdb0b6f14..f4a6b472ff 100644 --- a/docs/sources/contributing/contributing.rst +++ b/docs/sources/contributing/contributing.rst @@ -10,13 +10,13 @@ Want to hack on Docker? Awesome! The repository includes `all the instructions you need to get started `_. -The developer environment `Dockerfile `_ +The `developer environment Dockerfile `_ specifies the tools and versions used to test and build Docker. If you're making changes to the documentation, see the `README.md `_. -The documentation environment `Dockerfile `_ +The `documentation environment Dockerfile `_ specifies the tools and versions used to build the Documentation. Further interesting details can be found in the `Packaging hints `_.