Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
craw
Manage
Activity
Members
Labels
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
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
Bertrand NÉRON
craw
Commits
dd4ad2e7
There was a problem fetching the pipeline summary.
Commit
dd4ad2e7
authored
8 years ago
by
Bertrand NÉRON
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into 0.5b1
parents
ea7a5981
92456207
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
craw/annotation.py
+1
-1
1 addition, 1 deletion
craw/annotation.py
doc/source/conf.py
+2
-2
2 additions, 2 deletions
doc/source/conf.py
with
4 additions
and
4 deletions
MANIFEST.in
+
1
−
1
View file @
dd4ad2e7
...
...
@@ -12,4 +12,4 @@ recursive-include tests *.py
recursive-include tests/data *
recursive-include doc/build/html *
include doc/_build/latex/*.pdf
\ No newline at end of file
include doc/build/latex/*.pdf
\ No newline at end of file
This diff is collapsed.
Click to expand it.
craw/annotation.py
+
1
−
1
View file @
dd4ad2e7
...
...
@@ -19,7 +19,7 @@ class Entry:
values
))
self
.
_values
=
[
self
.
_convert
(
f
,
v
)
for
f
,
v
in
zip
(
self
.
_fields
,
values
)]
if
self
.
start
is
not
None
:
if
not
self
.
start
<
=
self
.
ref
<
=
self
.
stop
or
self
.
start
>
=
self
.
ref
>
=
self
.
stop
:
if
not
self
.
start
<
self
.
ref
<
self
.
stop
or
self
.
start
>
self
.
ref
>
self
.
stop
:
raise
RuntimeError
(
"
error in line
'
{line}
'
: {ref_col} {ref} is not
"
"
between {start_col}: {start} and {stop_col}: {stop}
"
.
format
(
line
=
self
,
...
...
This diff is collapsed.
Click to expand it.
doc/source/conf.py
+
2
−
2
View file @
dd4ad2e7
...
...
@@ -63,9 +63,9 @@ author = u'Bertrand Néron'
# built documents.
#
# The short X.Y version.
version
=
'
0.
1a
'
version
=
'
0.
5
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.1
a
'
release
=
'
0.
5b
1
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
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