Commit Graph
2988 Commits
Author SHA1 Message Date
Georg Brandl 53d237a4eb Allow configuration whether to allow anonymous comments. 2010-11-21 13:41:19 +01:00
Georg Brandl bdf27419e4 Support complete comment deletion. 2010-11-21 13:17:11 +01:00
Georg Brandl 69713fb26d Allow rst markup in the comment text. 2010-11-21 12:46:31 +01:00
Georg Brandl e05137417a Tweak the commenting interface a bit. 2010-11-21 11:13:11 +01:00
Georg Brandl 7e3f9d866a Fix a few smaller issues. Add JS and CSS for all pages. 2010-11-21 08:25:43 +01:00
Georg Brandl dae3933e87 Add a "nocomment" class to be able to hide bubbles. 2010-11-20 18:00:23 +01:00
Georg Brandl fbaae8b740 For now, do not allow comments on literals. 2010-11-20 18:00:11 +01:00
Georg Brandl 2ab934b232 Make websupport builder inherit from serializing builder, remove separate WebSupportApp. 2010-11-20 17:41:20 +01:00
Georg Brandl 47bc250f19 Avoid "import *" and remove unused import/variable. 2010-11-20 11:25:37 +01:00
Georg Brandl de0cf8f665 Fix calling all serializers with pickle.HIGHEST_PROTOCOL argument. 2010-11-20 09:45:05 +01:00
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