• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

isislovecruft / bridgedb / 70
18%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: bridgedb-0.6.5
DEFAULT BRANCH: develop
Ran 01 Dec 2013 11:18PM UTC
Jobs 2
Files 50
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
70

push

travis-ci

Isis Lovecruft
Remove the TODO header in doc builds for index.rst.

The sphinx.ext.todo seem not to be working…

It is supposed to work, I believe, by putting the following into a
docstring:

    class Foo(object):
        """A foo.

        .. todo:: Do something about bar.
        """

And then the `.. todolist::` directive in Sphinx will find all such
`.. todo::` directives in your code, and put them in a list (the way I
was doing it, these would be on the index.html page) with links to where
the `.. todo::` is in the source code.

However, this seems to *only* work in docstrings proper in Python, the
following do *not* get picked up by the `.. todolist::` Sphinx
directive:

    * Normal Python inline comments, i.e.:
        # .. todo:: There is this thing we should do.

    * Sphinx attribute inline comments, i.e.:
        #: .. todo:: There is also another thing we should do.

Because all of the TODOs in BridgeDB are currently within normal Python
inline comments, the `.. todolist::` on the index page doesn't include
anything, and thus there is an awkward looking, giant, blank header with
nothing underneath it. Thus, I'm taking out the header, but leaving in
the `.. todolist::` directive (so that we *can* use `.. todo::` in a
proper docstring in the future and it will be automatically included in
the documentation here).

1226 of 6716 relevant lines covered (18.25%)

0.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 70.1 01 Dec 2013 11:18PM UTC 0
18.25
Travis Job 70.1
2 70.2 01 Dec 2013 11:18PM UTC 0
18.25
Travis Job 70.2
Source Files on build 70
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #70
  • 58c46c5b on github
  • Prev Build on feature/sphinx-docs (#69)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc