<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/sphinx/directives/other.py, branch extdev-tutorial-doc</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/sphinx-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/'/>
<entry>
<title>Update copyright year.</title>
<updated>2014-03-01T07:18:16+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-01T07:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=3c649bfde0126d72894989506c40bb8ae35d7d23'/>
<id>3c649bfde0126d72894989506c40bb8ae35d7d23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restore ``versionmodified`` CSS class for versionadded/changed and deprecated</title>
<updated>2013-10-12T20:38:54+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-12T20:38:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=fa885b7da4443f79a6273fc03bbaae2bcff0dd9b'/>
<id>fa885b7da4443f79a6273fc03bbaae2bcff0dd9b</id>
<content type='text'>
directives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
directives.
</pre>
</div>
</content>
</entry>
<entry>
<title>make versionmodified translatable</title>
<updated>2013-02-04T00:03:34+00:00</updated>
<author>
<name>Nozomu Kaneko</name>
<email>nozom.kaneko@gmail.com</email>
</author>
<published>2013-02-04T00:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=f0a89991c3310eb61386a103297f608960bcd76e'/>
<id>f0a89991c3310eb61386a103297f608960bcd76e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>versionlabels are handled entirely in the versionmodified directive, instead of the writers.</title>
<updated>2013-01-06T09:37:21+00:00</updated>
<author>
<name>Nozomu Kaneko</name>
<email>nozom.kaneko@gmail.com</email>
</author>
<published>2013-01-06T09:37:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=2ce5da1c1866e2bc52d97fa2118d82590e302ae3'/>
<id>2ce5da1c1866e2bc52d97fa2118d82590e302ae3</id>
<content type='text'>
Now it returns a versionmodified node with the versionlabel already inserted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it returns a versionmodified node with the versionlabel already inserted.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: paragraphs in versionmodified are ignored when it has no dangling paragraphs.</title>
<updated>2013-01-06T09:05:49+00:00</updated>
<author>
<name>Nozomu Kaneko</name>
<email>nozom.kaneko@gmail.com</email>
</author>
<published>2013-01-06T09:05:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=a4efeb35deb15f9d27ad0a4f2d76195b8c993d84'/>
<id>a4efeb35deb15f9d27ad0a4f2d76195b8c993d84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pyflakes issues.</title>
<updated>2013-01-13T09:26:52+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-01-13T09:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=b4062568688e7c3323ee03f4ea5827b57742c3b4'/>
<id>b4062568688e7c3323ee03f4ea5827b57742c3b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add includehidden option to the toctree directive</title>
<updated>2013-01-06T13:55:35+00:00</updated>
<author>
<name>Roland Meister</name>
<email>devnull@localhost</email>
</author>
<published>2013-01-06T13:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=5c58d248d1798c24f5ca71b923416129909326be'/>
<id>5c58d248d1798c24f5ca71b923416129909326be</id>
<content type='text'>
This option is equivalent to the includehidden option of the template function
toctree() and allows to restore to the toctree behaviour prior to version 1.1.
See also bug #790.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is equivalent to the includehidden option of the template function
toctree() and allows to restore to the toctree behaviour prior to version 1.1.
See also bug #790.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge birkenfeld/sphinx</title>
<updated>2013-01-06T11:14:57+00:00</updated>
<author>
<name>Robert Lehmann</name>
<email>mail@robertlehmann.de</email>
</author>
<published>2013-01-06T11:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=e465e22d435817870a5e6ca786c00249d11c414a'/>
<id>e465e22d435817870a5e6ca786c00249d11c414a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #976: Fix gettext does not extract index entries.</title>
<updated>2013-01-05T14:38:21+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2013-01-05T14:38:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=bf2fe219bebc70e7b08d2926cbbe7d9476ccc580'/>
<id>bf2fe219bebc70e7b08d2926cbbe7d9476ccc580</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 birkenfeld/sphinx</title>
<updated>2013-01-02T16:45:33+00:00</updated>
<author>
<name>Robert Lehmann</name>
<email>mail@robertlehmann.de</email>
</author>
<published>2013-01-02T16:45:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sphinx.git/commit/?id=6a14c6e44bc39839597e595871f106ca368038f5'/>
<id>6a14c6e44bc39839597e595871f106ca368038f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
