<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/sphinx/ext/coverage.py, branch css</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/sphinx-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/'/>
<entry>
<title>merge with 1.0</title>
<updated>2011-04-29T12:01:54+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-04-29T12:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=d6aa14196f3565c7a0fe5965e513cfc965b4fb97'/>
<id>d6aa14196f3565c7a0fe5965e513cfc965b4fb97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#651: sort undocumented classes alphabetically.</title>
<updated>2011-04-29T12:01:26+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-04-29T12:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=bff6b40ad89d36c3da40e2908cfe502bc92f5601'/>
<id>bff6b40ad89d36c3da40e2908cfe502bc92f5601</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://git.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>Add an option for the coverage builder if source-undocumented items are matched.</title>
<updated>2011-01-04T21:50:13+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-01-04T21:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=66816e857e487e1803ed75bb5b39b8f534a79f37'/>
<id>66816e857e487e1803ed75bb5b39b8f534a79f37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with bb://mbrochh/sphinx</title>
<updated>2011-01-04T21:22:23+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2011-01-04T21:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=0dfb1500d32f773358654f63d36a4c45896cadc1'/>
<id>0dfb1500d32f773358654f63d36a4c45896cadc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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://git.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>Removed a rather confusing method by a simpler call to .__doc__</title>
<updated>2010-09-07T14:22:34+00:00</updated>
<author>
<name>Martin Brochhaus</name>
<email>mbrochh@gmail.com</email>
</author>
<published>2010-09-07T14:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=69b6518d9c3146f72b1e4242d923656c603404d9'/>
<id>69b6518d9c3146f72b1e4242d923656c603404d9</id>
<content type='text'>
It turned out that at this point we can safely check for .__doc__ wihtout producing exceptions or false positives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It turned out that at this point we can safely check for .__doc__ wihtout producing exceptions or false positives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor changes to make coverage extension more robust against exceptions and false positives..</title>
<updated>2010-09-07T14:06:06+00:00</updated>
<author>
<name>Martin Brochhaus</name>
<email>mbrochh@gmail.com</email>
</author>
<published>2010-09-07T14:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=01bf01f951ed03cd1f9fe12ab1ec9f4200807526'/>
<id>01bf01f951ed03cd1f9fe12ab1ec9f4200807526</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the coverage extension test as well as the coverage extension itself for python3</title>
<updated>2010-06-19T17:58:28+00:00</updated>
<author>
<name>DasIch</name>
<email>dasdasich@gmail.com</email>
</author>
<published>2010-06-19T17:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=6680b807c17db68681a98a89f92a3dec944d2eda'/>
<id>6680b807c17db68681a98a89f92a3dec944d2eda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with trunk</title>
<updated>2010-01-02T20:03:56+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-01-02T20:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=1ec3628aac366b3d4df3d6836b850943783095b9'/>
<id>1ec3628aac366b3d4df3d6836b850943783095b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
