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
c71f3a2c
Commit
c71f3a2c
authored
9 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[setup] Streamlining packages
parent
d1b8fa96
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!194
Scheduler
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
buildout.cfg
+23
-9
23 additions, 9 deletions
buildout.cfg
doc/admin/conf.py
+5
-1
5 additions, 1 deletion
doc/admin/conf.py
doc/api/conf.py
+3
-1
3 additions, 1 deletion
doc/api/conf.py
doc/user/conf.py
+3
-0
3 additions, 0 deletions
doc/user/conf.py
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
35 additions
and
11 deletions
buildout.cfg
+
23
−
9
View file @
c71f3a2c
...
...
@@ -24,20 +24,30 @@ django-activity-stream = >= 0.6.1
recipe
=
syseggrecipe
;force-sysegg = true
eggs
=
alabaster
appnope
Babel
colorlog
coverage
cycler
Django
django_activity_stream
django_guardian
decorator
django
django-activity-stream
django-guardian
djangorestframework
django
_
rest
_
swagger
django
_
jsonfield
django
-
rest
-
swagger
django
-
jsonfield
docopt
docutils
funcsigs
functools32
gevent
graphviz
greenlet
gnureadline
ipdb
ipython
ipython-genutils
imagesize
Jinja2
jsonschema
MarkupSafe
...
...
@@ -46,17 +56,22 @@ eggs = alabaster
mock
numpy
oset
pathlib2
pexpect
pbr
Pillow
pickleshare
pip
psutil
ptyprocess
psycopg2
Pygments
pyparsing
python_dateutil
python-archive
python-dateutil
pytz
PyYAML
pyzmq
simplegeneric
simplejson
six
snowballstemmer
...
...
@@ -65,10 +80,9 @@ eggs = alabaster
sphinxcontrib-httpdomain
sphinxcontrib-mscgen
sphinxcontrib-programoutput
sphinx-numfig
sphinx-rtd-theme
subprocess32
termcolor
traitlets
uwsgi
wsgiref
...
...
This diff is collapsed.
Click to expand it.
doc/admin/conf.py
+
5
−
1
View file @
c71f3a2c
...
...
@@ -46,7 +46,8 @@ extensions = [
'
sphinx.ext.autosummary
'
,
'
sphinx.ext.doctest
'
,
'
sphinx.ext.intersphinx
'
,
'
sphinx_numfig
'
,
'
sphinx.ext.napoleon
'
,
'
sphinx.ext.viewcode
'
,
]
# The viewcode extension appeared only on Sphinx >= 1.0.0
...
...
@@ -57,6 +58,9 @@ if sphinx.__version__ >= "1.0":
# Always includes todos
todo_include_todos
=
True
# Create numbers on figures with captions
numfig
=
True
# If we are on OSX, the 'dvipng' path maybe different
dvipng_osx
=
'
/opt/local/libexec/texlive/binaries/dvipng
'
if
os
.
path
.
exists
(
dvipng_osx
):
pngmath_dvipng
=
dvipng_osx
...
...
This diff is collapsed.
Click to expand it.
doc/api/conf.py
+
3
−
1
View file @
c71f3a2c
...
...
@@ -64,7 +64,6 @@ extensions = [
'
sphinx.ext.napoleon
'
,
'
sphinx.ext.viewcode
'
,
'
sphinx_numfig
'
,
'
sphinxcontrib.ansi
'
,
'
sphinxcontrib.programoutput
'
,
'
sphinxcontrib.httpdomain
'
,
...
...
@@ -74,6 +73,9 @@ extensions = [
# Always includes todos
todo_include_todos
=
True
# Create numbers on figures with captions
numfig
=
True
# Generates auto-summary automatically
autosummary_generate
=
True
...
...
This diff is collapsed.
Click to expand it.
doc/user/conf.py
+
3
−
0
View file @
c71f3a2c
...
...
@@ -60,6 +60,9 @@ extensions = [
# Always includes todos
todo_include_todos
=
True
# Create numbers on figures with captions
numfig
=
True
# Generates auto-summary automatically
autosummary_generate
=
True
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
c71f3a2c
...
...
@@ -70,6 +70,7 @@ setup(
"
sphinxcontrib-programoutput
"
,
"
sphinxcontrib-ansi
"
,
"
sphinxcontrib-httpdomain
"
,
"
sphinx-rtd-theme
"
,
"
matplotlib
"
,
],
...
...
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