From 6f5a06498f08307532fc811fc1ff16e84d32ad6d Mon Sep 17 00:00:00 2001 From: "Taylor \"Nekroze\" Lawson" Date: Tue, 20 Aug 2013 01:43:06 +1000 Subject: [PATCH] Made doclink a header1 --- {{cookiecutter.repo_name}}/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.repo_name}}/setup.py b/{{cookiecutter.repo_name}}/setup.py index 0cc2bb0c6..759cf5e65 100644 --- a/{{cookiecutter.repo_name}}/setup.py +++ b/{{cookiecutter.repo_name}}/setup.py @@ -31,8 +31,9 @@ def run_tests(self): readme = open('README.rst').read() -doclink = """Documentation -------------- +doclink = """ +Documentation +============= The full documentation is at http://{{ cookiecutter.repo_name }}.rtfd.org.""" history = open('HISTORY.rst').read().replace('.. :changelog:', '')