chore(docs): update default year to 2014.

This commit is contained in:
Saurabh Kumar 2014-01-10 14:00:11 +05:30
parent d0c41c00cf
commit 3b3542ce45
4 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@ It prompts you for questions. Answer them::
author_name (default is "Your Name")? Daniel Greenfeld author_name (default is "Your Name")? Daniel Greenfeld
email (default is "Your email")? pydanny@gmail.com email (default is "Your email")? pydanny@gmail.com
description (default is "A short description of the project.")? A reddit clone. description (default is "A short description of the project.")? A reddit clone.
year (default is "Current year")? 2013 year (default is "Current year")? 2014
domain_name (default is "Domain name")? domain_name (default is "Domain name")?

View File

@ -4,7 +4,7 @@
"author_name": "Your Name", "author_name": "Your Name",
"email": "Your email", "email": "Your email",
"description": "A short description of the project.", "description": "A short description of the project.",
"year": "2013", "year": "2014",
"domain_name": "example.com", "domain_name": "example.com",
"version": "0.1.0" "version": "0.1.0"
} }

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# {{ cookiecutter.project_name }} documentation build configuration file, created by # {{ cookiecutter.project_name }} documentation build configuration file, created by
# sphinx-quickstart on Sun Feb 17 11:46:20 2013. # sphinx-quickstart.
# #
# This file is execfile()d with the current directory set to its containing dir. # This file is execfile()d with the current directory set to its containing dir.
# #

View File

@ -1,5 +1,5 @@
.. {{ cookiecutter.project_name }} documentation master file, created by .. {{ cookiecutter.project_name }} documentation master file, created by
sphinx-quickstart on Sun Feb 17 11:46:20 2013. sphinx-quickstart.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.