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

cloudmarker / cloudmarker
100%
master: 84%

Build:
Build:
LAST BUILD BRANCH: dependabot/pip/urllib3-1.26.5
DEFAULT BRANCH: master
Repo Added 17 Dec 2018 06:07PM UTC
Files 92
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

LAST BUILD ON BRANCH sphinx
branch: sphinx
CHANGE BRANCH
x
Reset
  • sphinx
  • 0.1.0
  • alertdocs
  • apidocindent
  • audit-version
  • auditemails
  • azcloud
  • azstorage
  • azurecloud
  • azurecloud-exception
  • azvm_record_type
  • azwebapp
  • badges
  • baseconfig
  • bracket
  • buckets
  • build-matrix
  • changelog
  • clioptions
  • clouderror
  • common-plugins-config
  • consistency
  • copy-ext
  • copyext
  • cov_clean
  • dependabot/pip/cryptography-3.3.2
  • dependabot/pip/httplib2-0.18.0
  • dependabot/pip/httplib2-0.19.0
  • dependabot/pip/pyyaml-5.4
  • dependabot/pip/rsa-4.7
  • dependabot/pip/urllib3-1.26.5
  • dist
  • docfixes
  • doctest-fix
  • email_debug_param_from_config
  • emailbody
  • emaildocs
  • empty-port
  • esstore
  • firewalleventtest
  • firewallnorm
  • firewallruleevent
  • fix-esstore-done
  • fix-unused-input-queue
  • fix_cloud_worker
  • fixbuild
  • fixcoverage
  • fixindent
  • freeze
  • gcpcloudlogs
  • gcpcloudtest
  • iam_policy
  • ignore-virtual-machines
  • ioworkers
  • key_file_name_fix
  • lint
  • load_yaml_safely
  • log
  • logfixes
  • logger-defaults
  • logging-levels
  • master
  • maxrecs
  • mock-records
  • mockplugins
  • mongodbdefaults
  • mongodbfix
  • mongodbtests
  • multiprocessing
  • pluginframework
  • pluginloader
  • readable-version
  • readme
  • remove-email-config
  • removefirewallevent
  • rename_logger
  • renameparams
  • requirements
  • rest
  • reuse-mock
  • rm-venv
  • slackalert
  • smtpssl
  • sphinx-rst-update
  • splunkfixes
  • splunkhecstore_docs
  • splunkhectokentest
  • splunkstore
  • sub_id_rename
  • tests
  • travis
  • userconfig
  • userdoc
  • userecordterm
  • verdev
  • webapp
  • worker-com-fields
  • worker-error-handling
  • workerlogs

pending completion
98

Pull #6

travis-ci-com

web-flow
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.
Pull Request #6: Create a Sphinx project for documentation

57 of 57 branches covered (100.0%)

Branch coverage included in aggregate %.

4 of 4 new or added lines in 3 files covered. (100.0%)

303 of 303 relevant lines covered (100.0%)

3.0 hits per line

Relevant lines Covered
Build:
Build:
303 RELEVANT LINES 303 COVERED LINES
3.0 HITS PER LINE
Source Files on sphinx
  • List 0
  • Changed 9
  • Source Changed 9
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
98 sphinx 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... Pull #6 05 Jan 2019 08:44AM UTC web-flow travis-ci-com pending completion  
97 sphinx 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... push 05 Jan 2019 08:42AM UTC susam travis-ci-com pending completion  
95 sphinx 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... Pull #6 02 Jan 2019 10:52AM UTC web-flow travis-ci-com pending completion  
94 sphinx 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... push 02 Jan 2019 10:50AM UTC susam travis-ci-com pending completion  
81 sphinx 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... Pull #6 02 Jan 2019 07:26AM UTC web-flow travis-ci-com pending completion  
80 sphinx 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... push 02 Jan 2019 07:24AM UTC susam travis-ci-com pending completion  
74 sphinx 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... Pull #6 02 Jan 2019 04:56AM UTC web-flow travis-ci-com pending completion  
73 sphinx 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... push 02 Jan 2019 04:55AM UTC susam travis-ci-com pending completion  
67 sphinx 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... Pull #6 30 Dec 2018 11:55AM UTC web-flow travis-ci-com pending completion  
66 sphinx 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... push 30 Dec 2018 11:53AM UTC susam travis-ci-com pending completion  
See All Builds (953)
  • Repo on GitHub
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

© 2025 Coveralls, Inc