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
bob
bob.db.atnt
Commits
c739a336
Commit
c739a336
authored
May 12, 2017
by
André Anjos
💬
Browse files
Insert ellipsis to doctest so skip changing names on different Python version
parent
20ae5a77
Pipeline
#9222
passed with stages
in 13 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/guide.rst
View file @
c739a336
...
...
@@ -98,8 +98,8 @@ return path. For example:
.. doctest:: interface
>>> f.make_path('/another/path', '.hdf5')
'/another/path/
s1/9
.hdf5'
>>> f.make_path('/another/path', '.hdf5')
#doctest: +ELLIPSIS
'/another/path/
...
.hdf5'
You may load the contents of the image file pointed by this database entry
using the :py:meth:`bob.db.atnt.File.load` method:
...
...
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