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

cloudmarker / cloudmarker / 101
84%

Build:
DEFAULT BRANCH: master
Ran 05 Jan 2019 08:58AM UTC
Jobs 3
Files 15
Run time 11s
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
101

push

travis-ci-com

susam
Generate API documentation

This change generates automatic API documentation from the docstrings in
the project package. Here is a list of changes done:

  - The `docs` target in `Makefile` has been updated with a
    `sphinx-apidoc` command that automatically reads the Python source
    files and generates the Sphinx source files necessary to create API
    documentation.

  - The docstrings in the Python source code have been improved to look
    good in the generated documentation.

  - Example Python interactive sessions (also known as doctest format
    examples) have been added wherever applicable. These doctest format
    examples are recognized by Sphinx documentation generator and
    rendered appropriately in the generated documentation.

  - Since we now have doctest format examples the `test` target in
    `Makefile` has been updated to run Python's `doctest` utility to
    test these examples.

  - A `__init__.py` file has been added for every subpackage. This
    allows us to write package level docstrings. It also helps
    `sphinx-apidoc` to discover all subpackages without having to use
    its `--implicit-namespaces` option.

    We don't have a need for splitting our project package across
    multiple independent directories at this time, so we don't need
    implicit namespaces right now.

57 of 57 branches covered (100.0%)

Branch coverage included in aggregate %.

303 of 303 relevant lines covered (100.0%)

3.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 101.1 05 Jan 2019 08:58AM UTC 0
100.0
Travis Job 101.1
2 101.2 05 Jan 2019 08:58AM UTC 0
100.0
Travis Job 101.2
3 101.3 05 Jan 2019 08:58AM UTC 0
100.0
Travis Job 101.3
Source Files on build 101
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #101
  • d4b2dd2c on github
  • Prev Build on master (#93)
  • Next Build on master (#104)
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