Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
627b6a04
Commit
627b6a04
authored
May 02, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have 1.2 clear in docs
parent
66c52b33
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
8 deletions
+8
-8
docsite/latest/conf.py
+4
-4
docsite/latest/rst/index.rst
+2
-2
docsite/latest/rst/modules.rst
+1
-1
docsite/latest/searchindex.js
+0
-0
hacking/module_formatter.py
+1
-1
No files found.
docsite/latest/conf.py
View file @
627b6a04
...
@@ -50,7 +50,7 @@ source_suffix = '.rst'
...
@@ -50,7 +50,7 @@ source_suffix = '.rst'
master_doc
=
'index'
master_doc
=
'index'
# General substitutions.
# General substitutions.
project
=
'Ansible Documentation'
project
=
'Ansible
1.2
Documentation'
copyright
=
"2013 AnsibleWorks"
copyright
=
"2013 AnsibleWorks"
# The default replacements for |version| and |release|, also used in various
# The default replacements for |version| and |release|, also used in various
...
@@ -102,7 +102,7 @@ pygments_style = 'sphinx'
...
@@ -102,7 +102,7 @@ pygments_style = 'sphinx'
html_theme_path
=
[
'_themes'
]
html_theme_path
=
[
'_themes'
]
html_theme
=
'bootstrap'
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
# 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
# must exist either in Sphinx' static/ path, or in one of the custom paths
...
@@ -111,7 +111,7 @@ html_style = 'default.css'
...
@@ -111,7 +111,7 @@ html_style = 'default.css'
# The name for this set of Sphinx documents. If None, it defaults to
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
# "<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.
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
#html_short_title = None
...
@@ -182,7 +182,7 @@ htmlhelp_basename = 'Poseidodoc'
...
@@ -182,7 +182,7 @@ htmlhelp_basename = 'Poseidodoc'
# (source start file, target name, title, author, document class
# (source start file, target name, title, author, document class
# [howto/manual]).
# [howto/manual]).
latex_documents
=
[
latex_documents
=
[
(
'index'
,
'ansible.tex'
,
'Ansible Documentation'
,
(
'index'
,
'ansible.tex'
,
'Ansible
1.2
Documentation'
,
AUTHOR
,
'manual'
),
AUTHOR
,
'manual'
),
]
]
...
...
docsite/latest/rst/index.rst
View file @
627b6a04
Ansible Documentation
Ansible Documentation
Index
`````````````````````
`````````````````````
``````
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
.. image:: http://ansible.cc/docs/_static/ansible_fest_2013.png
:alt: ansiblefest 2013
:alt: ansiblefest 2013
...
...
docsite/latest/rst/modules.rst
View file @
627b6a04
...
@@ -62,7 +62,7 @@ Let's see what's available in the Ansible module library, out of the box:
...
@@ -62,7 +62,7 @@ Let's see what's available in the Ansible module library, out of the box:
Writing your own modules
Writing your own modules
========================
````````````````````````
See :doc:`moduledev`.
See :doc:`moduledev`.
...
...
docsite/latest/searchindex.js
View file @
627b6a04
This diff is collapsed.
Click to expand it.
hacking/module_formatter.py
View file @
627b6a04
...
@@ -358,7 +358,7 @@ def main():
...
@@ -358,7 +358,7 @@ def main():
incfile
.
write
(
"
\n\n
"
)
incfile
.
write
(
"
\n\n
"
)
incfile
.
write
(
category
)
incfile
.
write
(
category
)
incfile
.
write
(
"
\n
"
)
incfile
.
write
(
"
\n
"
)
incfile
.
write
(
'
=
'
*
len
(
category
))
incfile
.
write
(
'
`
'
*
len
(
category
))
incfile
.
write
(
"
\n\n
"
)
incfile
.
write
(
"
\n\n
"
)
last_category
=
category
last_category
=
category
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment