Move CHANGES.rst to root, set title to Changelog

This commit is contained in:
Nejc Zupan 2013-10-10 17:06:53 -03:00
parent feef0aedeb
commit 43a58d6807
4 changed files with 8 additions and 10 deletions

View File

@ -1,7 +1,5 @@
:orphan:
Changes
=======
Changelog
=========
1.0.0-rc.3 (unreleased)
-----------------------

View File

@ -340,12 +340,13 @@ on GitHub and with Sphinx.
Tracking changes
================
Feature-level changes to code are tracked inside ``docs/CHANGES.rst``. Example:
Feature-level changes to code are tracked inside ``CHANGES.rst``. The title
of the ``CHANGES.rst`` file should be ``Changelog``. Example:
.. sourcecode:: rst
CHANGES
=======
Changelog
=========
1.0.0-dev (Unreleased)
----------------------

View File

@ -43,5 +43,4 @@ Description of our release process and guidelines.
release.rst
.. include:: ../CHANGES.rst
:start-after: :orphan:
.. include:: ../../CHANGES.rst

View File

@ -8,7 +8,7 @@ def read(*rnames):
long_description = \
read('README.rst') + \
read('docs', 'CHANGES.rst') + \
read('CHANGES.rst') + \
read('docs', 'LICENSE.txt')
version = '1.0.0-rc.3'