From ae4aa0129669c6937ce62b08d09c39a55c947de0 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 10 Sep 2014 12:38:16 -0400 Subject: [PATCH] Fix sidebar notation for Galaxy. --- docsite/rst/community.rst | 2 +- docsite/rst/galaxy.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/community.rst b/docsite/rst/community.rst index 1bd2b954add..d75ec8d0bbe 100644 --- a/docsite/rst/community.rst +++ b/docsite/rst/community.rst @@ -136,7 +136,7 @@ The Ansible project keeps it’s source on github at and takes contributions through `github pull requests `_. -It is usually a good idea to join the ansible-devel list to discuss any large features prior to submission, and this especially helps in avoiding duplicate work or efforts where we decide, upon seeing a pull request for the first time, that revisions are needed. (This is not usually needed for module development) +It is usually a good idea to join the ansible-devel list to discuss any large features prior to submission, and this especially helps in avoiding duplicate work or efforts where we decide, upon seeing a pull request for the first time, that revisions are needed. (This is not usually needed for module development, but can be nice for large changes). Note that we do keep Ansible to a particular aesthetic, so if you are unclear about whether a feature is a good fit or not, having the discussion on the development list is often a lot easier than having diff --git a/docsite/rst/galaxy.rst b/docsite/rst/galaxy.rst index 8bc52917ab3..f86e2c50f32 100644 --- a/docsite/rst/galaxy.rst +++ b/docsite/rst/galaxy.rst @@ -1,5 +1,5 @@ Ansible Galaxy -`````````````` +============== "Ansible Galaxy" can either refer to a website for sharing and downloading Ansible roles, or a command line tool that helps work with roles.