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 'issue-768-doxygen-alias-docu' of https://github.com/arwedus/breathe

https://github.com/michaeljones/breathe/pull/770

9bd927b1a01aeafae5d29831024c6a7fcf034568 authored almost 3 years ago by Melvin Vermeeren <[email protected]>
Address a peculiarity in Doxygen ALIASES in docu

fixes #768

05c3f00a4aac6c7c1f925f432aef7e690faf732d authored almost 3 years ago by Arwed Starke <[email protected]>
changelog: update for #705

e6587f1f574946858ed742a6922f61471056f727 authored almost 3 years ago by Melvin Vermeeren <[email protected]>
Merge branch 'support-external-images' of https://github.com/jdknight/breathe

https://github.com/michaeljones/breathe/pull/705

6e8fff176c2e536b40904c71c048275bbb1c401d authored almost 3 years ago by Melvin Vermeeren <[email protected]>
support externally hosted images

When building an image node, check to see if the URI defines a URL
schema. If so, assume the sou...

71c090ed0ccb4e645b6e3811e9266a84386725bc authored almost 3 years ago by James Knight <[email protected]>
changelog: update for #757

09da245b1dc941e83f884128a5692e229b6c3038 authored almost 3 years ago by Melvin Vermeeren <[email protected]>
Merge branch 'doxygen-dot-to-sphinx-graphviz' of https://github.com/2bndy5/breathe

https://github.com/michaeljones/breathe/pull/757

3435205d6c9da117a48bc8707d816afc9e1ab29c authored almost 3 years ago by Melvin Vermeeren <[email protected]>
parser: compoundsuper: remove wrongly placed newline

995b7e54925c63c5399e2e94bb7d8f24067f3017 authored almost 3 years ago by Melvin Vermeeren <[email protected]>
add `dotcode` placeholder in visit_docdotfile()

44e1bb960808dbd1a781e2340e7325cd85709cd8 authored almost 3 years ago by Brendan <[email protected]>
doc updates for dot cmds

ed2cf6be77c5d1f1611dc2fabdf7bc09466b0fc8 authored almost 3 years ago by 2bndy5 <[email protected]>
install graphviz in docs' CI workflow

e9737b82afa7792eaf68589057f27a6554f535da authored almost 3 years ago by 2bndy5 <[email protected]>
enable graphviz nodes in breathe's NodeFinder

2498a437234343503e0087cad793c6f333f1f781 authored almost 3 years ago by 2bndy5 <[email protected]>
allow-dot-graphs from doxygen builtin graphs

c6f5c25d18ba2c43ec2fc1c890e0783dbcee2405 authored almost 3 years ago by 2bndy5 <[email protected]>
doc support for dot cmds

bbe0176e4d23bd7a250790504976c1cf1ffbb3c5 authored almost 3 years ago by 2bndy5 <[email protected]>
output warnings when no dot syntax provided

6362054703388b4cb7a91f26e557714242467ac3 authored almost 3 years ago by 2bndy5 <[email protected]>
support \dot & \dotfile cmds

88b59545812f963d4c3b2942ebc9f464aa7d5fe3 authored almost 3 years ago by 2bndy5 <[email protected]>
Merge pull request #802 from jakobandersen/master

Refactoring/cleanup and typing

2f876a230114eb2150b63cdf109e555af241bc17 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
A bit of refactoring of directives/index.py

3ce2dd76aeac6e55afa4295e8fd332d9d44d9063 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Clenup and typing of process.py

7201c356b5b1a99085b246b68825d41e4127dd66 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Merge pull request #760 from 2bndy5/fix-clode-block-highlighting

Fix code block highlighting

0d32ec9a18fc52712ddc040bbea22a3baadee32c authored almost 3 years ago by Michael Jones <[email protected]>
add missing comma

9f20a1c909bd70c19d309f5647cf6e94678deaa0 authored almost 3 years ago by 2bndy5 <[email protected]>
more details for new doc

345960a331db365fc2c5fa89db9bc1e7f4126231 authored almost 3 years ago by 2bndy5 <[email protected]>
Clarify behaviour & fix cmake code

@2bndy5 has clarified that the cmake should be a little different.

72880fc3aafe41f1845f7d6b7f2544366a3789bf authored almost 3 years ago by Michael Jones <[email protected]>
Add a documentation page for code blocks

I haven't done this in a while. But it seems reasonable.

5b27b752944f3f4d99b3dfa321b24049c3e582da authored almost 3 years ago by Michael Jones <[email protected]>
Add test pages for code block highlighting

With some basic examples based on @2bndy5 work and comments.

fc8d2b6f8b20c1a4ba8456d3880b09d14b263e79 authored almost 3 years ago by Michael Jones <[email protected]>
Update copyright date

f49c53d2e9336486884a39d48781239a806c18c3 authored almost 3 years ago by Michael Jones <[email protected]>
Fix linting failure

81d6e6effd7bda45e4581bf95ffc28f111c6178a authored almost 3 years ago by Michael Jones <[email protected]>
Remove types-Pygments

I've failed to get it working with our current set up.

We seem to need to import pygments.lexer...

35911ef3f4324efe697612a550dc50085a13297b authored almost 3 years ago by Michael Jones <[email protected]>
Add types for pygments

I think this is necessary for CI to be happy.

dc66aeb3e758045c3d9245c9b51c5eeb04d004d1 authored almost 3 years ago by Michael Jones <[email protected]>
Remove call to '.keys()'

I suspect the underlying data structure supports 'in' without needing to
call '.keys()'

6531938b10a797f309a0798b4366d11fe03c1a6f authored almost 3 years ago by Michael Jones <[email protected]>
Extract file extension code

To a helper module so that we can more clearly see what is going on and
document it a little.

98a22953031a7f2899c5de0c1faba0f8f6e8a942 authored almost 3 years ago by Michael Jones <[email protected]>
Merge branch 'master' into fix-clode-block-highlighting

6c695d3b315bff5a87cd300b65682ed03d9dd7d2 authored almost 3 years ago by Michael Jones <[email protected]>
Merge pull request #792 from michaeljones/black

Pin version of black and reformat files to match

4f502eaa2c0077ec8260927d355206a60b5dbe6e authored almost 3 years ago by Michael Jones <[email protected]>
Format all files with pinned black version

It seems to be mostly removing u's from string. Possibly due to Python
2.7 being long dead and i...

59a2efb74aebbbea3766e325198a8bab7a128296 authored almost 3 years ago by Michael Jones <[email protected]>
Remove 'continue on error' for black

Hopefully we shouldn't have that issue again. If we do it will represent
a meaningful failure.

...

95223df58f6e31becb53afa8cb2cfca497e388d3 authored almost 3 years ago by Michael Jones <[email protected]>
Pin the version of black

We want to check the formatting but we don't want it to randomly fail CI
if black has released a...

e9e3d592b561108ae30e5eb98b550ac8e591e75c authored almost 3 years ago by Michael Jones <[email protected]>
Merge pull request #795 from jakobandersen/ci_update

CI, bump Sphinx versions

376c5a67d061d3a5ef09ec53fb7456f138a71291 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
CI, bump Sphinx versions

2bcddd6611df096f6158462a6dcee2cdf0f4cdb5 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Merge pull request #794 from jakobandersen/static_hax_2

Remove extra 'static' on variables

72dd1b90a0abff321e65192f5309ad7f1f4aefae authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Update CHANGELOG

813f0826d340b0e3ad1a297d46bcd221c68044fe authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Remove extra 'static' on variables

1cd5f43fc87c88f7a99852fc412ffb61786e8c4c authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
version: release v4.32.0

Secretly fixup two changelog entries as well. :)

55b34d5feebe87d656c638b574a8d6aec7451329 authored almost 3 years ago by Melvin Vermeeren <[email protected]>
Merge pull request #791 from michaeljones/cicd-continue-on-black-failure

https://github.com/michaeljones/breathe/pull/791

Apparently black got updated on CICD in a way ...

c5ffe4f8d39086c577c60d9869de3cf4e41bdacd authored almost 3 years ago by Melvin Vermeeren <[email protected]>
cicd: lint: continue with other jobs if black fails

591577f6f3450d6e79c17d93296780804782951d authored almost 3 years ago by Melvin Vermeeren <[email protected]>
changelog: finalise prior to new release

6a69ab9f3371f441515ea1a6ce12cc77e814a655 authored almost 3 years ago by Melvin Vermeeren <[email protected]>
Merge pull request #763 from 2bndy5/improve-includes-list

Improve includes list

c12c779f6932f113a70a271a88bc31a514194d82 authored almost 3 years ago by Michael Jones <[email protected]>
Merge branch 'master' into improve-includes-list

c9a87f00705fddc1dbaa3ec4423d62095732b741 authored almost 3 years ago by Michael Jones <[email protected]>
Update apt before installing

We're seeing an error where apt can't find the doxygen package. I'm
hoping this will help but I ...

1695d9d37c76208936f793aca55445f75e089326 authored almost 3 years ago by Michael Jones <[email protected]>
Merge pull request #789 from michaeljones/version

Store version number in both setup.py & __init__.py

6aede126a3f4305da54da9824c280829afa48f7d authored almost 3 years ago by Michael Jones <[email protected]>
Set PYTHONPATH for version check

So that we can find the breathe module.

5383ebb281bf21b8364b12638ebb70880e846e4b authored almost 3 years ago by Michael Jones <[email protected]>
Format files

f8e2e8d76f6352ee9431b2dfaff6045b1776a154 authored almost 3 years ago by Michael Jones <[email protected]>
Add version check script to CI

To make sure that the two version numbers continue to match.

a32d8d4e1d71a4d09c9de02e11f1d06d8f92641f authored almost 3 years ago by Michael Jones <[email protected]>
Have version number in both setup.py & __init__.py

As it is hard to import the version number from within the 'breathe'
package hierarchy without t...

58eadc6277f233f0dcf0c91c41b14be37e5d603f authored almost 3 years ago by Michael Jones <[email protected]>
Remove alternatives

As two of them are long dead (including a dead link) and one of them is
still pre-alpha and bein...

7c43ab22e135a6c90f6f13fe432cbc906ff07c4e authored almost 3 years ago by Michael Jones <[email protected]>
Merge pull request #781 from jakobandersen/lint_update

Update flake8 and mypy stuff

4ae3da276b62fb8cb84ed61dd4b953502f845b39 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
flake8, remove unused import

f47e101c80292619a6299a0aeaa7fc7a8ee238f1 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Updates based on CI environment

ba775ec0949c2a10ffa5bfb3584b83a3aaa19622 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Update flake8 and mypy stuff

- Remove noqa comments
- Switch comment-based type annotation to variable type hints
- Make mypy...

b389b33a994958a93e50c6ca692be020fd01ff74 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Merge pull request #780 from jakobandersen/add_directive

Refactor directive addition

3958c347b8c892824ad81fe2bab687c5d4c0ef41 authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Smuggle data into directives via env.temp_data

accde29786452c4b2c45e001404d975ace1eff9e authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Update tests

8b136c06416a43cb668b966a44ddf92434648f1b authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Add changelog entry

e64bdf16bb8e9c1186e12d8c58e119ae03c489fb authored almost 3 years ago by Jakob Lykke Andersen <[email protected]>
Fix contributors link

d9f0568c42895f20e9c2d2db5bf21a26315c8e02 authored almost 3 years ago by Michael Jones <[email protected]>
Merge pull request #784 from michaeljones/readme-updates

Update readme with logo & sponsorship info

6c675bc7e3e07293a2ff6703ac2476dcd5b178c7 authored almost 3 years ago by Michael Jones <[email protected]>
Change wording of 'examples section'

As I haven't taken the time to link directly to the docs pages that
actually use Breathe. Perhap...

4dd5af4c25b1580ef108dfaed7d0baba00ad13cc authored almost 3 years ago by Michael Jones <[email protected]>
Use generated list of contributors

And move it to a separate file as it occupies quite a lot of space in
the README and wasn't bein...

1194df3073ea1217caecd6372efd30ac171b3ef7 authored almost 3 years ago by Michael Jones <[email protected]>
Update project list

Projects that use Breathe based on the GitHub dependents API. Found
with:

ghtopdep --minstar ...

e8a9ecd0ad05b061e09fbfb78c972af27844735d authored almost 3 years ago by Michael Jones <[email protected]>
Add Zephyr to the list of known projects

28ac5f9069e3c1a1a579ebb934e36714eb54f5c1 authored almost 3 years ago by Michael Jones <[email protected]>
Update readme with logo & sponsorship info

We have an Open Collective and would like to raise awareness around it.
We also have a website a...

47fed1040c9f29b674d0c1c48f86244a14ab2cae authored almost 3 years ago by Michael Jones <[email protected]>
Merge branch 'SanderTheDragon-master'

2187797c93ad626b7a52b4bd960c0f5104174353 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Add changelog entry for #779

7465180beac83d0a91a3083890b97af9957cbced authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Support for documenting C++ concepts

74fbc9a79e38d46cbf4df0b897c29207422cb0f7 authored about 3 years ago by SanderTheDragon <[email protected]>
Merge pull request #769 from jakobandersen/fix_old_doxygen_friend

Fix friend functions for older Doxygen versions

6cf9a84f247a63a8acf24dac462e3bd59babe2f9 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Fix friend functions for older Doxygen versions

dbd996d27a0fbc59ebeaf3ce969c0ca3d364ab91 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Merge pull request #745 from michaeljones/flake8

Extend flake8 and address some issues

26844b77d805a93bd0df3e14a289d23adcf8ab19 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
remove artifact from settling merge conflicts

374589211d8b17cc1813c9ee7600de550dbcd73e authored about 3 years ago by Brendan <[email protected]>
typo

0f385a0ed59f471b4a6a4761412dabd65f8eb765 authored about 3 years ago by 2bndy5 <[email protected]>
oops wrap node's txt value into a rst nodes.Text

a4542baf42815b35d7c3ef506c6ef7327e5a0753 authored about 3 years ago by 2bndy5 <[email protected]>
incType defaults to node's txt value if no refid

45527dfbe58d2d02415440717eea27e2a0aa5d09 authored about 3 years ago by 2bndy5 <[email protected]>
non-presumptive docreftext; cross-ref all incType

c7243abc3dabdbedc3e1a3d03feb2d49108a4d13 authored about 3 years ago by 2bndy5 <[email protected]>
Merge branch 'master' into improve-includes-list

ee462521d6653ac705fe7351a80457cb39179aa3 authored about 3 years ago by Brendan <[email protected]>
Add Changelog entry

87c6ca1dcd0558ec884e01eb8ea71a7913c73c06 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Allow to hide in which headers the entity is defined

When something like "doxygennamespace" is used, structures gain
additional line about in which h...

4fb7bd54ab5719d58f237ebd73d34b037b4dfae9 authored about 3 years ago by Rihards Skuja <[email protected]>
Merge pull request #764 from jakobandersen/detailed_description_field_lists

Apply field-list and admonition handling to classes and unions

a60c1131f870e3914715f5349ab06e51404350d2 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Merge branch 'master' into fix-clode-block-highlighting

5f73b5a68f63ea72238e829ef9bdfd4fb3d614fc authored about 3 years ago by Brendan <[email protected]>
Update CHANGELOG.rst

258f70164910206f660767d382c56cd66b4aa5f5 authored about 3 years ago by Brendan <[email protected]>
Update CHANGELOG.rst

cbbddcea53ad4dd660b33f400f75a759e9475af8 authored about 3 years ago by Brendan <[email protected]>
Merge branch 'master' into improve-includes-list

41291f87a1f1b6f05cc0c0214860aed82865e57e authored about 3 years ago by Brendan <[email protected]>
Apply field-list and admonition handling to classes and unions

Fixes michaeljones/breathe#761

1f499750777162ed6972e295a25ffe6943fdf32a authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Changelog

ff1b8271db1b91a7d06e5d68664c72d9ee04e84a authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Merge pull request #765 from jakobandersen/update_ci

Update Sphinx and Python versions tested against

9b338777d5bfa66b4e94d8ab964b2bec77432640 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Changes from michaeljones/breathe#763

9321c842315d7f629e6aa5f8c160a91aec92dc4e authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Try quoted 3.10 because of yaml

7a26d97aff7f7e894d98b73d9ad9a90b0c25b49a authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
Update Sphinx and Python versions tested against

b9bc571f1de54946d05064d3d8d5f3315ca65205 authored about 3 years ago by Jakob Lykke Andersen <[email protected]>
CI ignore sphinx3.5.4 in py3.10

ea648dfbcfc562375ec2405f24b3dfa2e0e75ab2 authored about 3 years ago by 2bndy5 <[email protected]>
cross-ref includes & use 1 div each; test py3.10

c31517e325fd475e23571a40a014a2d80aecac39 authored about 3 years ago by 2bndy5 <[email protected]>
use lexer alias instead of name

25c53c37794a616e5254090b666c27dbf67a42ca authored about 3 years ago by Brendan <[email protected]>
use pygments to guess lexer from full filename

14b17a5da0ddbf964bda6c35c51c434de9785e81 authored about 3 years ago by 2bndy5 <[email protected]>
revert stringifying code-block contents

cbc20588c57aa793eaccc879da2ba217f0db36eb authored about 3 years ago by 2bndy5 <[email protected]>
remove outdated comments

838eb8be577a79a86df193697ea1d8ece97f79ec authored about 3 years ago by 2bndy5 <[email protected]>