<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/sphinx/util/docstrings.py, branch ext-linkcode</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/sphinx-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/'/>
<entry>
<title>merge with 1.0</title>
<updated>2011-01-04T10:29:09+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-01-04T10:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=91f7f969ed843e4edd7c9f0a5403c2a9c9de9833'/>
<id>91f7f969ed843e4edd7c9f0a5403c2a9c9de9833</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>New year update.</title>
<updated>2011-01-04T09:00:51+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-01-04T09:00:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=901ef024a6309d69bd4e04da2145b97af99cb64e'/>
<id>901ef024a6309d69bd4e04da2145b97af99cb64e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstring preparation with included signature: ignore indentation of two lines when looking for the signature.</title>
<updated>2011-01-03T23:04:04+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-01-03T23:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=5c8a206dd399745c289d37ff4d8408c1834ea24b'/>
<id>5c8a206dd399745c289d37ff4d8408c1834ea24b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring harmonization.</title>
<updated>2010-08-22T09:36:08+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-08-22T09:36:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=5978c17aed477cc2bbab7eae86bb8b18367c426e'/>
<id>5978c17aed477cc2bbab7eae86bb8b18367c426e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Happy new year!</title>
<updated>2010-01-01T13:09:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-01-01T13:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=d79e012aaecfb68ee5e09ce6a1c3971d5d605847'/>
<id>d79e012aaecfb68ee5e09ce6a1c3971d5d605847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attribute documentation now overrides non attribute documentation.</title>
<updated>2009-02-05T12:28:46+00:00</updated>
<author>
<name>mitsuhiko</name>
<email>devnull@localhost</email>
</author>
<published>2009-02-05T12:28:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=4a1a34b1ae1492a834d7ab652a6783b716ae8af0'/>
<id>4a1a34b1ae1492a834d7ab652a6783b716ae8af0</id>
<content type='text'>
This makes it possible to document aliased methods and other things::

    def foo(self):
        pass

    #: an alias for foo()
    foo_alias = foo

Also attribute documentation can contain paragraphs now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to document aliased methods and other things::

    def foo(self):
        pass

    #: an alias for foo()
    foo_alias = foo

Also attribute documentation can contain paragraphs now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a few remaining copyrights and add 2009 to license.</title>
<updated>2009-01-04T13:39:36+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2009-01-04T13:39:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=615da933a90527588029a1164894c6a8f56ecfce'/>
<id>615da933a90527588029a1164894c6a8f56ecfce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move docstring processing to an util module.</title>
<updated>2008-12-30T01:37:20+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2008-12-30T01:37:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=6bec10bbcf957d4a26dc5b3db2f4a099382abf56'/>
<id>6bec10bbcf957d4a26dc5b3db2f4a099382abf56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
