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

chapel-lang / sphinxcontrib-chapeldomain / 79 / 2
60%
master: 60%

Build:
DEFAULT BRANCH: master
Ran 18 Mar 2015 11:09PM UTC
Files 4
Run time 1min
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

18 Mar 2015 10:50PM UTC coverage: 60.61% (+2.5%) from 58.108%
79.2

push

travis-ci

thomasvandoren
Merge pull request #21 from thomasvandoren/param-type-format

Update argument type formatting to be more chapelerific.

Update argument type formatting to use the form `argname : type -- description`,
instead of `argname (type) -- description`. The new form is considered more
"chapelerific" since it matches the argument type syntax.

Unfortunately the sphinx.utils.docfields.TypedField.make_field() method is not
implemented in such a way that allows this formatting change without fully
overriding the meth. So, copy the TypedField.make_field() method from Sphinx
version 1.2.3 and modify the two Text() nodes that add the parentheses.

Because of how ChapelTypedField.make_field() is implemented, this package
is not dependent on Sphinx 1.2.x. There is probably a way to support both
Sphinx 1.2.x and the recently released Sphinx 1.3.x, but that is beyond the
scope of this change. In an ideal world, the three formatting strings in
TypedField.make_field() (`' ('`, `')'`, and `' -- '`) would be configurable without
needing to override make_field().

The source from Sphinx 1.2.3 can be found here:

https://github.com/sphinx-doc/sphinx/blob/1.2.3/sphinx/util/docfields.py#L137-166

r: @lydia-duncan

477 of 787 relevant lines covered (60.61%)

0.61 hits per line

Source Files on job 79.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 79
  • Travis Job 79.2
  • ca3e0c14 on github
  • Prev Job for on master (#75.2)
  • Next Job for on master (#83.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