<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx.git/doc, branch cpp-variadic</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>Expand tag documentation to include syntax requirements</title>
<updated>2014-05-12T02:04:16+00:00</updated>
<author>
<name>David Beitey</name>
<email>david@davidjb.com</email>
</author>
<published>2014-05-12T02:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=afaf12f28713c2813f483a311115023c9f8195d8'/>
<id>afaf12f28713c2813f483a311115023c9f8195d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny documentation fix</title>
<updated>2014-04-28T10:41:14+00:00</updated>
<author>
<name>shimizukawa</name>
<email>shimizukawa@gmail.com</email>
</author>
<published>2014-04-28T10:41:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=79462980ff1832dc7ebdbebbbeb9739e16654401'/>
<id>79462980ff1832dc7ebdbebbbeb9739e16654401</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates Napoleon documentation per suggestion by a user</title>
<updated>2014-04-26T23:43:46+00:00</updated>
<author>
<name>Rob Ruana</name>
<email>rob@relentlessidiot.com</email>
</author>
<published>2014-04-26T23:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=e30dc4285938de9f77dd12dc69ddce6b0e8a4d2a'/>
<id>e30dc4285938de9f77dd12dc69ddce6b0e8a4d2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a copy/paste (presumably) mistake in the extdev tutorial.</title>
<updated>2014-04-04T15:53:37+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-04-04T15:53:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=ddba57ffe9d1367582411d88148e8a3f737c241a'/>
<id>ddba57ffe9d1367582411d88148e8a3f737c241a</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 stable</title>
<updated>2014-03-26T06:30:55+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-26T06:30:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=b0fb88ef3718eff6ba6a9e4c91521130c7177b45'/>
<id>b0fb88ef3718eff6ba6a9e4c91521130c7177b45</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 example how to connect events.</title>
<updated>2014-03-26T06:30:48+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-26T06:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=9ee16137537e42356e3186a0f9f4cca04f124e57'/>
<id>9ee16137537e42356e3186a0f9f4cca04f124e57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #1396: Param types with inline markup no longer italicized</title>
<updated>2014-03-09T06:56:56+00:00</updated>
<author>
<name>Rob Ruana</name>
<email>rob@relentlessidiot.com</email>
</author>
<published>2014-03-09T06:56:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=0deddff3813aefd50fb7d853584d0a9330bf063c'/>
<id>0deddff3813aefd50fb7d853584d0a9330bf063c</id>
<content type='text'>
Napoleon was attempting to render nested inline markup
( [a big no-no!](http://sphinx-doc.org/rest.html) ) for
parameter types. Now, if Napoleon sees any backquotes
in the parameter type, it is rendered without italics.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Napoleon was attempting to render nested inline markup
( [a big no-no!](http://sphinx-doc.org/rest.html) ) for
parameter types. Now, if Napoleon sees any backquotes
in the parameter type, it is rendered without italics.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge with stable</title>
<updated>2014-03-06T07:13:14+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-06T07:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=a5488a86c5572228556a5ffe1fa051b4bdf5391a'/>
<id>a5488a86c5572228556a5ffe1fa051b4bdf5391a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add warnings that autodoc imports the modules.</title>
<updated>2014-03-05T06:45:45+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-05T06:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=ef269e262539b273c5bbbf0ab51726e26ef7c615'/>
<id>ef269e262539b273c5bbbf0ab51726e26ef7c615</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 shibu/sphinx/add_stemmer (pull request #214)</title>
<updated>2014-03-04T18:10:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2014-03-04T18:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sphinx.git/commit/?id=ec437e1aa69c7bd34a592738654dca5e94eb1cc7'/>
<id>ec437e1aa69c7bd34a592738654dca5e94eb1cc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
