Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
docs
Commits
de25be61
Commit
de25be61
authored
Dec 18, 2018
by
Zohreh MOSTAANI
Browse files
Merge branch 'master' of gitlab.idiap.ch:beat/docs
parents
b1e869c4
b4eee985
Pipeline
#25571
passed with stages
in 11 minutes and 15 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
de25be61
...
...
@@ -58,7 +58,6 @@ build_macosx_36:
paths
:
-
_ci/
-
sphinx
-
${CONDA_ROOT}/conda-bld/osx-64/*.tar.bz2
# Deploy targets
...
...
@@ -87,4 +86,4 @@ deploy_stable:
only
:
-
/^v\d+\.\d+\.\d+([abc]\d*)?$/
# PEP-440 compliant version (tags)
except
:
-
branches
\ No newline at end of file
-
branches
before_build.sh
View file @
de25be61
...
...
@@ -27,7 +27,6 @@ sed -e '$s/$/\n/' \
-e
'/^beat/d'
\
-e
's:#.*$::g'
\
-e
's/[[:space:]]*$//'
\
-s
\
doc/
*
/doc/extra-intersphinx.txt
\
doc/
*
/requirements.txt
\
doc/
*
/test-requirements.txt
\
...
...
@@ -40,6 +39,5 @@ sed -e '$s/$/\n/' \
sed
-e
'$s/$/\n/'
\
-e
's:#.*$::g'
\
-e
's/[[:space:]]*$//'
\
-s
\
doc/
*
/doc/nitpick-exceptions.txt
\
|
sort
-u
>
doc/nitpick-exceptions.txt
conda/meta.yaml
View file @
de25be61
...
...
@@ -3,10 +3,10 @@
package
:
name
:
{{
name
}}
version
:
{{
environ.get('B
EAT
_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
version
:
{{
environ.get('B
OB
_PACKAGE_VERSION'
,
'
0.0.1'
)
}}
build
:
number
:
{{
environ.get('B
EAT
_BUILD_NUMBER'
,
0)
}}
number
:
{{
environ.get('B
OB
_BUILD_NUMBER'
,
0)
}}
requirements
:
run
:
...
...
@@ -29,6 +29,7 @@ test:
-
matplotlib
-
bob.extension
-
sphinxcontrib-programoutput
-
sphinxcontrib-httpdomain
about
:
home
:
https://www.idiap.ch/software/beat/
...
...
doc/conf.py
View file @
de25be61
...
...
@@ -27,7 +27,8 @@ extensions = [
'sphinx.ext.viewcode'
,
'sphinx.ext.mathjax'
,
'matplotlib.sphinxext.plot_directive'
,
'sphinxcontrib.programoutput'
'sphinxcontrib.programoutput'
,
'sphinxcontrib.httpdomain'
]
# matplotlib.sphinxext.plot_directive
...
...
Write
Preview
Supports
Markdown
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