<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/doc/usage/restructuredtext, branch 3.x</title>
<subtitle>github.com: sphinx-doc/sphinx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/'/>
<entry>
<title>Fix minor typo</title>
<updated>2021-03-30T06:45:34+00:00</updated>
<author>
<name>Albert Villanova del Moral</name>
<email>8515462+albertvillanova@users.noreply.github.com</email>
</author>
<published>2021-03-30T06:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=260725c82314fb2937e360303c88c538e92d01f2'/>
<id>260725c82314fb2937e360303c88c538e92d01f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, add noroot option to alias directive</title>
<updated>2021-02-12T16:25:12+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2021-01-17T20:59:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a7fcc156835eaab404bed56bc8bcb65d55ed89fa'/>
<id>a7fcc156835eaab404bed56bc8bcb65d55ed89fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C, add noroot option to alias directive</title>
<updated>2021-02-12T16:25:12+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2021-01-17T19:01:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=06a956200b4c2b022bf6c16027954daf887838ae'/>
<id>06a956200b4c2b022bf6c16027954daf887838ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>C++, add recursiveness to alias</title>
<updated>2021-02-12T16:25:12+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2021-01-17T12:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=d0a4d0147e6408e5e34393381aad11f197cd291c'/>
<id>d0a4d0147e6408e5e34393381aad11f197cd291c</id>
<content type='text'>
Fixes sphinx-doc/sphinx#8213 in the most basic way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes sphinx-doc/sphinx#8213 in the most basic way.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: minor fix</title>
<updated>2021-01-23T13:32:17+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-23T13:32:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=3100ceb2201378ea7e0ad868993c3af6f55e77b2'/>
<id>3100ceb2201378ea7e0ad868993c3af6f55e77b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7798 from stefanodavid/code-block-crossref-doc</title>
<updated>2021-01-23T13:31:02+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-23T13:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=f707cb30a19fb24ffad85f245140d58e29b24c0a'/>
<id>f707cb30a19fb24ffad85f245140d58e29b24c0a</id>
<content type='text'>
documentation for proper code-block cross-referencing</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
documentation for proper code-block cross-referencing</pre>
</div>
</content>
</entry>
<entry>
<title>Allow production lists to refer to tokens from other production groups.</title>
<updated>2021-01-20T16:57:52+00:00</updated>
<author>
<name>Guillaume Melquiond</name>
<email>guillaume.melquiond@inria.fr</email>
</author>
<published>2020-09-28T06:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=8a1d0d0da6270556bfe336b5a18734c13b12b362'/>
<id>8a1d0d0da6270556bfe336b5a18734c13b12b362</id>
<content type='text'>
Outside production lists, syntax "`foo:bar`" already makes it possible to
refer to the production "bar" of group "foo". This commit offers the same
feature inside production lists. Similarly to the reference syntax,
prefixing with a tilde prevents the group from being displayed.

This commit also makes it possible to use "`:bar`" to refer to production
"bar" from a production list without a group name. This is especially
useful when one has a main (unnamed) grammar and one or several named
extensions that need to refer to it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Outside production lists, syntax "`foo:bar`" already makes it possible to
refer to the production "bar" of group "foo". This commit offers the same
feature inside production lists. Similarly to the reference syntax,
prefixing with a tilde prevents the group from being displayed.

This commit also makes it possible to use "`:bar`" to refer to production
"bar" from a production list without a group name. This is especially
useful when one has a main (unnamed) grammar and one or several named
extensions that need to refer to it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #2030: automatic dedent support in code-block directive</title>
<updated>2021-01-12T16:10:28+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2021-01-12T14:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=fddc42847f9babadb465763391b40ae0bbcfdd9e'/>
<id>fddc42847f9babadb465763391b40ae0bbcfdd9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip trailing whitespaces and normalize line endings</title>
<updated>2020-10-03T11:47:01+00:00</updated>
<author>
<name>François Freitag</name>
<email>mail@franek.fr</email>
</author>
<published>2020-10-03T11:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5166dd194c27b63d2211e70272d9a39ffda36744'/>
<id>5166dd194c27b63d2211e70272d9a39ffda36744</id>
<content type='text'>
Trailing whitespace do not have impact on the result, they are just
unused bytes. Most text editors are configured to strip trailing
whitespaces. Remove them all in one go.

Update a handful of files to use the UNIX line ending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Trailing whitespace do not have impact on the result, they are just
unused bytes. Most text editors are configured to strip trailing
whitespaces. Remove them all in one go.

Update a handful of files to use the UNIX line ending.
</pre>
</div>
</content>
</entry>
<entry>
<title>C, recursive alias declarations</title>
<updated>2020-09-13T14:37:53+00:00</updated>
<author>
<name>Jakob Lykke Andersen</name>
<email>Jakob@caput.dk</email>
</author>
<published>2020-09-13T14:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=500f45fd4c34559cdbf9f28eae3e159fc5b7f2d8'/>
<id>500f45fd4c34559cdbf9f28eae3e159fc5b7f2d8</id>
<content type='text'>
Fixes sphinx-doc/sphinx#8141
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes sphinx-doc/sphinx#8141
</pre>
</div>
</content>
</entry>
</feed>
