Linkcode changelog entry.

This commit is contained in:
Georg Brandl
2012-10-28 18:22:53 +01:00
parent 201883d209
commit 10a65f62ef
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
Release 1.2 (in development)
============================
* PR#47: Added :mod:`sphinx.ext.linkcode` extension.
* PR#75: Added ``--follow-links`` option to sphinx-apidoc.
* PR#45: The linkcheck builder now checks ``#anchor``\ s for existence.

View File

@@ -5,7 +5,7 @@
:synopsis: Add external links to source code.
.. moduleauthor:: Pauli Virtanen
.. versionadded:: 1.1
.. versionadded:: 1.2
This extension looks at your object descriptions (``.. class::``,
``.. function::`` etc.) and adds external links to code hosted