Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
fb5581a1
Commit
fb5581a1
authored
Mar 18, 2016
by
LE GAC Renaud
Browse files
Change the name in the sphinx configuration script and guides page links.
parent
8864f077
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
docs/api/conf.py
docs/api/conf.py
+7
-7
docs/user/conf.py
docs/user/conf.py
+8
-8
views/default/guides.html
views/default/guides.html
+1
-1
No files found.
docs/api/conf.py
View file @
fb5581a1
...
...
@@ -79,7 +79,7 @@ master_doc = 'index'
# General information about the project.
now
=
datetime
.
now
()
project
=
u
'
track_publications
API'
project
=
u
'
limbra
API'
copyright
=
u
'2012-%s, R. Le Gac, licensed under CeCILL'
%
now
.
year
author
=
u
'R. Le Gac'
...
...
@@ -204,7 +204,7 @@ html_theme = 'sphinxdoc'
# html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename
=
'
track_publications
_api_doc'
htmlhelp_basename
=
'
limbra
_api_doc'
# -- Options for LaTeX output --------------------------------------------------
...
...
@@ -224,8 +224,8 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents
=
[
(
master_doc
,
'
track_publications
_api.tex'
,
u
'
track
\\
_publications
API'
,
'
limbra
_api.tex'
,
u
'
LIMBRA
API'
,
u
'R. Le Gac'
,
'manual'
),
]
...
...
@@ -256,7 +256,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
master_doc
,
'
track_publications
_api'
,
u
'API'
,
(
master_doc
,
'
limbra
_api'
,
u
'API'
,
[
author
],
1
)
]
...
...
@@ -270,8 +270,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents
=
[
(
master_doc
,
'
track_publications_api'
,
u
'track_publications
API'
,
author
,
'
track_publications
_api'
,
'One line description of project.'
,
(
master_doc
,
'
limbra_api'
,
u
'limbra
API'
,
author
,
'
limbra
_api'
,
'One line description of project.'
,
'Miscellaneous'
),
]
...
...
docs/user/conf.py
View file @
fb5581a1
# -*- coding: utf-8 -*-
#
#
track_publications
documentation build configuration file, created by
#
limbra
documentation build configuration file, created by
# sphinx-quickstart on Tue Apr 21 10:31:02 2015.
#
# This file is execfile()d with the current directory set to its
...
...
@@ -88,7 +88,7 @@ master_doc = 'index'
# General information about the project.
now
=
datetime
.
now
()
project
=
u
'
track_publications
'
project
=
u
'
limbra
'
copyright
=
u
'2012-%s, R. Le Gac, licensed under CeCILL'
%
now
.
year
author
=
u
'R. Le Gac'
...
...
@@ -242,7 +242,7 @@ html_theme = 'sphinxdoc'
# html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename
=
'
track_publications
doc'
htmlhelp_basename
=
'
limbra
doc'
# -- Options for LaTeX output ---------------------------------------------
...
...
@@ -271,8 +271,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents
=
[
(
master_doc
,
'
track_publications
.tex'
,
u
'
track
\\
_publications
Guide utilisateur'
,
'
limbra
.tex'
,
u
'
LIMBRA
Guide utilisateur'
,
u
'D. Cristofol, R. Le Gac et E. Vernay'
,
'manual'
),
]
...
...
@@ -303,7 +303,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages
=
[
(
master_doc
,
'
track_publications
'
,
u
'Guide utilisateur'
,
(
master_doc
,
'
limbra
'
,
u
'Guide utilisateur'
,
[
author
],
1
)
]
...
...
@@ -317,8 +317,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents
=
[
(
master_doc
,
'
track_publications'
,
u
'track_publications
Documentation'
,
author
,
'
track_publications
'
,
'One line description of project.'
,
(
master_doc
,
'
limbra'
,
u
'limbra
Documentation'
,
author
,
'
limbra
'
,
'One line description of project.'
,
'Miscellaneous'
),
]
...
...
views/default/guides.html
View file @
fb5581a1
...
...
@@ -6,7 +6,7 @@
<a
href=
"/{{=request.application}}/static/docs/user/index.html"
target=
"_blank"
>
html
</a>
,
<a
href=
"/{{=request.application}}/static/docs/pdf/
track_publications
_user.pdf"
target=
"_blank"
>
<a
href=
"/{{=request.application}}/static/docs/pdf/
limbra
_user.pdf"
target=
"_blank"
>
pdf
</a>
)
</li>
...
...
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