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

chapel-lang / sphinxcontrib-chapeldomain / 79
60%

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

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

1.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 79.1 18 Mar 2015 11:20PM UTC 0
60.61
Travis Job 79.1
2 79.2 18 Mar 2015 11:09PM UTC 0
60.61
Travis Job 79.2
Source Files on build 79
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #79
  • ca3e0c14 on github
  • Prev Build on master (#75)
  • Next Build on master (#83)
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