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

isislovecruft / bridgedb / 70 / 1
18%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: bridgedb-0.6.5
DEFAULT BRANCH: develop
Ran 01 Dec 2013 11:18PM UTC
Files 25
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

01 Dec 2013 11:18PM UTC coverage: 18.255%. Remained the same
70.1

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).

613 of 3358 relevant lines covered (18.25%)

0.18 hits per line

Source Files on job 70.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 70
  • Travis Job 70.1
  • 58c46c5b on github
  • Prev Job for on feature/sphinx-docs (#69.2)
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