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
26819d70
Commit
26819d70
authored
Apr 12, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorganize docs structure to support snapshots.
parent
e63dac15
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
4 additions
and
16 deletions
+4
-16
Makefile
+1
-13
docsite/latest/Makefile
+3
-3
docsite/latest/_static/ansible-local.css
+0
-0
docsite/latest/_static/basic.css
+0
-0
docsite/latest/_static/bootstrap-dropdown.js
+0
-0
docsite/latest/_static/bootstrap-scrollspy.js
+0
-0
docsite/latest/_static/bootstrap-sphinx.css
+0
-0
docsite/latest/_static/bootstrap.css
+0
-0
docsite/latest/_static/default.css
+0
-0
docsite/latest/_static/doctools.js
+0
-0
docsite/latest/_static/favicon.ico
+0
-0
docsite/latest/_static/file.png
+0
-0
docsite/latest/_static/jquery.js
+0
-0
docsite/latest/_static/minus.png
+0
-0
docsite/latest/_static/plus.png
+0
-0
docsite/latest/_static/pygments.css
+0
-0
docsite/latest/_static/searchtools.js
+0
-0
docsite/latest/_static/sidebar.js
+0
-0
docsite/latest/_static/underscore.js
+0
-0
docsite/latest/_themes/bootstrap/globaltoc.html
+0
-0
docsite/latest/_themes/bootstrap/layout.html
+0
-0
docsite/latest/_themes/bootstrap/localtoc.html
+0
-0
docsite/latest/_themes/bootstrap/relations.html
+0
-0
docsite/latest/_themes/bootstrap/searchbox.html
+0
-0
docsite/latest/_themes/bootstrap/sourcelink.html
+0
-0
docsite/latest/_themes/bootstrap/static/bootstrap-dropdown.js
+0
-0
docsite/latest/_themes/bootstrap/static/bootstrap-scrollspy.js
+0
-0
docsite/latest/_themes/bootstrap/static/bootstrap-sphinx.css_t
+0
-0
docsite/latest/_themes/bootstrap/static/bootstrap.css
+0
-0
docsite/latest/_themes/bootstrap/theme.conf
+0
-0
docsite/latest/man/ansible-playbook.1.html
+0
-0
docsite/latest/man/ansible.1.html
+0
-0
docsite/latest/rst/YAMLSyntax.rst
+0
-0
docsite/latest/rst/api.rst
+0
-0
docsite/latest/rst/bestpractices.rst
+0
-0
docsite/latest/rst/contrib.rst
+0
-0
docsite/latest/rst/examples.rst
+0
-0
docsite/latest/rst/gettingstarted.rst
+0
-0
docsite/latest/rst/glossary.rst
+0
-0
docsite/latest/rst/index.rst
+0
-0
docsite/latest/rst/moduledev.rst
+0
-0
docsite/latest/rst/modules.rst
+0
-0
docsite/latest/rst/modules/.gitdir
+0
-0
docsite/latest/rst/patterns.rst
+0
-0
docsite/latest/rst/playbooks.rst
+0
-0
docsite/latest/rst/playbooks2.rst
+0
-0
No files found.
Makefile
View file @
26819d70
...
@@ -178,7 +178,6 @@ modulepages:
...
@@ -178,7 +178,6 @@ modulepages:
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
man
-o
docs/man/man3/
--module-dir
=
library
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
man
-o
docs/man/man3/
--module-dir
=
library
--template-dir
=
hacking/templates
modulejson
:
modulejson
:
<<<<<<<
HEAD
mkdir
-p
docs/json
mkdir
-p
docs/json
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
json
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
json
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
...
@@ -190,21 +189,10 @@ modulejs:
...
@@ -190,21 +189,10 @@ modulejs:
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
webdocs
:
webdocs
:
(
cd
docsite
;
make docs
)
(
cd
docsite/latest
;
make docs
)
=======
-(mkdir
-p
docs/json)
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
json
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
json
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
modulejs
:
modulejson
modulejs
:
modulejson
-
(
mkdir
-p
docs/json
)
-
(
mkdir
-p
docs/json
)
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
js
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
$(PYTHON)
hacking/module_formatter.py
-A
$(VERSION)
-t
js
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
webdocs
:
(
cd
docsite/latest
;
make docs
)
>>>>>>>
Docs
on
parameterized
roles,
make
document
generation
output
less
noisy
# just for quick testing of all the module docs
webdocs2
:
(
cd
docsite
;
make modules
)
docsite/latest/Makefile
View file @
26819d70
#!/usr/bin/make
#!/usr/bin/make
SITELIB
=
$(
shell
python
-c
"from distutils.sysconfig import get_python_lib; print get_python_lib(
)
"
)
SITELIB
=
$(
shell
python
-c
"from distutils.sysconfig import get_python_lib; print get_python_lib(
)
"
)
FORMATTER
=
../hacking/module_formatter.py
FORMATTER
=
../
../
hacking/module_formatter.py
all
:
clean docs
all
:
clean docs
...
@@ -25,7 +25,7 @@ clean:
...
@@ -25,7 +25,7 @@ clean:
.PHONEY
:
docs clean
.PHONEY
:
docs clean
modules
:
$(FORMATTER) ../hacking/templates/rst.j2
modules
:
$(FORMATTER) ../
../
hacking/templates/rst.j2
PYTHONPATH
=
../
lib
$(FORMATTER)
-t
rst
--template-dir
=
../hacking/templates
--module-dir
=
../library
-o
rst/modules/
--includes-file
=
rst/modules/_list.rst
PYTHONPATH
=
../
../lib
$(FORMATTER)
-t
rst
--template-dir
=
../../hacking/templates
--module-dir
=
../
../library
-o
rst/modules/
--includes-file
=
rst/modules/_list.rst
docsite/_static/ansible-local.css
→
docsite/
latest/
_static/ansible-local.css
View file @
26819d70
File moved
docsite/_static/basic.css
→
docsite/
latest/
_static/basic.css
View file @
26819d70
File moved
docsite/_static/bootstrap-dropdown.js
→
docsite/
latest/
_static/bootstrap-dropdown.js
View file @
26819d70
File moved
docsite/_static/bootstrap-scrollspy.js
→
docsite/
latest/
_static/bootstrap-scrollspy.js
View file @
26819d70
File moved
docsite/_static/bootstrap-sphinx.css
→
docsite/
latest/
_static/bootstrap-sphinx.css
View file @
26819d70
File moved
docsite/_static/bootstrap.css
→
docsite/
latest/
_static/bootstrap.css
View file @
26819d70
File moved
docsite/_static/default.css
→
docsite/
latest/
_static/default.css
View file @
26819d70
File moved
docsite/_static/doctools.js
→
docsite/
latest/
_static/doctools.js
View file @
26819d70
File moved
docsite/_static/favicon.ico
→
docsite/
latest/
_static/favicon.ico
View file @
26819d70
File moved
docsite/_static/file.png
→
docsite/
latest/
_static/file.png
View file @
26819d70
File moved
docsite/_static/jquery.js
→
docsite/
latest/
_static/jquery.js
View file @
26819d70
File moved
docsite/_static/minus.png
→
docsite/
latest/
_static/minus.png
View file @
26819d70
File moved
docsite/_static/plus.png
→
docsite/
latest/
_static/plus.png
View file @
26819d70
File moved
docsite/_static/pygments.css
→
docsite/
latest/
_static/pygments.css
View file @
26819d70
File moved
docsite/_static/searchtools.js
→
docsite/
latest/
_static/searchtools.js
View file @
26819d70
File moved
docsite/_static/sidebar.js
→
docsite/
latest/
_static/sidebar.js
View file @
26819d70
File moved
docsite/_static/underscore.js
→
docsite/
latest/
_static/underscore.js
View file @
26819d70
File moved
docsite/_themes/bootstrap/globaltoc.html
→
docsite/
latest/
_themes/bootstrap/globaltoc.html
View file @
26819d70
File moved
docsite/_themes/bootstrap/layout.html
→
docsite/
latest/
_themes/bootstrap/layout.html
View file @
26819d70
File moved
docsite/_themes/bootstrap/localtoc.html
→
docsite/
latest/
_themes/bootstrap/localtoc.html
View file @
26819d70
File moved
docsite/_themes/bootstrap/relations.html
→
docsite/
latest/
_themes/bootstrap/relations.html
View file @
26819d70
File moved
docsite/_themes/bootstrap/searchbox.html
→
docsite/
latest/
_themes/bootstrap/searchbox.html
View file @
26819d70
File moved
docsite/_themes/bootstrap/sourcelink.html
→
docsite/
latest/
_themes/bootstrap/sourcelink.html
View file @
26819d70
File moved
docsite/_themes/bootstrap/static/bootstrap-dropdown.js
→
docsite/
latest/
_themes/bootstrap/static/bootstrap-dropdown.js
View file @
26819d70
File moved
docsite/_themes/bootstrap/static/bootstrap-scrollspy.js
→
docsite/
latest/
_themes/bootstrap/static/bootstrap-scrollspy.js
View file @
26819d70
File moved
docsite/_themes/bootstrap/static/bootstrap-sphinx.css_t
→
docsite/
latest/
_themes/bootstrap/static/bootstrap-sphinx.css_t
View file @
26819d70
File moved
docsite/_themes/bootstrap/static/bootstrap.css
→
docsite/
latest/
_themes/bootstrap/static/bootstrap.css
View file @
26819d70
File moved
docsite/_themes/bootstrap/theme.conf
→
docsite/
latest/
_themes/bootstrap/theme.conf
View file @
26819d70
File moved
docsite/man/ansible-playbook.1.html
→
docsite/
latest/
man/ansible-playbook.1.html
View file @
26819d70
File moved
docsite/man/ansible.1.html
→
docsite/
latest/
man/ansible.1.html
View file @
26819d70
File moved
docsite/rst/YAMLSyntax.rst
→
docsite/
latest/
rst/YAMLSyntax.rst
View file @
26819d70
File moved
docsite/rst/api.rst
→
docsite/
latest/
rst/api.rst
View file @
26819d70
File moved
docsite/rst/bestpractices.rst
→
docsite/
latest/
rst/bestpractices.rst
View file @
26819d70
File moved
docsite/rst/contrib.rst
→
docsite/
latest/
rst/contrib.rst
View file @
26819d70
File moved
docsite/rst/examples.rst
→
docsite/
latest/
rst/examples.rst
View file @
26819d70
File moved
docsite/rst/gettingstarted.rst
→
docsite/
latest/
rst/gettingstarted.rst
View file @
26819d70
File moved
docsite/rst/glossary.rst
→
docsite/
latest/
rst/glossary.rst
View file @
26819d70
File moved
docsite/rst/index.rst
→
docsite/
latest/
rst/index.rst
View file @
26819d70
File moved
docsite/rst/moduledev.rst
→
docsite/
latest/
rst/moduledev.rst
View file @
26819d70
File moved
docsite/rst/modules.rst
→
docsite/
latest/
rst/modules.rst
View file @
26819d70
File moved
docsite/rst/modules/.gitdir
→
docsite/
latest/
rst/modules/.gitdir
View file @
26819d70
File moved
docsite/rst/patterns.rst
→
docsite/
latest/
rst/patterns.rst
View file @
26819d70
File moved
docsite/rst/playbooks.rst
→
docsite/
latest/
rst/playbooks.rst
View file @
26819d70
File moved
docsite/rst/playbooks2.rst
→
docsite/
latest/
rst/playbooks2.rst
View file @
26819d70
File moved
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