Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adham Hashibon
force-bdss
Commits
3c9ac167
Commit
3c9ac167
authored
7 years ago
by
martinRenou
Browse files
Options
Downloads
Patches
Plain Diff
Change option
parent
5d0fe667
No related branches found
No related tags found
1 merge request
!54
Turn warnings into errors when building doc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/Makefile
+22
-22
22 additions, 22 deletions
doc/Makefile
with
22 additions
and
22 deletions
doc/Makefile
+
22
−
22
View file @
3c9ac167
...
...
@@ -51,38 +51,38 @@ clean:
rm
-rf
$(
BUILDDIR
)
/
*
html
:
$(
SPHINXBUILD
)
-
b
-
W
html
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/html
$(
SPHINXBUILD
)
-
W
-
b
html
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/html
@
echo
@
echo
"Build finished. The HTML pages are in
$(
BUILDDIR
)
/html."
dirhtml
:
$(
SPHINXBUILD
)
-
b
-
W
dirhtml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/dirhtml
$(
SPHINXBUILD
)
-
W
-
b
dirhtml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/dirhtml
@
echo
@
echo
"Build finished. The HTML pages are in
$(
BUILDDIR
)
/dirhtml."
singlehtml
:
$(
SPHINXBUILD
)
-
b
-
W
singlehtml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/singlehtml
$(
SPHINXBUILD
)
-
W
-
b
singlehtml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/singlehtml
@
echo
@
echo
"Build finished. The HTML page is in
$(
BUILDDIR
)
/singlehtml."
pickle
:
$(
SPHINXBUILD
)
-
b
-
W
pickle
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/pickle
$(
SPHINXBUILD
)
-
W
-
b
pickle
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/pickle
@
echo
@
echo
"Build finished; now you can process the pickle files."
json
:
$(
SPHINXBUILD
)
-
b
-
W
json
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/json
$(
SPHINXBUILD
)
-
W
-
b
json
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/json
@
echo
@
echo
"Build finished; now you can process the JSON files."
htmlhelp
:
$(
SPHINXBUILD
)
-
b
-
W
htmlhelp
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/htmlhelp
$(
SPHINXBUILD
)
-
W
-
b
htmlhelp
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/htmlhelp
@
echo
@
echo
"Build finished; now you can run HTML Help Workshop with the"
\
".hhp project file in
$(
BUILDDIR
)
/htmlhelp."
qthelp
:
$(
SPHINXBUILD
)
-
b
-
W
qthelp
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/qthelp
$(
SPHINXBUILD
)
-
W
-
b
qthelp
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/qthelp
@
echo
@
echo
"Build finished; now you can run "
qcollectiongenerator
" with the"
\
".qhcp project file in
$(
BUILDDIR
)
/qthelp, like this:"
...
...
@@ -91,7 +91,7 @@ qthelp:
@
echo
"# assistant -collectionFile
$(
BUILDDIR
)
/qthelp/SimPhoNy.qhc"
devhelp
:
$(
SPHINXBUILD
)
-
b
-
W
devhelp
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/devhelp
$(
SPHINXBUILD
)
-
W
-
b
devhelp
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/devhelp
@
echo
@
echo
"Build finished."
@
echo
"To view the help file:"
...
...
@@ -100,80 +100,80 @@ devhelp:
@
echo
"# devhelp"
epub
:
$(
SPHINXBUILD
)
-
b
-
W
epub
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/epub
$(
SPHINXBUILD
)
-
W
-
b
epub
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/epub
@
echo
@
echo
"Build finished. The epub file is in
$(
BUILDDIR
)
/epub."
latex
:
$(
SPHINXBUILD
)
-
b
-
W
latex
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/latex
$(
SPHINXBUILD
)
-
W
-
b
latex
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/latex
@
echo
@
echo
"Build finished; the LaTeX files are in
$(
BUILDDIR
)
/latex."
@
echo
"Run
\`
make' in that directory to run these through (pdf)latex"
\
"(use
\`
make latexpdf' here to do that automatically)."
latexpdf
:
$(
SPHINXBUILD
)
-
b
-
W
latex
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/latex
$(
SPHINXBUILD
)
-
W
-
b
latex
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/latex
@
echo
"Running LaTeX files through pdflatex..."
$(
MAKE
)
-C
$(
BUILDDIR
)
/latex all-pdf
@
echo
"pdflatex finished; the PDF files are in
$(
BUILDDIR
)
/latex."
latexpdfja
:
$(
SPHINXBUILD
)
-
b
-
W
latex
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/latex
$(
SPHINXBUILD
)
-
W
-
b
latex
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/latex
@
echo
"Running LaTeX files through platex and dvipdfmx..."
$(
MAKE
)
-C
$(
BUILDDIR
)
/latex all-pdf-ja
@
echo
"pdflatex finished; the PDF files are in
$(
BUILDDIR
)
/latex."
text
:
$(
SPHINXBUILD
)
-
b
-
W
text
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/text
$(
SPHINXBUILD
)
-
W
-
b
text
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/text
@
echo
@
echo
"Build finished. The text files are in
$(
BUILDDIR
)
/text."
man
:
$(
SPHINXBUILD
)
-
b
-
W
man
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/man
$(
SPHINXBUILD
)
-
W
-
b
man
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/man
@
echo
@
echo
"Build finished. The manual pages are in
$(
BUILDDIR
)
/man."
texinfo
:
$(
SPHINXBUILD
)
-
b
-
W
texinfo
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/texinfo
$(
SPHINXBUILD
)
-
W
-
b
texinfo
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/texinfo
@
echo
@
echo
"Build finished. The Texinfo files are in
$(
BUILDDIR
)
/texinfo."
@
echo
"Run
\`
make' in that directory to run these through makeinfo"
\
"(use
\`
make info' here to do that automatically)."
info
:
$(
SPHINXBUILD
)
-
b
-
W
texinfo
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/texinfo
$(
SPHINXBUILD
)
-
W
-
b
texinfo
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/texinfo
@
echo
"Running Texinfo files through makeinfo..."
make
-C
$(
BUILDDIR
)
/texinfo info
@
echo
"makeinfo finished; the Info files are in
$(
BUILDDIR
)
/texinfo."
gettext
:
$(
SPHINXBUILD
)
-
b
-
W
gettext
$(
I18NSPHINXOPTS
)
$(
BUILDDIR
)
/locale
$(
SPHINXBUILD
)
-
W
-
b
gettext
$(
I18NSPHINXOPTS
)
$(
BUILDDIR
)
/locale
@
echo
@
echo
"Build finished. The message catalogs are in
$(
BUILDDIR
)
/locale."
changes
:
$(
SPHINXBUILD
)
-
b
-
W
changes
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/changes
$(
SPHINXBUILD
)
-
W
-
b
changes
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/changes
@
echo
@
echo
"The overview file is in
$(
BUILDDIR
)
/changes."
linkcheck
:
$(
SPHINXBUILD
)
-
b
-
W
linkcheck
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/linkcheck
$(
SPHINXBUILD
)
-
W
-
b
linkcheck
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/linkcheck
@
echo
@
echo
"Link check complete; look for any errors in the above output "
\
"or in
$(
BUILDDIR
)
/linkcheck/output.txt."
doctest
:
$(
SPHINXBUILD
)
-
b
-
W
doctest
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/doctest
$(
SPHINXBUILD
)
-
W
-
b
doctest
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/doctest
@
echo
"Testing of doctests in the sources finished, look at the "
\
"results in
$(
BUILDDIR
)
/doctest/output.txt."
xml
:
$(
SPHINXBUILD
)
-
b
-
W
xml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/xml
$(
SPHINXBUILD
)
-
W
-
b
xml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/xml
@
echo
@
echo
"Build finished. The XML files are in
$(
BUILDDIR
)
/xml."
pseudoxml
:
$(
SPHINXBUILD
)
-
b
-
W
pseudoxml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/pseudoxml
$(
SPHINXBUILD
)
-
W
-
b
pseudoxml
$(
ALLSPHINXOPTS
)
$(
BUILDDIR
)
/pseudoxml
@
echo
@
echo
"Build finished. The pseudo-XML files are in
$(
BUILDDIR
)
/pseudoxml."
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment