merge with 1.0

This commit is contained in:
Georg Brandl
2011-01-08 00:11:37 +01:00
2 changed files with 4 additions and 1 deletions

View File

@@ -81,6 +81,9 @@ Release 1.1 (in development)
Release 1.0.7 (in development)
==============================
* Fix a bug in the inheritance diagram exception that caused base
classes to be skipped if one of them is a builtin.
* Fix general index links for C++ domain objects.
* #332: Make admonition boundaries in LaTeX output visible.

View File

@@ -12,7 +12,7 @@
<p>
Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation, written by Georg Brandl and licensed under the BSD license.</p>
<p>It was originally created for <a href="http://docs.python.org/dev/">the
<p>It was originally created for <a href="http://docs.python.org/">the
new Python documentation</a>, and it has excellent facilities for the
documentation of Python projects, but C/C++ is already supported as well,
and it is planned to add special support for other languages as well. Of