Skip to content

Commit f6cd0f8

Browse files
author
jelleherold
committed
minor typo fix
update script added git-svn-id: http://easypost.googlecode.com/svn/trunk@6 4c8e1b94-4054-0410-9f97-17490ffc63a7
1 parent 28edb85 commit f6cd0f8

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/easypost.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ <h1><a id="requirements" name="requirements">Requirements</a></h1>
306306
</ul>
307307
</blockquote>
308308
<p><tt class="docutils literal"><span class="pre">sudo</span> <span class="pre">aptitude</span> <span class="pre">install</span> <span class="pre">postfix-pgsql</span> <span class="pre">dovecot-imapd</span> <span class="pre">python-sqlobject</span> <span class="pre">postgresql</span> <span class="pre">apg</span></tt></p>
309-
<p>note:: python-sqlobject seems to depend on python2.4, which I'm not running.
310-
So, I suggest you install that using <tt class="docutils literal"><span class="pre">easy_install</span> <span class="pre">sqlobject</span></tt>, which
311-
is in <tt class="docutils literal"><span class="pre">python-setuptools</span></tt>.</p>
309+
<p><em>Note</em>: python-sqlobject seems to depend on python2.4, which I'm not running.
310+
So, I suggest you install that using <tt class="docutils literal"><span class="pre">easy_install</span> <span class="pre">sqlobject</span></tt>, which is in
311+
<tt class="docutils literal"><span class="pre">python-setuptools</span></tt>.</p>
312312
</div>
313313
<div class="section">
314314
<h1><a id="setup" name="setup">Setup</a></h1>
@@ -404,7 +404,7 @@ <h2><a id="listing-database-contents" name="listing-database-contents">Listing d
404404
<div class="footer">
405405
<hr class="footer" />
406406
<a class="reference" href="easypost.rst">View document source</a>.
407-
Generated on: 2008-10-08 12:16 UTC.
407+
Generated on: 2008-10-08 12:17 UTC.
408408
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
409409

410410
</div>

docs/easypost.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This is intended for Debian/Ubuntu based systems. Minimum requirements:
1818
``sudo aptitude install postfix-pgsql dovecot-imapd python-sqlobject postgresql apg``
1919

2020

21-
note:: python-sqlobject seems to depend on python2.4, which I'm not running.
22-
So, I suggest you install that using ``easy_install sqlobject``, which
23-
is in ``python-setuptools``.
21+
*Note*: python-sqlobject seems to depend on python2.4, which I'm not running.
22+
So, I suggest you install that using ``easy_install sqlobject``, which is in
23+
``python-setuptools``.
2424

2525
Setup
2626
=====

docs/update.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#! /bin/sh
2+
rst2html -stg easypost.rst easypost.html

0 commit comments

Comments
 (0)