docs: update formatting.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/139b2eb5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/139b2eb5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/139b2eb5 Branch: refs/heads/trunk Commit: 139b2eb5dda85cb63b225f87d20eedfb8f9333b3 Parents: 8cd99de Author: Tomaz Muraus <[email protected]> Authored: Tue Dec 31 14:49:58 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Tue Dec 31 14:49:58 2013 +0100 ---------------------------------------------------------------------- docs/committer_guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/139b2eb5/docs/committer_guide.rst ---------------------------------------------------------------------- diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index 25ab9fd..2572686 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -111,8 +111,9 @@ For example: 5. Publishing package to PyPi -For consistency and security reasons packages are always uploaded to PyPi -manually using the web interface and not using the ``setup.py upload`` command. +**For consistency and security reasons packages are always uploaded to PyPi +manually using the web interface and not using the ``setup.py upload`` +command.** * Run ``python setup.py register`` command. This will register a new version on PyPi, but it won't upload the actual release artifacts.
