Ecosyste.ms: OpenCollective

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

Breathe

Your technical docs, beautifully integrated
Collective - Host: opensource - https://opencollective.com/breathe - Website: https://www.breathe-doc.org - Code: https://github.com/michaeljones/breathe

Merge branch 'issue-768-doxygen-alias-docu' of https://github.com/arwedus/breathe

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

github.com/breathe-doc/breathe - 9bd927b1a01aeafae5d29831024c6a7fcf034568 authored almost 3 years ago
Address a peculiarity in Doxygen ALIASES in docu

fixes #768

github.com/breathe-doc/breathe - 05c3f00a4aac6c7c1f925f432aef7e690faf732d authored almost 3 years ago
changelog: update for #705

github.com/breathe-doc/breathe - e6587f1f574946858ed742a6922f61471056f727 authored almost 3 years ago
Merge branch 'support-external-images' of https://github.com/jdknight/breathe

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

github.com/breathe-doc/breathe - 6e8fff176c2e536b40904c71c048275bbb1c401d authored almost 3 years ago
support externally hosted images

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

github.com/breathe-doc/breathe - 71c090ed0ccb4e645b6e3811e9266a84386725bc authored almost 3 years ago
changelog: update for #757

github.com/breathe-doc/breathe - 09da245b1dc941e83f884128a5692e229b6c3038 authored almost 3 years ago
Merge branch 'doxygen-dot-to-sphinx-graphviz' of https://github.com/2bndy5/breathe

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

github.com/breathe-doc/breathe - 3435205d6c9da117a48bc8707d816afc9e1ab29c authored almost 3 years ago
parser: compoundsuper: remove wrongly placed newline

github.com/breathe-doc/breathe - 995b7e54925c63c5399e2e94bb7d8f24067f3017 authored almost 3 years ago
add `dotcode` placeholder in visit_docdotfile()

github.com/breathe-doc/breathe - 44e1bb960808dbd1a781e2340e7325cd85709cd8 authored almost 3 years ago
doc updates for dot cmds

github.com/breathe-doc/breathe - ed2cf6be77c5d1f1611dc2fabdf7bc09466b0fc8 authored almost 3 years ago
install graphviz in docs' CI workflow

github.com/breathe-doc/breathe - e9737b82afa7792eaf68589057f27a6554f535da authored almost 3 years ago
enable graphviz nodes in breathe's NodeFinder

github.com/breathe-doc/breathe - 2498a437234343503e0087cad793c6f333f1f781 authored almost 3 years ago
allow-dot-graphs from doxygen builtin graphs

github.com/breathe-doc/breathe - c6f5c25d18ba2c43ec2fc1c890e0783dbcee2405 authored almost 3 years ago
doc support for dot cmds

github.com/breathe-doc/breathe - bbe0176e4d23bd7a250790504976c1cf1ffbb3c5 authored almost 3 years ago
output warnings when no dot syntax provided

github.com/breathe-doc/breathe - 6362054703388b4cb7a91f26e557714242467ac3 authored almost 3 years ago
support \dot & \dotfile cmds

github.com/breathe-doc/breathe - 88b59545812f963d4c3b2942ebc9f464aa7d5fe3 authored almost 3 years ago
Merge pull request #802 from jakobandersen/master

Refactoring/cleanup and typing

github.com/breathe-doc/breathe - 2f876a230114eb2150b63cdf109e555af241bc17 authored almost 3 years ago
A bit of refactoring of directives/index.py

github.com/breathe-doc/breathe - 3ce2dd76aeac6e55afa4295e8fd332d9d44d9063 authored almost 3 years ago
Clenup and typing of process.py

github.com/breathe-doc/breathe - 7201c356b5b1a99085b246b68825d41e4127dd66 authored almost 3 years ago
Merge pull request #760 from 2bndy5/fix-clode-block-highlighting

Fix code block highlighting

github.com/breathe-doc/breathe - 0d32ec9a18fc52712ddc040bbea22a3baadee32c authored about 3 years ago
add missing comma

github.com/breathe-doc/breathe - 9f20a1c909bd70c19d309f5647cf6e94678deaa0 authored about 3 years ago
more details for new doc

github.com/breathe-doc/breathe - 345960a331db365fc2c5fa89db9bc1e7f4126231 authored about 3 years ago
Clarify behaviour & fix cmake code

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

github.com/breathe-doc/breathe - 72880fc3aafe41f1845f7d6b7f2544366a3789bf authored about 3 years ago
Add a documentation page for code blocks

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

github.com/breathe-doc/breathe - 5b27b752944f3f4d99b3dfa321b24049c3e582da authored about 3 years ago
Add test pages for code block highlighting

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

github.com/breathe-doc/breathe - fc8d2b6f8b20c1a4ba8456d3880b09d14b263e79 authored about 3 years ago
Update copyright date

github.com/breathe-doc/breathe - f49c53d2e9336486884a39d48781239a806c18c3 authored about 3 years ago
Fix linting failure

github.com/breathe-doc/breathe - 81d6e6effd7bda45e4581bf95ffc28f111c6178a authored about 3 years ago
Remove types-Pygments

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

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

github.com/breathe-doc/breathe - 35911ef3f4324efe697612a550dc50085a13297b authored about 3 years ago
Add types for pygments

I think this is necessary for CI to be happy.

github.com/breathe-doc/breathe - dc66aeb3e758045c3d9245c9b51c5eeb04d004d1 authored about 3 years ago
Remove call to '.keys()'

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

github.com/breathe-doc/breathe - 6531938b10a797f309a0798b4366d11fe03c1a6f authored about 3 years ago
Extract file extension code

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

github.com/breathe-doc/breathe - 98a22953031a7f2899c5de0c1faba0f8f6e8a942 authored about 3 years ago
Merge branch 'master' into fix-clode-block-highlighting

github.com/breathe-doc/breathe - 6c695d3b315bff5a87cd300b65682ed03d9dd7d2 authored about 3 years ago
Merge pull request #792 from michaeljones/black

Pin version of black and reformat files to match

github.com/breathe-doc/breathe - 4f502eaa2c0077ec8260927d355206a60b5dbe6e authored about 3 years ago
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...

github.com/breathe-doc/breathe - 59a2efb74aebbbea3766e325198a8bab7a128296 authored about 3 years ago
Remove 'continue on error' for black

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

...

github.com/breathe-doc/breathe - 95223df58f6e31becb53afa8cb2cfca497e388d3 authored about 3 years ago
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...

github.com/breathe-doc/breathe - e9e3d592b561108ae30e5eb98b550ac8e591e75c authored about 3 years ago
Merge pull request #795 from jakobandersen/ci_update

CI, bump Sphinx versions

github.com/breathe-doc/breathe - 376c5a67d061d3a5ef09ec53fb7456f138a71291 authored about 3 years ago
CI, bump Sphinx versions

github.com/breathe-doc/breathe - 2bcddd6611df096f6158462a6dcee2cdf0f4cdb5 authored about 3 years ago
Merge pull request #794 from jakobandersen/static_hax_2

Remove extra 'static' on variables

github.com/breathe-doc/breathe - 72dd1b90a0abff321e65192f5309ad7f1f4aefae authored about 3 years ago
Update CHANGELOG

github.com/breathe-doc/breathe - 813f0826d340b0e3ad1a297d46bcd221c68044fe authored about 3 years ago
Remove extra 'static' on variables

github.com/breathe-doc/breathe - 1cd5f43fc87c88f7a99852fc412ffb61786e8c4c authored about 3 years ago
version: release v4.32.0

Secretly fixup two changelog entries as well. :)

github.com/breathe-doc/breathe - 55b34d5feebe87d656c638b574a8d6aec7451329 authored about 3 years ago
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 ...

github.com/breathe-doc/breathe - c5ffe4f8d39086c577c60d9869de3cf4e41bdacd authored about 3 years ago
cicd: lint: continue with other jobs if black fails

github.com/breathe-doc/breathe - 591577f6f3450d6e79c17d93296780804782951d authored about 3 years ago
changelog: finalise prior to new release

github.com/breathe-doc/breathe - 6a69ab9f3371f441515ea1a6ce12cc77e814a655 authored about 3 years ago
Merge pull request #763 from 2bndy5/improve-includes-list

Improve includes list

github.com/breathe-doc/breathe - c12c779f6932f113a70a271a88bc31a514194d82 authored about 3 years ago
Merge branch 'master' into improve-includes-list

github.com/breathe-doc/breathe - c9a87f00705fddc1dbaa3ec4423d62095732b741 authored about 3 years ago
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 ...

github.com/breathe-doc/breathe - 1695d9d37c76208936f793aca55445f75e089326 authored about 3 years ago
Merge pull request #789 from michaeljones/version

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

github.com/breathe-doc/breathe - 6aede126a3f4305da54da9824c280829afa48f7d authored about 3 years ago
Set PYTHONPATH for version check

So that we can find the breathe module.

github.com/breathe-doc/breathe - 5383ebb281bf21b8364b12638ebb70880e846e4b authored about 3 years ago
Add version check script to CI

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

github.com/breathe-doc/breathe - a32d8d4e1d71a4d09c9de02e11f1d06d8f92641f authored about 3 years ago
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...

github.com/breathe-doc/breathe - 58eadc6277f233f0dcf0c91c41b14be37e5d603f authored about 3 years ago
Remove alternatives

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

github.com/breathe-doc/breathe - 7c43ab22e135a6c90f6f13fe432cbc906ff07c4e authored about 3 years ago
Merge pull request #781 from jakobandersen/lint_update

Update flake8 and mypy stuff

github.com/breathe-doc/breathe - 4ae3da276b62fb8cb84ed61dd4b953502f845b39 authored about 3 years ago
flake8, remove unused import

github.com/breathe-doc/breathe - f47e101c80292619a6299a0aeaa7fc7a8ee238f1 authored about 3 years ago
Updates based on CI environment

github.com/breathe-doc/breathe - ba775ec0949c2a10ffa5bfb3584b83a3aaa19622 authored about 3 years ago
Update flake8 and mypy stuff

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

github.com/breathe-doc/breathe - b389b33a994958a93e50c6ca692be020fd01ff74 authored about 3 years ago
Merge pull request #780 from jakobandersen/add_directive

Refactor directive addition

github.com/breathe-doc/breathe - 3958c347b8c892824ad81fe2bab687c5d4c0ef41 authored about 3 years ago
Smuggle data into directives via env.temp_data

github.com/breathe-doc/breathe - accde29786452c4b2c45e001404d975ace1eff9e authored about 3 years ago
Add changelog entry

github.com/breathe-doc/breathe - e64bdf16bb8e9c1186e12d8c58e119ae03c489fb authored about 3 years ago
Fix contributors link

github.com/breathe-doc/breathe - d9f0568c42895f20e9c2d2db5bf21a26315c8e02 authored about 3 years ago
Merge pull request #784 from michaeljones/readme-updates

Update readme with logo & sponsorship info

github.com/breathe-doc/breathe - 6c675bc7e3e07293a2ff6703ac2476dcd5b178c7 authored about 3 years ago
Change wording of 'examples section'

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

github.com/breathe-doc/breathe - 4dd5af4c25b1580ef108dfaed7d0baba00ad13cc authored about 3 years ago
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...

github.com/breathe-doc/breathe - 1194df3073ea1217caecd6372efd30ac171b3ef7 authored about 3 years ago
Update project list

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

ghtopdep --minstar ...

github.com/breathe-doc/breathe - e8a9ecd0ad05b061e09fbfb78c972af27844735d authored about 3 years ago
Add Zephyr to the list of known projects

github.com/breathe-doc/breathe - 28ac5f9069e3c1a1a579ebb934e36714eb54f5c1 authored about 3 years ago
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...

github.com/breathe-doc/breathe - 47fed1040c9f29b674d0c1c48f86244a14ab2cae authored about 3 years ago
Merge branch 'SanderTheDragon-master'

github.com/breathe-doc/breathe - 2187797c93ad626b7a52b4bd960c0f5104174353 authored about 3 years ago
Add changelog entry for #779

github.com/breathe-doc/breathe - 7465180beac83d0a91a3083890b97af9957cbced authored about 3 years ago
Support for documenting C++ concepts

github.com/breathe-doc/breathe - 74fbc9a79e38d46cbf4df0b897c29207422cb0f7 authored about 3 years ago
Merge pull request #769 from jakobandersen/fix_old_doxygen_friend

Fix friend functions for older Doxygen versions

github.com/breathe-doc/breathe - 6cf9a84f247a63a8acf24dac462e3bd59babe2f9 authored about 3 years ago
Fix friend functions for older Doxygen versions

github.com/breathe-doc/breathe - dbd996d27a0fbc59ebeaf3ce969c0ca3d364ab91 authored about 3 years ago
Merge pull request #745 from michaeljones/flake8

Extend flake8 and address some issues

github.com/breathe-doc/breathe - 26844b77d805a93bd0df3e14a289d23adcf8ab19 authored about 3 years ago
remove artifact from settling merge conflicts

github.com/breathe-doc/breathe - 374589211d8b17cc1813c9ee7600de550dbcd73e authored about 3 years ago
oops wrap node's txt value into a rst nodes.Text

github.com/breathe-doc/breathe - a4542baf42815b35d7c3ef506c6ef7327e5a0753 authored about 3 years ago
incType defaults to node's txt value if no refid

github.com/breathe-doc/breathe - 45527dfbe58d2d02415440717eea27e2a0aa5d09 authored about 3 years ago
non-presumptive docreftext; cross-ref all incType

github.com/breathe-doc/breathe - c7243abc3dabdbedc3e1a3d03feb2d49108a4d13 authored about 3 years ago
Merge branch 'master' into improve-includes-list

github.com/breathe-doc/breathe - ee462521d6653ac705fe7351a80457cb39179aa3 authored about 3 years ago
Add Changelog entry

github.com/breathe-doc/breathe - 87c6ca1dcd0558ec884e01eb8ea71a7913c73c06 authored about 3 years ago
Allow to hide in which headers the entity is defined

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

github.com/breathe-doc/breathe - 4fb7bd54ab5719d58f237ebd73d34b037b4dfae9 authored about 3 years ago
Merge pull request #764 from jakobandersen/detailed_description_field_lists

Apply field-list and admonition handling to classes and unions

github.com/breathe-doc/breathe - a60c1131f870e3914715f5349ab06e51404350d2 authored about 3 years ago
Merge branch 'master' into fix-clode-block-highlighting

github.com/breathe-doc/breathe - 5f73b5a68f63ea72238e829ef9bdfd4fb3d614fc authored about 3 years ago
Update CHANGELOG.rst

github.com/breathe-doc/breathe - 258f70164910206f660767d382c56cd66b4aa5f5 authored about 3 years ago
Update CHANGELOG.rst

github.com/breathe-doc/breathe - cbbddcea53ad4dd660b33f400f75a759e9475af8 authored about 3 years ago
Merge branch 'master' into improve-includes-list

github.com/breathe-doc/breathe - 41291f87a1f1b6f05cc0c0214860aed82865e57e authored about 3 years ago
Apply field-list and admonition handling to classes and unions

Fixes michaeljones/breathe#761

github.com/breathe-doc/breathe - 1f499750777162ed6972e295a25ffe6943fdf32a authored about 3 years ago
Merge pull request #765 from jakobandersen/update_ci

Update Sphinx and Python versions tested against

github.com/breathe-doc/breathe - 9b338777d5bfa66b4e94d8ab964b2bec77432640 authored about 3 years ago
Changes from michaeljones/breathe#763

github.com/breathe-doc/breathe - 9321c842315d7f629e6aa5f8c160a91aec92dc4e authored about 3 years ago
Try quoted 3.10 because of yaml

github.com/breathe-doc/breathe - 7a26d97aff7f7e894d98b73d9ad9a90b0c25b49a authored about 3 years ago
Update Sphinx and Python versions tested against

github.com/breathe-doc/breathe - b9bc571f1de54946d05064d3d8d5f3315ca65205 authored about 3 years ago
CI ignore sphinx3.5.4 in py3.10

github.com/breathe-doc/breathe - ea648dfbcfc562375ec2405f24b3dfa2e0e75ab2 authored about 3 years ago
cross-ref includes & use 1 div each; test py3.10

github.com/breathe-doc/breathe - c31517e325fd475e23571a40a014a2d80aecac39 authored about 3 years ago
use lexer alias instead of name

github.com/breathe-doc/breathe - 25c53c37794a616e5254090b666c27dbf67a42ca authored about 3 years ago
use pygments to guess lexer from full filename

github.com/breathe-doc/breathe - 14b17a5da0ddbf964bda6c35c51c434de9785e81 authored over 3 years ago
revert stringifying code-block contents

github.com/breathe-doc/breathe - cbc20588c57aa793eaccc879da2ba217f0db36eb authored over 3 years ago
remove outdated comments

github.com/breathe-doc/breathe - 838eb8be577a79a86df193697ea1d8ece97f79ec authored over 3 years ago