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 'filters'

2ede49c4ca0f02f93b5a83c05312176c8f39b794 authored over 10 years ago
Add basic comparison script

It is useful to be able to compare the output between different
revisions. We used to get this a...

63c85c7027a818e984e02e35ee79bc996e1a9ce6 authored over 10 years ago
Make the build directory overridable

So that we can override it and do comparisons between different builds.

1e085a618834cd5be3daa73444edc4eb1fd7837c authored over 10 years ago
Rename NameFilter to InFilter

As it does a 'name in set' test.

81c7d5248e51825bda27ae4bdf06a947c58640a6 authored over 10 years ago
Switch from parent & child to node stack

So instead of parsing only the immediate parent down through the filter
methods in the compound ...

bceb3dce9c87fde82d63be5736ad848c6cb95429 authored over 10 years ago
Further removal of extra AndFilters

The top level AndFilter can take all the stuff below it as multiple
arguments. It makes it a lit...

a4005bbd1dd985dffebd35078c324e32ba3e10c0 authored over 10 years ago
Apply flake8 to filter file

When viewed without white space changes then you can see not much is
different. Only has_key -> ...

b1b37d3e29be038386a610ae334519cd5226ce9a authored over 10 years ago
Convert And & Or Filters to take multiple arguments

We were combining AndFilters and OrFilters together to 'and' and 'or'
more than 2 things at once...

97f08f140e8ae769312cb41a6d33dfc9b352385a authored over 10 years ago
Selecter is spelled Selector

31fa6788f5e2aa4968a89ca0a55459da15f944b8 authored over 10 years ago
Update the README to reference ReadTheDocs

d50c87aac0dac5e2a46db1b988ae3fbe357808d9 authored over 10 years ago
Merge branch 'docs'

22506fb8794982b7a97ac64825cc7ca0c48ddabb authored over 10 years ago
Merge branch 'https'

f7e9ae8459487d8b8a31abea452a40b8eadeeb66 authored over 10 years ago
Acknowledge robo9k's contributions

cd62fd9874a436c7d9be2e5ca70b2dece0f07fca authored over 10 years ago
Switch the https path for mathjax

Thanks to robo9k for pointing out the situation in #97. Essentially we
sometimes see the Breathe...

542cfac2aeb8de0f091e2b619459432e605f9cb3 authored over 10 years ago
Acknowledge sieben's contribution

1c1a8599df667bc08c9f84d78c66053b56a01c64 authored over 10 years ago
Merge branch 'warnings'

09d4bd40df242cecf84dfc5b4e89764a05787c05 authored over 10 years ago
Add sphinx instance to test warnings

We don't want our actually documentation throwing any warnings so we
fake them in the docs. So w...

d994c3ee829f1b14167dedb317e6ea65a6d19248 authored over 10 years ago
Catch getmtime error when finding elements

We convert the generic OSError to an MTimeError which we catch up top
and convert to a warning u...

fc0694a11d60ec70aa2ac540537e6965c5097f19 authored over 10 years ago
Add helpers to handle warnings

Formatting errors and returning them correctly takes a lot of lines of
code which is pretty anno...

f9fccce8f97b95962c5419662898c47146feeb6c authored over 10 years ago
Merge branch 'fix'

01477518831880365af080ca324c533935eaf959 authored over 10 years ago
Fix title error

The code was rebased from a time when we had "Directive" in every title.

43f3bce05b82b5b0be2a0c1c2ce4a6c621f701d9 authored over 10 years ago
Merge branch 'autofile'

aa6e7805df1b02e9ea06ad980c9fa1390ac73a14 authored over 10 years ago
Flake8 fixes and reformatting

8ff589fe8f234890d1e1c900cbb03175d66c784b authored over 10 years ago
Fix user documentation and add comments

We fix the documentation pages to refer to the new meanings and
behaviour of the auto directives...

9ea13daffa66ab0fec0d81a7b0814b015469ee4b authored over 10 years ago
Change autofile approach to predeclared file names

Prior to this commit we were attempting to implement the
auto-functionality by having placeholde...

495f5ffeda1f167a51efe876aa67020e22e89855 authored over 10 years ago
Fix pyflakes errors

We should have some kind of pre-push hook or general build check for
this stuff.

c274b2788ab8bcce25df402268f8f75864e65663 authored over 10 years ago
Rename Handler to NodeHanlder to be more specific

Else it is super generic.

Also relocate the NodeHandlerFactory to a more reasonable spot.

804a2539505fdb4022bd9ee2534f7fb9d2c292bc authored over 10 years ago
Support autodoxygenfile directive

The initial index.py refactoring was based on the assumption that we
couldn't share a lot of the...

cab3bfda1fd71752eb30de65cc15cbfd4ac8097c authored over 10 years ago
Clean up imports in directives.py

f9c4a01bb5dd528a0e0346faa772e65598e26abb authored over 10 years ago
Separate ProjectInfo code to project.py

It is a large enough chunk of code to warrant it and it needs to
available for import into other...

eee86508fef35f5706e29fbe73231ae62f0ed727 authored over 10 years ago
Extracted all {Auto,}DoxygenIndex related code

To an index.py file as it is scattered between the directives, nodes and
transforms otherwise (w...

736007e82c92006f4186cf141fdfabfc9393c15c authored over 10 years ago
Added autodoxygenfile directive help

To help with testing.

52bfafb5299b6bbdce632954485f52e6043b3a62 authored over 10 years ago
Merge branch 'contrib'

c3dc4c8d086f5954b59a668c2360dd612b438320 authored over 10 years ago
Migrating to the new exception python syntax

eb93f36b42fdb09242f997ad4c6b81e3e5a67f02 authored over 10 years ago
Migrating from print statement to function

80f19273e7c91f6cab324534f19beedc01cd0ca2 authored over 10 years ago
Merge branch 'spelling'

1e1ba2d26a03df611dcd5262e81339f57f572ee7 authored over 10 years ago
Make spelling extension optional

Probably a better way to handle this but for the moment we remove
anything that depends on the s...

c04c968eeda2727560f31707b34113e9677d0849 authored over 10 years ago
Run spellcheck on the documentation

Using Doug Hellmann's sphinxcontrib-spelling extension.

Catches a lot in the actual docs but th...

5472f94058f906d912022b9e9eb39462096f5000 authored over 10 years ago
Fix ref_matcher mistake

Having tested it a little with using the ref_matcher_stack instead of
the matcher_stack, it seem...

843b5ea176b1b3baa8397f50a76abacc5030f53f authored over 10 years ago
Merge branch 'flake8'

f679008628a1e56011ef6f85abf555a62e7b6c71 authored over 10 years ago
Ran flake8 over compound parser file

16f21f4fcb92360ddb4cd50555748f92a9b3f1ef authored over 10 years ago
Ran flake8 over finder subdirectory

58fb1c11f565d62625d2e552c0f7374b3384a632 authored over 10 years ago
Ran flake8 over more files

And fixed various issues where possible.

070c4ae737a50cb6c51ebf4d45c7b0bff08eac1d authored over 10 years ago
Ran flake8 over directives.py

And fix all the issues or ignore them in the config. I'm not up for 80
character line limits and...

3ada1d12dc965d9724b9f9e0f41fe225770341e9 authored over 10 years ago
Merge branch 'contrib'

c292846a9ea8eec53ac7e1723104348f47f21304 authored over 10 years ago
Fixup list creation

We don't want to reorder the elements.

cad148e89487ef516fe345a753980875d41ba966 authored over 10 years ago
list literal creation

6126696a4165a10ebe0a933d55e015cbd2c4c2cf authored over 10 years ago
remove semicolon

d2870a71bf21c2b52f24f141e94aa7565a6ac49a authored over 10 years ago
Adding Jetbrains ignore

147aa61b837c6a0ccffd7b41506f7218e9a249c1 authored over 10 years ago
Triple quoted docstrings

2c5bd92c832ca106911d8103b0c001b71e45dde0 authored over 10 years ago
Merge branch 'readthedocs'

955a4089bb66918b7ffaf6ab0c82f1f01ea7d193 authored over 10 years ago
Improve documentation to reflect new doxygen execution

b2534d1e4aa2b85ec283b0c2780cfe3c1d3f14bf authored over 10 years ago
Improve execution of doxygen on RTD

os.system is a bit too old school and wrapping it up as a
'builder-inited' event hook makes it f...

e8d0337f0d5f0f96d88117ad112ff08355c94263 authored over 10 years ago
Merge branch 'readthedocs'

82124a582f11255cc40fc8ab749ac5fee9640d68 authored over 10 years ago
Add a read the docs page to the documentation

To try to help anyone doing the same thing. Probably needs more work on
the setup.py information...

c830ad43b29a1491258cfc7de86e4a615075b9fb authored over 10 years ago
Update conf.py for ReadTheDocs

When we're on the ReadTheDocs server we'll be running from within the
'source' directory so we n...

daebfe6dc9923be1a09a635c6453b9f67099885d authored over 10 years ago
Change all paths to be relative to conf.py directory

As explained in the last commit, this is more idiomatic.

f60df117ad5fe6a4795e3ce4a3f525b86c11490d authored over 10 years ago
Update path handling to assume focus on conf.py directory

We change any attempt to figure out a full path from a relative path to
assume that relative pat...

60fb1307253c24d5cddf944cb2de0da675a56e99 authored over 10 years ago
Merge branch 'unions'

d3732dcf4a9ca93579553a9f3952a64a75d3d3bf authored over 10 years ago
Add union support with documentation

Similar to the other basic directives except that unions are stored with
their outside their nam...

5447de2db37487604164abade834d999c928dde8 authored over 10 years ago
Move code out of finder/doxygen/__init__.py

It seems like it might be a bad idea to have too much stuff in
__init__.py files as it can confl...

7deac342f557c2a56318ead30076dbcc996c9f0d authored over 10 years ago
Move code out of finder/__init__.py

It seems like it might be a bad idea to have too much stuff in
__init__.py files as it can confl...

8527107e0bf7472dabf6ba258bb97b9b0119c11f authored over 10 years ago
Merge branch 'doxygengroup'

583ac2b4b137045d5452afdd86b9e5cfd824e365 authored over 10 years ago
Add :content-only: functionality to doxygengroup

This seems to work but is distracted commit done to backup the work
before my computer is shippe...

4f92e4f635f3d4898ef78d138ee80533b2ce0368 authored over 10 years ago
Add local table of contents to directives page

To make it more easily navigable. And remove redundancy in the titles.

4878bb4652c41da9bd517a2ec843319d62f9493e authored over 10 years ago
Add doxygengroup directive to the docs

With example.

c888eaf5289bd45bf2595714ced9780c975402f4 authored over 10 years ago
Add doxygengroup directive

We copy the doxygenfile directive for the moment. They should probably
be refactored to share im...

b3500fff8bfdd66264465821c5bea24479c457af authored over 10 years ago
Add example code for doxygen groups

61257e1582d734c312e042a4855d24229001c23e authored over 10 years ago
Merge branch 'compound'

ade65dfef85d88f29fb9bea4a9c0c17fb814eb8b authored over 10 years ago
Update README

It had fallen out of the sync in a number of ways. We also stop
pretending that we have a testsu...

b81d505a3e0fa47f69fa0bd647baa35f2cd8497a authored over 10 years ago
Refactor compound rendering code into shared function

Used for both top level CompoundTypeSubRenderer and RefTypeSubRenderer
which both reference data...

5d94caa8195df988be556a872f06f3103c51a4fb authored over 10 years ago
Improve node usage in refTypeSubRenderer

We match the approach in the index.py CompoundTypeSubRenderer as
improved by danielmatz.

In fac...

9bc316096ca5bb28b8ef5f1a833922b13f915f80 authored over 10 years ago
Add union example to specifc examples

So that we have something to test with.

6c716ffcee4af1dc7d4f086559f5a030d8ce1819 authored over 10 years ago
Merge branch 'lists'

f19a98e79513f86c1aabcca5d395ca47ed556212 authored over 10 years ago
Move nested list documentation to correct folder

A git rebase fail. The commits were written when the documentation
folder was "testsuite".

d35d438169492fdc3eb9647212253c47a0b38b89 authored over 10 years ago
Make node_subtype an instance attribute

Declaring it in the class scope makes it a class attribute but different
instances of this class...

432f2f2461b869b3b224ed23f29dfb04895faebd authored over 10 years ago
Handle properly the nested numbered lists numerals.

Refactor a bit the list and list item rendering codes.

da04c830a7be2289a729e6f24f0a7889b8147e6a authored over 10 years ago
Add doxygen lists support.

2e06152daefa88a4f43e28230d252eebb8acde83 authored over 10 years ago
Merge branch 'update_formatting'

cfdc16bf9a8dcc2d465ed8435802cc011ab987e6 authored over 10 years ago
Merge branch 'rename'

0ccd14ab5352cd512a5b8902b6b985eccc001562 authored almost 11 years ago
Change in doxygen URL encoding

Not sure what this is, why we have this file or why it is commited if it
is generated by somehow...

03e4e7077af53e2b385b35d64869701cc5229e3c authored almost 11 years ago
Rename testsuite to documentation

As that is what it is. If we ever write tests then we can have a
testsuite folder. Pretending ot...

bba3107971427bac625135a198a9678aa144c0f5 authored almost 11 years ago
Merge branch 'auto'

2e7548659f51aff911072b3bc6102a64b7ce4bf5 authored almost 11 years ago
Change auto_project_info cache key

To allow for different autodoxygenindex directives to reference the same
source_path but under d...

44e4065f0979ae944340cc18b3080dfbc40cba31 authored almost 11 years ago
Examples to test the autodoxygenindex behaviour

It was providing none intuitive results for certain configurations.

88f14c1f47c67de0129a92daa280150294059da9 authored almost 11 years ago
Merge branch 'doc'

348fa5b4b8c47b237b53648d4ea0525e7fa7b5ee authored almost 11 years ago
Fix typo in the documentation regarding autodoxygenindex

Thanks to @sushant-hiray for pointing it out.

456f412c7b186c5d669d91b20f1932251a7fa1c6 authored almost 11 years ago
Merge branch 'sebastinas-undefined-names'

5a9e466247d02e1493dcb831ef7689c8438f7810 authored almost 11 years ago
Acknowledge sebastinas' contribution

Thanks for reporting and fixing the undefined names in the source files.

6ba076492d8e9486add20bf0520b87856f0838ba authored almost 11 years ago
Fix undefined names

Fixes: #80

84d4d9866785494363f4afeedcab90b2b8fcae97 authored almost 11 years ago
Move to version v1.2.0

3b091c248dab26c23b1afbe22ee2ef41f233874a authored about 11 years ago
Merge branch 'ahundt-master'

f8ee2f51bb92353645ee1b0c1f162d1a7b15e209 authored about 11 years ago
Add missing package-func to section_titles of SectionDefTypeSubRenderer() in doxygen/compound.py

559b732b8ced8dabc5f6465c391b92b65969a1ec authored about 11 years ago
Acknowledge Andrew Hundt's contribution

06780eff4ebca127acb85f297b3a0e422054ae83 authored about 11 years ago
Merge section list and title dictionary

To avoid them falling out of sync as one might be updated and not the
other.

96428a93f685e31c2a93fb9451d11b07fef93ebe authored about 11 years ago
Merge branch 'cleanup'

d04d7afb923af52561137007463fb09b4aa381e3 authored about 11 years ago
Update Makefile to more recent version

Copied over from a more up to date Sphinx project. Not sure how one goes
about updating the Make...

698687d311445b302aefa04a63d26734c7c9eeaf authored about 11 years ago
Remove pseudorst.py script

This was an attempt to be able to generate the docutils pseudoxml
output for debugging, but I've...

f5a5ae31364cce21fb5c549b64a0c752beb12db0 authored about 11 years ago
Merge branch 'LaTeX'

76a325639eed38bd69108dce9ada444ac8297e61 authored about 11 years ago
Acknowledge Daniel Matz

Thanks for reporting the LaTeX linking error and forcing some evaluation
of that code :)

Also s...

09383d5af723bb2b4f3f46dae7a9cf080e7dad25 authored about 11 years ago