Commit Graph

2978 Commits

Author SHA1 Message Date
Georg Brandl
35258f2c46 merge with 1.0 2010-11-17 22:59:08 +01:00
Georg Brandl
1cea10643d Do not require build dir to exist. 2010-11-17 22:58:11 +01:00
Georg Brandl
e0f2c2e7e9 Add changelog entry. 2010-11-17 21:17:51 +01:00
Michael Jones
71660ccdf1 Account for arguments with only a type and no parameter name
Previously, the code was parsing the type into the argname variable and then
when it found something (not "," or ")") following the type it swapped the name
into the type and parsed next part as the name.

However, when no name is provided, as it allowed in c++, if you're not planning
on using the parameter, or it is in a function declaration, then the actual
type was being left in the name variable and the type variable was empty.

As a result function signatures for references were being generated without
knowledge of the type, which is the important factor in disambiguating
overloaded functions.
2010-11-18 08:56:39 +13:00
Michael Jones
d04182b85c Update cpp domain identifier regex to match destructors
Previously the regex would fail to match c++ destructors, as the presence of a
"~" would mean that the "\b" would no longer match the start of a word.

Now we try to find the optional "~" first then continue with the word as
normal.
2010-11-18 08:51:43 +13:00
Georg Brandl
ffd9268a65 Update release date and version. v1.0.5 2010-11-12 08:35:03 +01:00
Georg Brandl
c3e233e016 Adapt test to new warning API. 2010-11-12 08:34:47 +01:00
Georg Brandl
a1f633ee03 merge 2010-11-12 08:29:27 +01:00
Georg Brandl
5ca3c9817a merge with 1.0. 2010-11-12 08:29:02 +01:00
Georg Brandl
7df688ea6c Style fix. 2010-11-12 08:28:47 +01:00
Georg Brandl
3e8834503f #550: fix confusing example in docs. 2010-11-12 08:26:20 +01:00
Georg Brandl
33fb06bca6 #557: Add CSS styles required by docutils 0.7 for aligned images and figures. 2010-11-12 08:21:49 +01:00
Georg Brandl
2e5bb8136a In the Makefile generated by LaTeX output, do not delete pdf files
on clean; they might be required images.
2010-11-12 08:18:11 +01:00
Daniel Neuhäuser
34707fefac Ignore files generated when building the test docs
This is really helpful if you want to take a look at the
HTML output
2010-11-02 13:15:18 +01:00
Daniel Neuhäuser
7f254f1a77 Fixed a typo. Thanks to Thomas Waldmann for finding it. 2010-10-31 13:04:13 +01:00
Georg Brandl
c62a19bca5 Make Theme class usable without a builder object. 2010-10-30 16:47:05 +00:00
Georg Brandl
65505907f1 Fix loading JS searchindex data in Py3k. 2010-10-29 07:17:14 +02:00
Georg Brandl
51edd7e810 Nits. 2010-10-29 07:04:13 +02:00
Georg Brandl
99a74ad502 Add header and use docstring convention. 2010-10-28 21:28:44 +02:00
Georg Brandl
42208cf974 Use dashes rather than underscores in CSS classes and IDs. 2010-10-28 21:23:32 +02:00
Georg Brandl
20b50f8ac4 Add texinfo target to make.bat. 2010-10-22 19:28:47 +02:00
Georg Brandl
5edd11b245 merge with 1.0 2010-10-22 19:26:28 +02:00
Georg Brandl
4cb330f8a6 #526: Add Iranian translation, thanks to Omid Raha. 2010-10-22 13:24:17 +02:00
Georg Brandl
644e157fa5 #535: Fix LaTeX output generated for line blocks by porting implementation from new docutils code. 2010-10-22 12:10:11 +02:00
Georg Brandl
8c28be1cd6 #543: Remove special treatment of None, True and False in literals. 2010-10-22 12:01:36 +02:00
Georg Brandl
5d2e8ac1c9 #530: set font size of \paragraph to \small. 2010-10-22 11:59:16 +02:00
Georg Brandl
aee3d7618a #522: in Windows batchfile, do not print success message when sphinx-build fails. 2010-10-22 11:54:05 +02:00
Georg Brandl
f4988dfa17 #523: fixes for qthelp index. 2010-10-22 11:42:56 +02:00
Georg Brandl
b72621c447 #521: Added :confval:linkcheck_ignore config value. 2010-10-22 11:40:38 +02:00
Georg Brandl
092a7173a1 #518: update Japanese catalog. 2010-10-22 11:30:07 +02:00
Georg Brandl
08c1076917 Implement missing node handlers for texinfo. Enable checking warnings from texinfo build in tests. 2010-10-22 11:27:33 +02:00
Georg Brandl
c48b67d3c9 Fix call. 2010-10-22 11:20:52 +02:00
Georg Brandl
db8189083d merge with 1.0 2010-10-22 11:16:48 +02:00
Georg Brandl
92f6212c98 Add add_node() support for texinfo and add handlers for nodes in our extensions. 2010-10-22 11:16:23 +02:00
Georg Brandl
bd268c7182 Few cleanups after texinfo builder merge (#529). Add CHANGES and AUTHORS entries. To do: add node handlers for all extension nodes so that the test documents can be handled without warnings. 2010-10-22 10:17:35 +02:00
Georg Brandl
e6f5d36a0b merge with http://bitbucket.org/jonwaltman/sphinx-info 2010-10-22 10:06:24 +02:00
Georg Brandl
357f8472c7 #534: warning message instead of crash if invalid Pygments lexer name is used. 2010-10-22 10:02:10 +02:00
Georg Brandl
c768b68340 #544: Allow `.pyw` as a source file extension. 2010-10-22 09:40:03 +02:00
Georg Brandl
39dc69e9d9 Remove obsolete config value. 2010-10-22 07:10:44 +02:00
Doug Hellmann
f50ce38f9c include a blank line before a new line-block so it stands as its own paragraph 2010-10-20 08:10:07 -04:00
Georg Brandl
991d0e32b3 Fix missing paren. 2010-10-20 11:55:11 +02:00
Georg Brandl
08047fc523 Add Pocoo logo to the sidebar on the index page. 2010-10-18 18:06:02 +02:00
Georg Brandl
15fe77069a Add pypol. 2010-10-17 08:41:52 +02:00
Georg Brandl
4f8d836dae merge 2010-10-16 21:56:02 +02:00
Georg Brandl
260e165cc3 merge with 1.0 2010-10-16 21:43:48 +02:00
Georg Brandl
a63dc62abd Record Python version in save_traceback(), to better debug 2 vs 3 issues. 2010-10-16 21:42:47 +02:00
Daniel Neuhäuser
b7495701db merge with birkenfeld/sphinx 2010-10-14 23:28:03 +02:00
Daniel Neuhäuser
27dcdb4bdd doctest setup-/testrunner now share stdout
This was a patch pfein send my via #pocoo
2010-10-14 23:26:08 +02:00
Georg Brandl
e7ae435ea2 merge with 1.0 2010-10-10 21:48:15 +02:00
Georg Brandl
817937c3f2 "inofficial" sounds strange here; fix up description of wiki page. 2010-10-10 21:47:03 +02:00