Skip to content

Tags: chapel-lang/sphinxcontrib-chapeldomain

Tags

0.0.35

Toggle 0.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add attribute support (via 'annotation' directive) (#97)

This PR adds an 'annotation' directive to our Sphinx integration which
enables documenting attributes. In Sphinx, attributes are an existing
concepts, which refer to what Chapel would call fields. As a result, the
`attr` directive was taken, and `attribute` on top of that seemed
confusing. @lydia-duncan suggested 'annotation' (perhaps in jest), but I
think it's a pretty decent fallback.

Another PR to chpldoc will be necessary to actually emit 'annotation'
directives; it will not be part of this.

Reviewed by @lydia-duncan -- thanks!

0.0.34

Toggle 0.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for interfaces (#95)

Adds support for `interface`, which will be outputed by chpldoc after
chapel-lang/chapel#25825

[Reviewed by @lydia-duncan]

0.0.33

Toggle 0.0.33's commit message
Made to record the state that was pushed to PyPI after we verified ou…

…r Github

Action to push there still worked.

0.0.32

Toggle 0.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies: docutils 0.20.1, Sphinx 7.2.6 (#92)

This is to go along with
chapel-lang/chapel#24612 . The changes to
test/test_chapeldomain.py avoid a problem when using docutils 0.19 or
newer that came up with the way the test was using mocked objects.

Reviewed by @lydia-duncan - thanks!

0.0.31

Toggle 0.0.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #90 from jabraham17/fix-links

Fix links for nested types

Reviewed by @lydia-duncan

0.0.30

Toggle 0.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #88 from jabraham17/fix-return-intent

Add fix for return intent formatting in chromium browsers

0.0.29

Toggle 0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #86 from lydia-duncan/revertSetupToolsInclusion

Undo setuptools changes and try a different strategy to fix the release
[not reviewed]

Don't include setuptools in the new package, include it in the environment
used to make the new package

0.0.28

Toggle 0.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #78 from jabraham17/fix-operator-names

Fix signature regex to match more possible operator names

0.0.27

Toggle 0.0.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #76 from nikkirad/nikrad

Revert version for PyPI

0.0.26

Toggle 0.0.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #72 from nikkirad/nikrad

Recognize where clauses