<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/doc, branch 2.1.12</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Build docs locally</title>
<updated>2019-07-20T11:45:22+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2019-05-05T04:33:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b'/>
<id>a02facd0b4f9c2d2c039f0d7dc5af8354ce0201b</id>
<content type='text'>
Currently `make html` will output pages without styles
or different than the online documentation.

With this change the local documentation looks the same as the online
documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently `make html` will output pages without styles
or different than the online documentation.

With this change the local documentation looks the same as the online
documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop python 2.7 support and help with encodings</title>
<updated>2019-07-20T09:34:19+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-20T09:26:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=dac619e4917b0ad43d836a534633d68a871aecca'/>
<id>dac619e4917b0ad43d836a534633d68a871aecca</id>
<content type='text'>
Fixes #312
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #312
</pre>
</div>
</content>
</entry>
<entry>
<title>Document git.__version__</title>
<updated>2019-07-20T09:22:22+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2019-05-05T04:40:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=1bb0b1751b38da43dbcd2ec58e71eb7b0138d786'/>
<id>1bb0b1751b38da43dbcd2ec58e71eb7b0138d786</id>
<content type='text'>
Closes #311
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #311
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog for next release</title>
<updated>2019-07-06T02:19:38+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>sthiel@thoughtworks.com</email>
</author>
<published>2019-07-06T02:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=77e47bc313e42f9636e37ec94f2e0b366b492836'/>
<id>77e47bc313e42f9636e37ec94f2e0b366b492836</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update nose link</title>
<updated>2018-12-22T13:43:10+00:00</updated>
<author>
<name>Santos Gallegos</name>
<email>santos_g@outlook.com</email>
</author>
<published>2018-11-25T21:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=926d45b5fe1b43970fedbaf846b70df6c76727ea'/>
<id>926d45b5fe1b43970fedbaf846b70df6c76727ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.1.11</title>
<updated>2018-07-15T13:35:57+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-07-15T13:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=92a481966870924604113c50645c032fa43ffb1d'/>
<id>92a481966870924604113c50645c032fa43ffb1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dedent code blocks in tutorial.</title>
<updated>2018-07-15T12:28:00+00:00</updated>
<author>
<name>Tim Swast</name>
<email>swast@google.com</email>
</author>
<published>2018-07-10T17:41:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=4f99fb4962c2777286a128adbb093d8f25ae9dc7'/>
<id>4f99fb4962c2777286a128adbb093d8f25ae9dc7</id>
<content type='text'>
I found the extra 8 spaces at the start of the examples in the tutorial
to be distracting. The Sphinx dedent option removes these extra spaces
from the rendered code blocks.

I also got a warning about the shell code example not being lexed as
Python, so I converted this to an explicit shell code block.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I found the extra 8 spaces at the start of the examples in the tutorial
to be distracting. The Sphinx dedent option removes these extra spaces
from the rendered code blocks.

I also got a warning about the shell code example not being lexed as
Python, so I converted this to an explicit shell code block.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 2.1.10</title>
<updated>2018-05-19T08:54:13+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-05-19T08:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=6c2446f24bc6a91ca907cb51d0b4a690131222d6'/>
<id>6c2446f24bc6a91ca907cb51d0b4a690131222d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 2.1.9</title>
<updated>2018-03-24T12:50:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2018-03-24T12:50:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e79a3f8f6bc6594002a0747dd4595bc6b88a2b27'/>
<id>e79a3f8f6bc6594002a0747dd4595bc6b88a2b27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>github -&gt; GitHub</title>
<updated>2018-03-18T20:26:31+00:00</updated>
<author>
<name>Hugo</name>
<email>hugovk@users.noreply.github.com</email>
</author>
<published>2018-03-18T20:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=f773b4cedad84da3ab3f548a6293dca7a0ec2707'/>
<id>f773b4cedad84da3ab3f548a6293dca7a0ec2707</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
