Georg Brandl | 23 Nov 19:42
Favicon

Sphinx 0.5 released

Hi all,

I'm proud to announce the release of Sphinx 0.5 - Birthday edition! [1]

What is it?
===========

Sphinx is a tool that makes it easy to create intelligent and beautiful
documentation for Python projects (or other documents consisting of
multiple reStructuredText source files).

Its website is at <http://sphinx.pocoo.org/>.

Important changes
=================
(full changelog at <http://sphinx.pocoo.org/changes.html>)

There have been lots of changes since the 0.4 series.

First of all, development moved to Mercurial and BitBucket.org.
The new project page is <http://www.bitbucket.org/birkenfeld/sphinx>,
which is also the repo URL.  See the Wiki there for more information
on Mercurial, issues and extensions.

Highlights of new features -- in no particular order:

  - Added support for internationalization in generated text with the
    ``language`` and ``locale_dirs`` config values.  Many thanks to
    language contributors:

(Continue reading)

kgmuller | 24 Nov 13:05
Favicon

RE: Sphinx 0.5 released

Happy Birthday, Georg! Thanks for a great tool!

Klaus "SimPy" Muller 

> -----Original Message-----
> From: Georg Brandl [mailto:georg <at> python.org] 
> Sent: Sonntag, 23. November 2008 19:45
> To: sphinx-dev <at> googlegroups.com; python-announce <at> python.org
> Subject: Sphinx 0.5 released
> 
> Hi all,
> 
> I'm proud to announce the release of Sphinx 0.5 - Birthday 
> edition! [1]
> 
> What is it?
> ===========
> 
> Sphinx is a tool that makes it easy to create intelligent and 
> beautiful documentation for Python projects (or other 
> documents consisting of multiple reStructuredText source files).
> 
> Its website is at <http://sphinx.pocoo.org/>.
> 
> Important changes
> =================
> (full changelog at <http://sphinx.pocoo.org/changes.html>)
> 
> There have been lots of changes since the 0.4 series.
> 
(Continue reading)


Gmane