Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
beat
beat.web
Commits
e5184e9d
Commit
e5184e9d
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Plain Diff
Merge branch 'scheduler' of gitlab.idiap.ch:beat/beat.web into scheduler
parents
a71e4097
7ff5fad2
No related branches found
No related tags found
1 merge request
!194
Scheduler
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
buildout.cfg
+5
-5
5 additions, 5 deletions
buildout.cfg
doc/admin/conf.py
+2
-2
2 additions, 2 deletions
doc/admin/conf.py
doc/api/conf.py
+2
-2
2 additions, 2 deletions
doc/api/conf.py
doc/user/conf.py
+2
-2
2 additions, 2 deletions
doc/user/conf.py
setup.py
+0
-1
0 additions, 1 deletion
setup.py
with
11 additions
and
12 deletions
buildout.cfg
+
5
−
5
View file @
e5184e9d
...
...
@@ -19,13 +19,14 @@ django-rest-swagger = >=0.3.2
django-guardian
=
>=1.3
djangorestframework
=
>=3.2
django-activity-stream
=
>= 0.6.0
sphinx
=
>= 1.4.1
[sysegg]
recipe
=
syseggrecipe
;force-sysegg = true
eggs
=
alabaster
appnope
Babel
babel
backports.shutil-get-terminal-size
colorlog
coverage
cycler
...
...
@@ -43,7 +44,6 @@ eggs = alabaster
gevent
graphviz
greenlet
gnureadline
ipdb
ipython
ipython-genutils
...
...
@@ -52,13 +52,13 @@ eggs = alabaster
jsonschema
MarkupSafe
matplotlib
mysqlclient
mock
mysqlclient
numpy
oset
pathlib2
pexpect
pbr
pexpect
pickleshare
pip
psutil
...
...
This diff is collapsed.
Click to expand it.
doc/admin/conf.py
+
2
−
2
View file @
e5184e9d
...
...
@@ -33,14 +33,14 @@ import pkg_resources
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#
needs_sphinx = '1.
0
'
needs_sphinx
=
'
1.
4.1
'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'
sphinx.ext.todo
'
,
'
sphinx.ext.coverage
'
,
'
sphinx.ext.
pn
gmath
'
,
'
sphinx.ext.
im
gmath
'
,
'
sphinx.ext.ifconfig
'
,
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.autosummary
'
,
...
...
This diff is collapsed.
Click to expand it.
doc/api/conf.py
+
2
−
2
View file @
e5184e9d
...
...
@@ -46,7 +46,7 @@ application = get_wsgi_application()
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx
=
'
1.
3
'
needs_sphinx
=
'
1.
4.1
'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
...
...
@@ -54,7 +54,7 @@ extensions = [
'
sphinx.ext.todo
'
,
'
sphinx.ext.coverage
'
,
'
sphinx.ext.
pn
gmath
'
,
'
sphinx.ext.
im
gmath
'
,
'
sphinx.ext.ifconfig
'
,
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.autosummary
'
,
...
...
This diff is collapsed.
Click to expand it.
doc/user/conf.py
+
2
−
2
View file @
e5184e9d
...
...
@@ -39,14 +39,14 @@ import pkg_resources
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx
=
'
1.
3
'
needs_sphinx
=
'
1.
4.1
'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'
sphinx.ext.todo
'
,
'
sphinx.ext.coverage
'
,
'
sphinx.ext.
pn
gmath
'
,
'
sphinx.ext.
im
gmath
'
,
'
sphinx.ext.ifconfig
'
,
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.autosummary
'
,
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
0
−
1
View file @
e5184e9d
...
...
@@ -66,7 +66,6 @@ setup(
"
setuptools
"
,
"
simplejson
"
,
"
sphinx
"
,
"
sphinx-numfig
"
,
"
sphinxcontrib-programoutput
"
,
"
sphinxcontrib-ansi
"
,
"
sphinxcontrib-httpdomain
"
,
...
...
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