Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gridtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
gridtk
Commits
80867532
Commit
80867532
authored
Nov 06, 2013
by
Manuel Günther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added possibility to upload sphinx documentation (and uploaded it).
parent
a997ebe4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
docs/conf.py
docs/conf.py
+2
-2
setup.py
setup.py
+3
-3
No files found.
docs/conf.py
View file @
80867532
...
...
@@ -66,9 +66,9 @@ copyright = u'%s, Idiap Research Institute' % time.strftime('%Y')
# built documents.
#
# The short X.Y version.
version
=
'1.
0
'
version
=
'1.
1
'
# The full version, including alpha/beta/rc tags.
release
=
'1.
0
.0'
release
=
'1.
1
.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
setup.py
View file @
80867532
...
...
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
import
sys
# If Python < 2.7 or 3.0 <= Python < 3.2, require some more stuff
DEPS
=
[
'six'
]
DEPS
=
[
'six'
,
'sphinx-pypi-upload'
]
if
sys
.
version_info
[:
2
]
<
(
2
,
7
)
or
((
3
,
0
)
<=
sys
.
version_info
[:
2
]
<
(
3
,
2
)):
DEPS
.
append
(
'argparse'
)
...
...
@@ -12,8 +12,8 @@ setup(
version
=
'1.1.1a0'
,
description
=
'SGE Grid and Local Submission and Monitoring Tools for Idiap'
,
url
=
'http
s
://github.com/idiap/gridtk'
,
license
=
'
LICENSE.txt
'
,
url
=
'http://github.com/idiap/gridtk'
,
license
=
'
GPLv3
'
,
author
=
'Manuel Guenther'
,
author_email
=
'manuel.guenther@idiap.ch'
,
...
...
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