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

Qiskit / retworkx / 561
97%

Build:
DEFAULT BRANCH: master
Ran 29 Jun 2020 06:13PM UTC
Jobs 1
Files 5
Run time 3s
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

29 Jun 2020 05:56PM UTC coverage: 85.121%. Remained the same
561

push

travis-ci-com

web-flow
Move documentation inline and rework documentation (#90)

* Move documentation inline and rework documentation

This commit is the beginning of an overhaul of the documentation for
retworkx. Previously the entire structure of the retworkx documentation
was hand built as rst files. When the project first started this was
fine because there was 1 class, PyDAG and only a few functions that used
PyDAG, but now that the project has started to grow dumping everything
into a single rst file hasn't scaled well. This resulted in several
problems primarily the formatting was all wrong, but also that the
structure was poorly organized. The first step this takes is moving the
rst files to inline docstrings, PyO3 is capable of exporting the rust
docstrings and function signatures to python so we should leverage that
capability, that way interactive help tools (like with ipython and
jupyter) can see the docs for everything, but also we can leverage
sphinx autodoc to help with the structure and formating. From there the
organization of the docs is reworked to split up the PyGraph, PyDiGraph,
and PyDAG into one section and then to put the algorithm functions into
another section.

* Fix sphinx build and update tox.ini

This commit fixes the source files in the docs so that they're built
with the expected structure. Then to facilitate local testing the
tox.ini is updated so that tox -edocs actually works as expected.

1230 of 1445 relevant lines covered (85.12%)

1435.9 hits per line

Jobs
ID Job ID Ran Files Coverage
3 561.3 29 Jun 2020 06:13PM UTC 0
85.12
Travis Job 561.3
Source Files on build 561
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #561
  • f82a2e79 on github
  • Prev Build on master (#554)
  • Next Build on master (#572)
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