<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/sphinx/util/nodes.py, branch extdev-tutorial-doc</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 stable</title>
<updated>2014-03-02T07:50:10+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-02T07:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=9337daca276efcc1c58058a10fffef8b356c7b58'/>
<id>9337daca276efcc1c58058a10fffef8b356c7b58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix long lines.</title>
<updated>2014-03-02T07:40:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-02T07:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=ed8409c87ac0f22b55499a2ed1b41f94f3bbc2fe'/>
<id>ed8409c87ac0f22b55499a2ed1b41f94f3bbc2fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in shimizukawa/sphinx-drop-old-docutils (pull request #206)</title>
<updated>2014-03-01T07:20:21+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-01T07:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=df61586c5bc6c03eced862a30c92272830d5ad3e'/>
<id>df61586c5bc6c03eced862a30c92272830d5ad3e</id>
<content type='text'>
Drop docutils-0.7, 0.8, 0.9 support.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop docutils-0.7, 0.8, 0.9 support.
</pre>
</div>
</content>
</entry>
<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://git.baserock.org/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>Drop docutils-0.7, 0.8 and 0.9 support</title>
<updated>2013-12-15T07:25:01+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2013-12-15T07:25:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=22bff8279d4d2d0096152337ae2b6b3951f92e29'/>
<id>22bff8279d4d2d0096152337ae2b6b3951f92e29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests and code refine for pull request #190.</title>
<updated>2013-11-12T15:17:09+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2013-11-12T15:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=ecdf03ae3a131c3de5d4e407a62b7433e594d192'/>
<id>ecdf03ae3a131c3de5d4e407a62b7433e594d192</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Find node.source recursively. In some cases (.. figure nested inside other blocks or lists), the node.parent.source is None too, so the old logic fails. Just traverse up, until we get a valid node.source or have no parent at all.</title>
<updated>2013-11-08T14:10:07+00:00</updated>
<author>
<name>Michael Schlenker</name>
<email>msc@contact.de</email>
</author>
<published>2013-11-08T14:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=f8ee72d5d9ff38c6dd852efe9747c728eb3a92bc'/>
<id>f8ee72d5d9ff38c6dd852efe9747c728eb3a92bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add .. rubric:: to the list of special cased nodes for gettext.</title>
<updated>2013-11-08T13:06:14+00:00</updated>
<author>
<name>Michael Schlenker</name>
<email>msc@contact.de</email>
</author>
<published>2013-11-08T13:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=ffd2ca9b5f95e81afd3bcbe46e0b1a2b208d083d'/>
<id>ffd2ca9b5f95e81afd3bcbe46e0b1a2b208d083d</id>
<content type='text'>
The ``.. rubric:: Title`` does not get extracted in all places without, due to the missing node.source field, quite like the title fields.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ``.. rubric:: Title`` does not get extracted in all places without, due to the missing node.source field, quite like the title fields.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset cfe9e2d11003 refs #1265</title>
<updated>2013-10-04T08:12:20+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2013-10-04T08:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=5fc02b3ee0d40194243d1b3a413a6ad61f3c90be'/>
<id>5fc02b3ee0d40194243d1b3a413a6ad61f3c90be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now gettext translates label target name. Fix i18n: crash when using a indirect target and translating a target section name. Closes #1265</title>
<updated>2013-10-03T20:07:09+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2013-10-03T20:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=c3e34e0e59f9f1e16a7eed958685c854c666b96e'/>
<id>c3e34e0e59f9f1e16a7eed958685c854c666b96e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
