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
2ede49c4ca0f02f93b5a83c05312176c8f39b794 authored over 10 years ago
It is useful to be able to compare the output between different
revisions. We used to get this a...
So that we can override it and do comparisons between different builds.
1e085a618834cd5be3daa73444edc4eb1fd7837c authored over 10 years agoAs it does a 'name in set' test.
81c7d5248e51825bda27ae4bdf06a947c58640a6 authored over 10 years ago
So instead of parsing only the immediate parent down through the filter
methods in the compound ...
The top level AndFilter can take all the stuff below it as multiple
arguments. It makes it a lit...
When viewed without white space changes then you can see not much is
different. Only has_key -> ...
We were combining AndFilters and OrFilters together to 'and' and 'or'
more than 2 things at once...
31fa6788f5e2aa4968a89ca0a55459da15f944b8 authored over 10 years ago
d50c87aac0dac5e2a46db1b988ae3fbe357808d9 authored over 10 years ago
22506fb8794982b7a97ac64825cc7ca0c48ddabb authored over 10 years ago
f7e9ae8459487d8b8a31abea452a40b8eadeeb66 authored over 10 years ago
cd62fd9874a436c7d9be2e5ca70b2dece0f07fca authored over 10 years ago
Thanks to robo9k for pointing out the situation in #97. Essentially we
sometimes see the Breathe...
1c1a8599df667bc08c9f84d78c66053b56a01c64 authored over 10 years ago
09d4bd40df242cecf84dfc5b4e89764a05787c05 authored over 10 years ago
We don't want our actually documentation throwing any warnings so we
fake them in the docs. So w...
We convert the generic OSError to an MTimeError which we catch up top
and convert to a warning u...
Formatting errors and returning them correctly takes a lot of lines of
code which is pretty anno...
01477518831880365af080ca324c533935eaf959 authored over 10 years ago
The code was rebased from a time when we had "Directive" in every title.
43f3bce05b82b5b0be2a0c1c2ce4a6c621f701d9 authored over 10 years agoaa6e7805df1b02e9ea06ad980c9fa1390ac73a14 authored over 10 years ago
8ff589fe8f234890d1e1c900cbb03175d66c784b authored over 10 years ago
We fix the documentation pages to refer to the new meanings and
behaviour of the auto directives...
Prior to this commit we were attempting to implement the
auto-functionality by having placeholde...
We should have some kind of pre-push hook or general build check for
this stuff.
Else it is super generic.
Also relocate the NodeHandlerFactory to a more reasonable spot.
804a2539505fdb4022bd9ee2534f7fb9d2c292bc authored over 10 years ago
The initial index.py refactoring was based on the assumption that we
couldn't share a lot of the...
f9c4a01bb5dd528a0e0346faa772e65598e26abb authored over 10 years ago
It is a large enough chunk of code to warrant it and it needs to
available for import into other...
To an index.py file as it is scattered between the directives, nodes and
transforms otherwise (w...
To help with testing.
52bfafb5299b6bbdce632954485f52e6043b3a62 authored over 10 years agoc3dc4c8d086f5954b59a668c2360dd612b438320 authored over 10 years ago
eb93f36b42fdb09242f997ad4c6b81e3e5a67f02 authored over 10 years ago
80f19273e7c91f6cab324534f19beedc01cd0ca2 authored over 10 years ago
1e1ba2d26a03df611dcd5262e81339f57f572ee7 authored over 10 years ago
Probably a better way to handle this but for the moment we remove
anything that depends on the s...
Using Doug Hellmann's sphinxcontrib-spelling extension.
Catches a lot in the actual docs but th...
5472f94058f906d912022b9e9eb39462096f5000 authored over 10 years ago
Having tested it a little with using the ref_matcher_stack instead of
the matcher_stack, it seem...
f679008628a1e56011ef6f85abf555a62e7b6c71 authored over 10 years ago
16f21f4fcb92360ddb4cd50555748f92a9b3f1ef authored over 10 years ago
58fb1c11f565d62625d2e552c0f7374b3384a632 authored over 10 years ago
And fixed various issues where possible.
070c4ae737a50cb6c51ebf4d45c7b0bff08eac1d authored over 10 years ago
And fix all the issues or ignore them in the config. I'm not up for 80
character line limits and...
c292846a9ea8eec53ac7e1723104348f47f21304 authored over 10 years ago
We don't want to reorder the elements.
cad148e89487ef516fe345a753980875d41ba966 authored over 10 years ago6126696a4165a10ebe0a933d55e015cbd2c4c2cf authored over 10 years ago
d2870a71bf21c2b52f24f141e94aa7565a6ac49a authored over 10 years ago
147aa61b837c6a0ccffd7b41506f7218e9a249c1 authored over 10 years ago
2c5bd92c832ca106911d8103b0c001b71e45dde0 authored over 10 years ago
955a4089bb66918b7ffaf6ab0c82f1f01ea7d193 authored over 10 years ago
b2534d1e4aa2b85ec283b0c2780cfe3c1d3f14bf authored over 10 years ago
os.system is a bit too old school and wrapping it up as a
'builder-inited' event hook makes it f...
82124a582f11255cc40fc8ab749ac5fee9640d68 authored over 10 years ago
To try to help anyone doing the same thing. Probably needs more work on
the setup.py information...
When we're on the ReadTheDocs server we'll be running from within the
'source' directory so we n...
As explained in the last commit, this is more idiomatic.
f60df117ad5fe6a4795e3ce4a3f525b86c11490d authored over 10 years ago
We change any attempt to figure out a full path from a relative path to
assume that relative pat...
d3732dcf4a9ca93579553a9f3952a64a75d3d3bf authored over 10 years ago
Similar to the other basic directives except that unions are stored with
their outside their nam...
It seems like it might be a bad idea to have too much stuff in
__init__.py files as it can confl...
It seems like it might be a bad idea to have too much stuff in
__init__.py files as it can confl...
583ac2b4b137045d5452afdd86b9e5cfd824e365 authored over 10 years ago
This seems to work but is distracted commit done to backup the work
before my computer is shippe...
To make it more easily navigable. And remove redundancy in the titles.
4878bb4652c41da9bd517a2ec843319d62f9493e authored over 10 years agoWith example.
c888eaf5289bd45bf2595714ced9780c975402f4 authored over 10 years ago
We copy the doxygenfile directive for the moment. They should probably
be refactored to share im...
61257e1582d734c312e042a4855d24229001c23e authored over 10 years ago
ade65dfef85d88f29fb9bea4a9c0c17fb814eb8b authored over 10 years ago
It had fallen out of the sync in a number of ways. We also stop
pretending that we have a testsu...
Used for both top level CompoundTypeSubRenderer and RefTypeSubRenderer
which both reference data...
We match the approach in the index.py CompoundTypeSubRenderer as
improved by danielmatz.
In fac...
9bc316096ca5bb28b8ef5f1a833922b13f915f80 authored over 10 years agoSo that we have something to test with.
6c716ffcee4af1dc7d4f086559f5a030d8ce1819 authored over 10 years agof19a98e79513f86c1aabcca5d395ca47ed556212 authored over 10 years ago
A git rebase fail. The commits were written when the documentation
folder was "testsuite".
Declaring it in the class scope makes it a class attribute but different
instances of this class...
Refactor a bit the list and list item rendering codes.
da04c830a7be2289a729e6f24f0a7889b8147e6a authored over 10 years ago2e06152daefa88a4f43e28230d252eebb8acde83 authored over 10 years ago
cfdc16bf9a8dcc2d465ed8435802cc011ab987e6 authored over 10 years ago
0ccd14ab5352cd512a5b8902b6b985eccc001562 authored almost 11 years ago
Not sure what this is, why we have this file or why it is commited if it
is generated by somehow...
As that is what it is. If we ever write tests then we can have a
testsuite folder. Pretending ot...
2e7548659f51aff911072b3bc6102a64b7ce4bf5 authored almost 11 years ago
To allow for different autodoxygenindex directives to reference the same
source_path but under d...
It was providing none intuitive results for certain configurations.
88f14c1f47c67de0129a92daa280150294059da9 authored almost 11 years ago348fa5b4b8c47b237b53648d4ea0525e7fa7b5ee authored almost 11 years ago
Thanks to @sushant-hiray for pointing it out.
456f412c7b186c5d669d91b20f1932251a7fa1c6 authored almost 11 years ago5a9e466247d02e1493dcb831ef7689c8438f7810 authored almost 11 years ago
Thanks for reporting and fixing the undefined names in the source files.
6ba076492d8e9486add20bf0520b87856f0838ba authored almost 11 years agoFixes: #80
84d4d9866785494363f4afeedcab90b2b8fcae97 authored almost 11 years ago3b091c248dab26c23b1afbe22ee2ef41f233874a authored about 11 years ago
f8ee2f51bb92353645ee1b0c1f162d1a7b15e209 authored about 11 years ago
559b732b8ced8dabc5f6465c391b92b65969a1ec authored about 11 years ago
06780eff4ebca127acb85f297b3a0e422054ae83 authored about 11 years ago
To avoid them falling out of sync as one might be updated and not the
other.
d04d7afb923af52561137007463fb09b4aa381e3 authored about 11 years ago
Copied over from a more up to date Sphinx project. Not sure how one goes
about updating the Make...
This was an attempt to be able to generate the docutils pseudoxml
output for debugging, but I've...
76a325639eed38bd69108dce9ada444ac8297e61 authored about 11 years ago
Thanks for reporting the LaTeX linking error and forcing some evaluation
of that code :)
Also s...
09383d5af723bb2b4f3f46dae7a9cf080e7dad25 authored about 11 years ago