<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/kazoo.git/docs, branch 133-testing-cluster-ports</title>
<subtitle>github.com: python-zk/kazoo.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/'/>
<entry>
<title>Allow easier customization of the testing cluster port range, closes #133.</title>
<updated>2014-03-14T13:47:39+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2014-03-14T13:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=854c215616b7156bdda3ae65899775304c7b46fa'/>
<id>854c215616b7156bdda3ae65899775304c7b46fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vb</title>
<updated>2013-09-25T07:37:33+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-09-25T07:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=d8394ef8fde88afb0da1534ae2e2d861db2f3ede'/>
<id>d8394ef8fde88afb0da1534ae2e2d861db2f3ede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare</title>
<updated>2013-09-25T07:34:33+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-09-25T07:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=b14d23cd0c085792a2f950fbe10d2f9fafd9911e'/>
<id>b14d23cd0c085792a2f950fbe10d2f9fafd9911e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stop calling out companies and mention large number of contributors instead</title>
<updated>2013-09-25T07:22:35+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-09-25T07:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=36b72a3ff416a5af8a8bb270e30d3176938e19b0'/>
<id>36b72a3ff416a5af8a8bb270e30d3176938e19b0</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 #114 from spladug/autodoc-sys.path</title>
<updated>2013-09-11T18:53:51+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-09-11T18:53:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=631f95bfb8c9e6d7a800f6139dad21d55069cf74'/>
<id>631f95bfb8c9e6d7a800f6139dad21d55069cf74</id>
<content type='text'>
sphinx: Configure sys.path to allow autodoc to find Kazoo.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sphinx: Configure sys.path to allow autodoc to find Kazoo.</pre>
</div>
</content>
</entry>
<entry>
<title>vb</title>
<updated>2013-09-05T21:48:08+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-09-05T21:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=d3cf592412ee2e0005c3323528f60f5f7120a130'/>
<id>d3cf592412ee2e0005c3323528f60f5f7120a130</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sphinx: Configure sys.path to allow autodoc to find Kazoo.</title>
<updated>2013-08-26T04:52:53+00:00</updated>
<author>
<name>Neil Williams</name>
<email>neil@reddit.com</email>
</author>
<published>2013-08-26T04:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=4dd5f7fb8b89268af042212950e98b072b586905'/>
<id>4dd5f7fb8b89268af042212950e98b072b586905</id>
<content type='text'>
Previously, if Kazoo wasn't already in sys.path otherwise (e.g. if not
installed) sphinx autodoc wouldn't be able to find the module for
documenting purposes because sphinx-build happens in an adjacent
subdirectory.

This adds the docs folder's parent to the path so that autodoc can find
the Kazoo module properly and do its stuff.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if Kazoo wasn't already in sys.path otherwise (e.g. if not
installed) sphinx autodoc wouldn't be able to find the module for
documenting purposes because sphinx-build happens in an adjacent
subdirectory.

This adds the docs folder's parent to the path so that autodoc can find
the Kazoo module properly and do its stuff.
</pre>
</div>
</content>
</entry>
<entry>
<title>vb</title>
<updated>2013-08-01T18:05:42+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-08-01T18:05:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=2c4050a0778f4d2b6ad312618db23a53e2d3525e'/>
<id>2c4050a0778f4d2b6ad312618db23a53e2d3525e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prepare</title>
<updated>2013-08-01T18:04:28+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-08-01T18:04:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=c850749055fb3197d2c75173a95866af2a337e0d'/>
<id>c850749055fb3197d2c75173a95866af2a337e0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vb</title>
<updated>2013-07-24T12:41:28+00:00</updated>
<author>
<name>Hanno Schlichting</name>
<email>hanno@hannosch.eu</email>
</author>
<published>2013-07-24T12:41:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/kazoo.git/commit/?id=b802ad12ea5a9152897fda06c63b0285d0c5e3c1'/>
<id>b802ad12ea5a9152897fda06c63b0285d0c5e3c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
