Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
448c2513
Commit
448c2513
authored
Feb 26, 2013
by
Stratos Psomadakis
Browse files
Make docs (devflow) version-'aware'
parent
568b0b1c
Changes
6
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
448c2513
import
sys
,
os
sys
.
path
.
append
(
"../snf-cyclades-app"
)
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../snf-cyclades-app'
))
from
synnefo.versions.app
import
__version__
project
=
u
'synnefo'
copyright
=
u
'2012, GRNET'
version
=
'0.12'
release
=
'0.12'
version
=
__version__
release
=
__version__
html_title
=
'synnefo '
+
version
templates_path
=
[
'_templates'
]
...
...
snf-common/docs/conf.py
View file @
448c2513
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
from
synnefo.versions.common
import
__version__
project
=
u
'snf-common'
copyright
=
u
'2012, GRNET'
version
=
'0.8'
release
=
'0.8'
copyright
=
u
'2012
-2013
, GRNET'
version
=
__version__
release
=
__version__
html_title
=
'synnefo '
+
version
templates_path
=
[
'_templates'
]
...
...
@@ -12,7 +14,29 @@ source_suffix = '.rst'
master_doc
=
'index'
exclude_patterns
=
[
'_build'
]
pygments_style
=
'sphinx'
html_theme
=
'nature'
html_theme
=
'default'
html_theme_options
=
{
'collapsiblesidebar'
:
'true'
,
'footerbgcolor'
:
'#55b577'
,
'footertextcolor'
:
'#000000'
,
'sidebarbgcolor'
:
'#ffffff'
,
'sidebarbtncolor'
:
'#f2f2f2'
,
'sidebartextcolor'
:
'#000000'
,
'sidebarlinkcolor'
:
'#328e4a'
,
'relbarbgcolor'
:
'#55b577'
,
'relbartextcolor'
:
'#ffffff'
,
'relbarlinkcolor'
:
'#ffffff'
,
'bgcolor'
:
'#ffffff'
,
'textcolor'
:
'#000000'
,
'headbgcolor'
:
'#ffffff'
,
'headtextcolor'
:
'#000000'
,
'headlinkcolor'
:
'#c60f0f'
,
'linkcolor'
:
'#328e4a'
,
'visitedlinkcolor'
:
'#63409b'
,
'codebgcolor'
:
'#eeffcc'
,
'codetextcolor'
:
'#333333'
}
html_static_path
=
[
'_static'
]
htmlhelp_basename
=
'synnefodoc'
...
...
snf-cyclades-app/docs/conf.py
View file @
448c2513
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
from
synnefo
import
settings
from
django.core.management
import
setup_environ
setup_environ
(
settings
)
from
synnefo.versions.apps
import
__version__
project
=
u
'snf-cyclades-app'
copyright
=
u
'2012, GRNET'
version
=
'0.8'
release
=
'0.8'
copyright
=
u
'2012
-2013
, GRNET'
version
=
__version__
release
=
__version__
html_title
=
'synnefo '
+
version
templates_path
=
[
'_templates'
]
...
...
@@ -17,7 +14,29 @@ source_suffix = '.rst'
master_doc
=
'index'
exclude_patterns
=
[
'_build'
]
pygments_style
=
'sphinx'
html_theme
=
'nature'
html_theme
=
'default'
html_theme_options
=
{
'collapsiblesidebar'
:
'true'
,
'footerbgcolor'
:
'#55b577'
,
'footertextcolor'
:
'#000000'
,
'sidebarbgcolor'
:
'#ffffff'
,
'sidebarbtncolor'
:
'#f2f2f2'
,
'sidebartextcolor'
:
'#000000'
,
'sidebarlinkcolor'
:
'#328e4a'
,
'relbarbgcolor'
:
'#55b577'
,
'relbartextcolor'
:
'#ffffff'
,
'relbarlinkcolor'
:
'#ffffff'
,
'bgcolor'
:
'#ffffff'
,
'textcolor'
:
'#000000'
,
'headbgcolor'
:
'#ffffff'
,
'headtextcolor'
:
'#000000'
,
'headlinkcolor'
:
'#c60f0f'
,
'linkcolor'
:
'#328e4a'
,
'visitedlinkcolor'
:
'#63409b'
,
'codebgcolor'
:
'#eeffcc'
,
'codetextcolor'
:
'#333333'
}
html_static_path
=
[
'_static'
]
htmlhelp_basename
=
'synnefodoc'
...
...
snf-cyclades-gtools/docs/conf.py
View file @
448c2513
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
from
synnefo.versions.ganeti
import
__version__
project
=
u
'snf-cyclades-gtools'
copyright
=
u
'2012, GRNET'
version
=
'0.8'
release
=
'0.8'
copyright
=
u
'2012
-2013
, GRNET'
version
=
__version__
release
=
__version__
html_title
=
'synnefo '
+
version
templates_path
=
[
'_templates'
]
...
...
@@ -12,7 +14,29 @@ source_suffix = '.rst'
master_doc
=
'index'
exclude_patterns
=
[
'_build'
]
pygments_style
=
'sphinx'
html_theme
=
'nature'
html_theme
=
'default'
html_theme_options
=
{
'collapsiblesidebar'
:
'true'
,
'footerbgcolor'
:
'#55b577'
,
'footertextcolor'
:
'#000000'
,
'sidebarbgcolor'
:
'#ffffff'
,
'sidebarbtncolor'
:
'#f2f2f2'
,
'sidebartextcolor'
:
'#000000'
,
'sidebarlinkcolor'
:
'#328e4a'
,
'relbarbgcolor'
:
'#55b577'
,
'relbartextcolor'
:
'#ffffff'
,
'relbarlinkcolor'
:
'#ffffff'
,
'bgcolor'
:
'#ffffff'
,
'textcolor'
:
'#000000'
,
'headbgcolor'
:
'#ffffff'
,
'headtextcolor'
:
'#000000'
,
'headlinkcolor'
:
'#c60f0f'
,
'linkcolor'
:
'#328e4a'
,
'visitedlinkcolor'
:
'#63409b'
,
'codebgcolor'
:
'#eeffcc'
,
'codetextcolor'
:
'#333333'
}
html_static_path
=
[
'_static'
]
htmlhelp_basename
=
'synnefodoc'
...
...
snf-tools/docs/conf.py
View file @
448c2513
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
from
synnefo_tools.version
import
__version__
extensions
=
[]
# Add any paths that contain templates here, relative to this directory.
...
...
@@ -16,16 +19,16 @@ master_doc = 'index'
# General information about the project.
project
=
u
'snf-occi'
copyright
=
u
'2012, GRNET'
copyright
=
u
'2012
-2013
, GRNET'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version
=
'0.1'
version
=
__version__
# The full version, including alpha/beta/rc tags.
release
=
'0.1'
release
=
__version__
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
@@ -66,7 +69,28 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme
=
'nature'
html_theme
=
'default'
html_theme_options
=
{
'collapsiblesidebar'
:
'true'
,
'footerbgcolor'
:
'#55b577'
,
'footertextcolor'
:
'#000000'
,
'sidebarbgcolor'
:
'#ffffff'
,
'sidebarbtncolor'
:
'#f2f2f2'
,
'sidebartextcolor'
:
'#000000'
,
'sidebarlinkcolor'
:
'#328e4a'
,
'relbarbgcolor'
:
'#55b577'
,
'relbartextcolor'
:
'#ffffff'
,
'relbarlinkcolor'
:
'#ffffff'
,
'bgcolor'
:
'#ffffff'
,
'textcolor'
:
'#000000'
,
'headbgcolor'
:
'#ffffff'
,
'headtextcolor'
:
'#000000'
,
'headlinkcolor'
:
'#c60f0f'
,
'linkcolor'
:
'#328e4a'
,
'visitedlinkcolor'
:
'#63409b'
,
'codebgcolor'
:
'#eeffcc'
,
'codetextcolor'
:
'#333333'
}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
...
...
snf-webproject/docs/conf.py
View file @
448c2513
import
sys
,
os
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'../'
))
from
synnefo.versions.webproject
import
__version__
project
=
u
'snf-webproject'
copyright
=
u
'2012, GRNET'
version
=
'0.8'
release
=
'0.8'
copyright
=
u
'2012
-2013
, GRNET'
version
=
__version__
release
=
__version__
html_title
=
'synnefo '
+
version
templates_path
=
[
'_templates'
]
...
...
@@ -12,7 +14,29 @@ source_suffix = '.rst'
master_doc
=
'index'
exclude_patterns
=
[
'_build'
]
pygments_style
=
'sphinx'
html_theme
=
'nature'
html_theme
=
'default'
html_theme_options
=
{
'collapsiblesidebar'
:
'true'
,
'footerbgcolor'
:
'#55b577'
,
'footertextcolor'
:
'#000000'
,
'sidebarbgcolor'
:
'#ffffff'
,
'sidebarbtncolor'
:
'#f2f2f2'
,
'sidebartextcolor'
:
'#000000'
,
'sidebarlinkcolor'
:
'#328e4a'
,
'relbarbgcolor'
:
'#55b577'
,
'relbartextcolor'
:
'#ffffff'
,
'relbarlinkcolor'
:
'#ffffff'
,
'bgcolor'
:
'#ffffff'
,
'textcolor'
:
'#000000'
,
'headbgcolor'
:
'#ffffff'
,
'headtextcolor'
:
'#000000'
,
'headlinkcolor'
:
'#c60f0f'
,
'linkcolor'
:
'#328e4a'
,
'visitedlinkcolor'
:
'#63409b'
,
'codebgcolor'
:
'#eeffcc'
,
'codetextcolor'
:
'#333333'
}
html_static_path
=
[
'_static'
]
htmlhelp_basename
=
'synnefodoc'
...
...
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