<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sphinx-git.git/README.rst, branch v1.8.4</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>Correct capitalization of PyPI</title>
<updated>2018-09-16T23:26:49+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-09-16T20:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=5fd45a0f6f0478eff0265ab03ee4e972e194a7d5'/>
<id>5fd45a0f6f0478eff0265ab03ee4e972e194a7d5</id>
<content type='text'>
As spelled on https://pypi.org/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As spelled on https://pypi.org/.
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify version in README.rst readthedocs shield</title>
<updated>2018-05-01T13:52:58+00:00</updated>
<author>
<name>mondeja</name>
<email>mondejar1994@gmail.com</email>
</author>
<published>2018-05-01T13:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=722a59d4591888e0493264a112dd6e45f8c8fed2'/>
<id>722a59d4591888e0493264a112dd6e45f8c8fed2</id>
<content type='text'>
Readthedocs status is shown as `docs unknown` before this change because any version is specified on image url.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Readthedocs status is shown as `docs unknown` before this change because any version is specified on image url.</pre>
</div>
</content>
</entry>
<entry>
<title>Update all pypi.python.org URLs to pypi.org</title>
<updated>2018-04-19T02:51:48+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-04-19T02:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=365c93f2278c068c7637adf6801c3cc41bbcde2c'/>
<id>365c93f2278c068c7637adf6801c3cc41bbcde2c</id>
<content type='text'>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.rst with get in touch section</title>
<updated>2018-02-20T20:59:14+00:00</updated>
<author>
<name>Ray Bell</name>
<email>rjbell1987@gmail.com</email>
</author>
<published>2018-02-20T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=24468eddbef2058da22110c592dbe367cb56bd04'/>
<id>24468eddbef2058da22110c592dbe367cb56bd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix broken links on pypi page</title>
<updated>2018-02-12T21:57:05+00:00</updated>
<author>
<name>Thijs Triemstra</name>
<email>info@collab.nl</email>
</author>
<published>2018-02-12T21:57:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=6ee4a6bc141881b1ed48a5bbe12a4a59e5381c80'/>
<id>6ee4a6bc141881b1ed48a5bbe12a4a59e5381c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>travis: Enable codecov coverage</title>
<updated>2017-12-24T21:24:41+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2017-10-21T14:52:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a3f9935d958197a3c0963cec97755db1ff32a3a3'/>
<id>a3f9935d958197a3c0963cec97755db1ff32a3a3</id>
<content type='text'>
This necessitates adding some basic coverage-py configuration [1] and
making sure the pytest-cov plugin uses said configuration [2]. Badges
are included.

Note that we do not run the 'coverage' tox target, which is reserved for
users.

[1] https://github.com/codecov/example-python
[2] https://bitbucket.org/ned/coveragepy/issues/512/

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This necessitates adding some basic coverage-py configuration [1] and
making sure the pytest-cov plugin uses said configuration [2]. Badges
are included.

Note that we do not run the 'coverage' tox target, which is reserved for
users.

[1] https://github.com/codecov/example-python
[2] https://bitbucket.org/ned/coveragepy/issues/512/

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Use anonymous link target for README</title>
<updated>2017-12-19T16:28:07+00:00</updated>
<author>
<name>Takeshi KOMIYA</name>
<email>i.tkomiya@gmail.com</email>
</author>
<published>2017-12-19T16:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=b103b3c24ac8d983498f1170d8e104f8cd72c3df'/>
<id>b103b3c24ac8d983498f1170d8e104f8cd72c3df</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Fix typo</title>
<updated>2017-12-19T16:02:05+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2017-12-19T16:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=ac9ae4d54b0ad01dd62d94811046f6e3e9af860a'/>
<id>ac9ae4d54b0ad01dd62d94811046f6e3e9af860a</id>
<content type='text'>
Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
Fixes: 393f59d ("Improve README")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
Fixes: 393f59d ("Improve README")
</pre>
</div>
</content>
</entry>
<entry>
<title>README: Cleanup badges</title>
<updated>2017-12-19T15:05:44+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2017-10-21T14:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=a6f0ba0fc95db043a08d4379481d69a9cb917453'/>
<id>a6f0ba0fc95db043a08d4379481d69a9cb917453</id>
<content type='text'>
Add AppVeyor badge and include 'alt' attributes for the others.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add AppVeyor badge and include 'alt' attributes for the others.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve README</title>
<updated>2017-12-19T15:00:06+00:00</updated>
<author>
<name>Stephen Finucane</name>
<email>stephen@that.guru</email>
</author>
<published>2017-10-21T14:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sphinx-git.git/commit/?id=393f59da004baaac3a4d1f03a0b4585ed71f76f7'/>
<id>393f59da004baaac3a4d1f03a0b4585ed71f76f7</id>
<content type='text'>
We're going to be adding additional badges to this but, before we do
that, we should improve the README and remove a lot of the duplication
that has built up here.

The 'long_description' from 'setup.py' is moved into the README as there
is serious value in displaying this on GitHub, as much as there is value
in including the badges and other content from README.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We're going to be adding additional badges to this but, before we do
that, we should improve the README and remove a lot of the duplication
that has built up here.

The 'long_description' from 'setup.py' is moved into the README as there
is serious value in displaying this on GitHub, as much as there is value
in including the badges and other content from README.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
</pre>
</div>
</content>
</entry>
</feed>
