Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/breathe-doc/breathe

ReStructuredText and Sphinx bridge to Doxygen
https://github.com/breathe-doc/breathe

Merge branch 'triple-comment'

e1496428b16acb22e6afd9b0fff111c0f722ecf7 authored about 10 years ago
Add slashes example and documentation

To cover, explain & test the alternative approach that has been
introduced.

193f715711e4e5f83c9653a3242ba9c7ca784527 authored about 10 years ago
Switch terminology to 'slashes' instead of 'cppcomments'

As that style of comment is not necessary unique to cpp and is a bit
awkward to force users of o...

62a447d71e83f606a632a84a897e323eb09bdcd1 authored about 10 years ago
adding /// comment style support

4d830bed27c407656a5e755b79f287cd3bad6dc6 authored about 10 years ago
fixed miss-spelling and num spaces

b47dadf3fc43385b17033cc77c722fe9c22fc4f6 authored about 10 years ago
Merge branch 'latex-build'

37491eac242c21f01b6462390cdcbb771ede4b8e authored about 10 years ago
Add latex build to travis task

Ideally we should probably split out html and latex builds but I'm not
sufficiently experienced ...

d79a9b0bb6b0868051e0442fc20b7b6384389a37 authored about 10 years ago
Remove the math example that is failing on latex build

Unfortunately I do not know how to fix it so it is easiest just to
remove it for the moment.

c998509abe9d804a9aabff013e66605acc160e5b authored about 10 years ago
Remove deeply nested lists for pdf output

As latex has a limit on the depth of nesting sections, though I'm not
sure why, so we can't demo...

9071c9c214d946dabe5a1117081670ed437bb3af authored about 10 years ago
Merge branch 'contributing'

b2a0e240f74f9216f8b2e44b0f78d2c16085306d authored about 10 years ago
Add 'remind me' section to README

In an attempt to keep things moving forward.

bdb76272008cb3f23d29e216fcbc0f2b602ed1fc authored about 10 years ago
Add reminder section to contributing guidelines

f481812f91f7cd991b0eee1e65b583cc2220939c authored about 10 years ago
Move to 3.2.0

1e757892a74cabaf9c40a64ddc20d0b1cfd40af6 authored about 10 years ago
Merge branch 'sections'

e52710d4eba086f0c2c9cd36b2f9a02ca2d87c6c authored over 10 years ago
Update changelog for reformatting changes

5837171f79e5941e241261787f6b1ce61a15f5f4 authored over 10 years ago
Add breathe class names to section & rubric

So that we have something more specific to style with on the html side
if we're keen to.

81554a859307c28af972b8c3e86d1a9f859e0547 authored over 10 years ago
Preserve document structure

Replace section with container and title with rubric. According to
docutils. This preserves the ...

35facd091d3974d217a1903438cd835c00cd5563 authored over 10 years ago
Replace signature nodes with sections

This is an attempt to provide a setup that does not indent the contents
of the 'Public Functions...

43d56f2be04db4d9a881b1860bb91b59f7c73994 authored over 10 years ago
Merge branch 'readme'

6a8cc2d6da2133c7a76033c492794d11b7e30359 authored over 10 years ago
Add pdf link for cppformat to examples

5477ac25e11644f3a1e8cd08e0a85878eb1d921a authored over 10 years ago
Update the cppformat html example url

1a2b01ff0b4f5f06c1d43b4e73f58e7ea59386f6 authored over 10 years ago
Merge branch 'array'

874a4ceb2e8246a9113a1bce34714c673e023931 authored over 10 years ago
Acknowledge serge-sans-paille's contribution

Thanks for fixing the support for array parameters.

75a9fc477bd5e048b7a0ee2dbc4dc3aece4a0065 authored over 10 years ago
Update changelog for recent changes

f2048948608505073dca1bf60a20227d11314140 authored over 10 years ago
Add examples to test the array parameter support

Seems to work excellently.

cf6ef42721622cdaa157820624814eeab24cc044 authored over 10 years ago
Fix array declaration pretty printing

55273cefa16e328e0ece2c329465523360d880ce authored over 10 years ago
Merge branch 'pdf'

08e72f8ec3f37c047a7294df9cf4d19321c81322 authored over 10 years ago
Refactor template/title signature node handling

Instead of performing the switch in the template if-statement where we
reset the 'signode' value...

6bb1981d9ba8dd84073c56e4075f3f894a9502e7 authored over 10 years ago
Switch to implicit length check & add comment

The comment needs to be expanded a little given the context.

275a877cea0a11e0ac26c2c4a05f4e166462febf authored over 10 years ago
Print meld command in prepare script

For the odd occasion where we want to run it again without generating
the html again.

75a89e93dc72c2acaaadf2c63db9e31c9c6d5814 authored over 10 years ago
Generate additional desc_signature node for function templates

We need to render templates on two lines but desc_signature doesn't
permit multiple lines. So ad...

351203882861dc2660b67952a41f4dbe6a1db094 authored over 10 years ago
Don't add empty desc nodes

Empty desc nodes break LaTeX markup and are not permitted according to
the Sphinx documentation
...

6f20143bb75563ee52a5393d0fa4b29c47f51ce8 authored over 10 years ago
Generate additional desc_signature node for template

We need to render templates on two lines but desc_signature doesn't
permit multiple lines. So ad...

c389c5afaee628e9a040b5778a009b415c67facc authored over 10 years ago
Merge branch 'travis'

be90606ef2006fcc59614b8e5e3b35ad2dc98281 authored over 10 years ago
Add travis badge to README

7af78feda7dd67a00eaae1c95d4d3e123c208b3b authored over 10 years ago
Configure travis to install breathe and use that

Rather than changing the system path to look at the local code, we
install that and rely on it b...

a10ffd9780cab2b5ce4f7ced3fef61cd16c21d5f authored over 10 years ago
Switch string to unicode for Py3 compatibility

02acedb747782874872b4e40e12e2e7b0c04a383 authored over 10 years ago
Use relative import for Py3 compatibility

57eff47235ae42709417b3098b8e8f51baa2b12e authored over 10 years ago
Use 'as' syntax for Py3 compatibility

6a2e84c552b55e1e7a1d493cd3717889ae0ed62c authored over 10 years ago
Switch to subprocess.Popen

For python-2.6 compatibility.

196919cf25ada17671e9b70176d6740c4816c576 authored over 10 years ago
Remove pdb (-P) flag from travis builds

We make it overridable and override it for the travis builds to an
empty string.

4f5acdff59ffa4ff2480571c3ec184bff8e68f80 authored over 10 years ago
Remove python 3.2 from travis builds

As it doesn't support u'' prefix I think most projects have stopped
bothering to be compatible w...

c4003d0bc3cb1e7c80461e9534a01c0b304b3d78 authored over 10 years ago
Install doxygen from apt-get before testing

5c6b48064eed6f09c61bc08fd06e89edfa3e942d authored over 10 years ago
Specify value of DOXYGEN variable

bb3b2cecba998c55c181b756cc26160185bf35fb authored over 10 years ago
Add initial attempt at travis.yml

We'd like to take advantage of travis.

e8db9961021f9b82491375c6c5125a91ee8e7caa authored over 10 years ago
Merge branch 'contributing'

0f3a7d7049f2dc45359c2191b6bcb41ad6e64352 authored over 10 years ago
Add basic contributing text

90014cb496817f7b9544832073137f9e463e746a authored over 10 years ago
Merge branch 'links'

637eadc23e91c622e04289d31c9e3900f74b1890 authored over 10 years ago
Add support for inline urls

Previously not showing up in the output.

A standard 'missing' node situation.

bd5ca3b488c128cd0c5abbb88ac663b63eb03f70 authored over 10 years ago
Provide example with inline urls

As they don't seem to be showing up in the Breathe output at the moment.

46cd71213fb604caa22fdba5a810a5089e35a933 authored over 10 years ago
Merge branch 'changelog'

d55c9ee0c743140b5f7f78a3bdd86916dd17f51b authored over 10 years ago
Update changelog for duplicate targets fix

f0cd988ac0befe3d39ba8415eba3b8fca6bb37b2 authored over 10 years ago
Merge branch 'duplicate-targets'

8853617fe4aea1c443716755ce89a9c4eba349cb authored over 10 years ago
Restore the duplicate checking in the domain helper

As we have fixed the source of the problem by not doing any linking in
the text rendering for th...

9303e3194dc3adcc7e35f0ed1dcb7ea82558a638 authored over 10 years ago
Make options explicit argument of render helper

The render helper on the BaseDirective previously just used
'self.options' directly. Here we cha...

15f2203321392e9cc0ce5106ab7e6ef194ca27ad authored over 10 years ago
Clean up domain handler creation logic

Use the cleaner dict.get(key, default) rather than the somewhat ugly try
and except blocks.

fddd6b0ab026d3f176a8def164a2881cdf151545 authored over 10 years ago
Run flake8 over domain.py file

And fix any issues.

bd0426287fac7fe3a027f282a0f8352facc91fac authored over 10 years ago
Add extra function overload example

For some reason this single argument overloaded function reveals a bug
that the more complex exa...

9fb02098fb71d8d7e67563b673115042aeda9894 authored over 10 years ago
Don't check for duplicate ids in cpp domain.

fbe9fe9130346b6cc77cd7b8fe4feebe95fd4069 authored over 10 years ago
Merge branch 'changelog'

f57a62c8068e6e70195e84cd4ed1ed8767795dd6 authored over 10 years ago
Add path check to change log

And reformat a little.

375abb31e317bacc0f45eeb8cc9612aec3bec42b authored over 10 years ago
Merge branch 'keyerror'

123e40d53fa3d91db0dfed5bcc822923dacaaf00 authored over 10 years ago
Fall back to default project in auto directives

When looking for the project name we were only looking for the :project:
option on the directive...

53ef121175633bb7635fca10d95dad6fb940c03e authored over 10 years ago
Merge branch 'directory'

e684c1785025fc8ff0385034f1bebbebdc1af4f8 authored over 10 years ago
Fix path separators used for directory check

The paths use '/' even on Windows so we just check for both backslash
and forward slash.

9060f8679b1729f3134866a6c6998df59028852d authored over 10 years ago
Fix typos in comments

a6e241e3dd8553068a587be5c3abf36f5b0726ba authored over 10 years ago
Move to v3.1.0

965ed432fb19055aa0bafd9fd11cdf32a09753eb authored over 10 years ago
Merge branch 'fix'

a10230de10eb4313464d1be79b0961cc8867f756 authored over 10 years ago
Add changelog entry for headings support

Thanks to rweickelt for this.

8fa4818583ac424e75eeb674775cfe977d727b24 authored over 10 years ago
Switch change log entry to Added

As people who want to use it will have to specify the future breathe
3.1.0. If we leave it as a ...

a6be42bf211ba1524aebeea402d3de5e9f6d1ec1 authored over 10 years ago
Add basic production & development requirements files

I'm not sure exactly how best to handle these but it seems like a good
step forward to have them...

9d68520191e087c00084d3ee3e8f2eef706ff759 authored over 10 years ago
Fix missing entry from examples Makefile

In the refactor I must have lost it somehow.

346ea289606cfe5bb4e1f9476690af02a8553b18 authored over 10 years ago
Merge branch 'doxygen-heading-support'

9e2f227e44e349cacf6afbf9c964a12a33fe7aea authored over 10 years ago
Add difference document to help pages

To highlight differences between the Breathe output and the Doxygen &
Autodoc outputs which peop...

bf7d885e2c846622c49da8db9555088f9a41bc4b authored over 10 years ago
Extend docHeadingType build & rendering code

To take into accout multiple children of varying types. We probably
should allow loads of differ...

e58337ae64659c48e477a0388cf6e0e6603e39ac authored over 10 years ago
Provide headings example based on rweickelt's code

It has been extended in include a <b> tag within one of the headings as
doxygen seems to allow t...

ff57f3495dfbb8ad8e2fcc3253c89f378d8a4d6d authored over 10 years ago
Format docstrings in pep-8 style

911624f7b681e7e862367b59d49084af8310f211 authored over 10 years ago
Add support for headings.

Headlines are rendered as emphasized text as it has been done for
doxygen sections. Section leve...

c58782ef1051092da0c8be1d23f88e583ea2fa6c authored over 10 years ago
Fixes a compatibility issue with python 2.6.5

Sphinx still keeps compatibility with 2.6.5 so should we.

7dc3b29c2105fca2dd87c9a92ade3f2f4294a176 authored over 10 years ago
Merge branch 'defname'

6e25611137fb7fc08350b81798f3302c32a89d45 authored over 10 years ago
Add defname fix to the changelog

c5ffea5a6e295ca3a58cf6b2904bfcbc539a844c authored over 10 years ago
Only output defname if the declname isn't there

The defname is the definition name, whereas we'd prefer the declaration
name which is from the h...

a27343c7488af6370550d29e972f807282d7fb20 authored over 10 years ago
Merge branch 'slots'

b8b8e8eea108165881bee3656b508f5f3e13aecc authored over 10 years ago
fix 'display_name' kwarg typo in directives.py

This addresses github issue #118 (KeyError: 'display_name'), which was
causing breathe (and Sphi...

99f7120f514525bd11f3aa00a6c8c41e249aa5a2 authored over 10 years ago
Merge branch 'bnewbold'

c317944bef20068b99ea332bfff089c83ac26ba1 authored over 10 years ago
Add doc which exercises failing warning

It isn't exactly a test, really, but it does fail without the fix in the
previous commit.

9949c824814e6812c57b443d4d3580b9701c46c1 authored over 10 years ago
Acknowledge bnewbold's contribution

Thanks for catching and fixing the bug in the warning generation.

367cbbf22359273308e3a5fc2671c0e0dbe0eb2f authored over 10 years ago
Update the changelog for Qt Slots addition

179abe83749e7dc62202e3e8f6ba0f17e7b267c9 authored over 10 years ago
Add QtSlots example & fix output

We have to treat slots like functions so when we come across one we use
the specialisated FuncMe...

b584c324ea1d19110a2398a422d0a3cdf5c1cc09 authored over 10 years ago
Refactor makefile

To remove the awful repetition. I'm not well versed in Make so this is
my best effort. I think t...

5c7cc2ddf13c096a4b56077932088fb9cf78e37d authored over 10 years ago
Merge branch 'rweickelt-template'

0793e9bacc98e426fc54940ed6a9a10da9dddb0c authored over 10 years ago
Add doc/example/changelog for template specialistaions

Thanks to rweickelt for the example contributed in the original github
issue.

Also started to f...

c9b9d1fe91104db9163561d7530a6170662aaf5f authored over 10 years ago
Improve .gitignore files

To ignore some of the files/folders that have been floating around.

92c1cc90f361e89d48556ca2651006bd5a5a2271 authored over 10 years ago
Switch set to dictionary

As we're mimicing the rst directive options dictionary at that point. I
previously mistyped it a...

3a0798e7125a4e8a84b1e007828d5352907d08fa authored over 10 years ago
Keeps breathe working on pre-2.7 versions of Python.

Creating sets in the form ``{'v1', 'v2'}`` is not supported before
Python 2.7. This is the only ...

14ac0ec83573d7975d50f30c96fdfbef7eb476c9 authored over 10 years ago
Add possibility to resolve partial template specializations.

Example: The class

```
template <typename T>
class Specialization<T*> {};
```

can be accessed ...

bcafa29b619de9d751cd46750661f52c88804e97 authored over 10 years ago
Merge branch 'mailinglist'

4863b684222e7f777f873f248be181a03c511440 authored over 10 years ago
Switch to google groups as mailing list

And use double underscore anonymous rst links to squash warnings.

1ac8214dd69dd78279e0589d93576d525254e991 authored over 10 years ago
Merge branch 'alternatives'

68ac67450bb1feaf4017781b724cb9029757d22b authored over 10 years ago
Add alternatives section with known alternatives

fe21174e1360d9ae411a89662fe4e8fcaff70763 authored over 10 years ago