Have 1.2 clear in docs

This commit is contained in:
Michael DeHaan 2013-05-02 11:31:16 -04:00
parent 66c52b3308
commit 627b6a0455
5 changed files with 9 additions and 9 deletions

View file

@ -50,7 +50,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General substitutions.
project = 'Ansible Documentation'
project = 'Ansible 1.2 Documentation'
copyright = "2013 AnsibleWorks"
# The default replacements for |version| and |release|, also used in various
@ -102,7 +102,7 @@ pygments_style = 'sphinx'
html_theme_path = ['_themes']
html_theme = 'bootstrap'
html_short_title = 'Ansible Documentation'
html_short_title = 'Ansible 1.2 Documentation'
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
@ -111,7 +111,7 @@ html_style = 'default.css'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'Ansible Documentation'
html_title = 'Ansible 1.2 Documentation'
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
@ -182,7 +182,7 @@ htmlhelp_basename = 'Poseidodoc'
# (source start file, target name, title, author, document class
# [howto/manual]).
latex_documents = [
('index', 'ansible.tex', 'Ansible Documentation',
('index', 'ansible.tex', 'Ansible 1.2 Documentation',
AUTHOR, 'manual'),
]

View file

@ -1,7 +1,7 @@
Ansible Documentation
`````````````````````
Ansible Documentation Index
```````````````````````````
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013

View file

@ -62,7 +62,7 @@ Let's see what's available in the Ansible module library, out of the box:
Writing your own modules
========================
````````````````````````
See :doc:`moduledev`.

File diff suppressed because one or more lines are too long

View file

@ -358,7 +358,7 @@ def main():
incfile.write("\n\n")
incfile.write(category)
incfile.write("\n")
incfile.write('=' * len(category))
incfile.write('`' * len(category))
incfile.write("\n\n")
last_category = category