Thread: I want the restructured text for the docs

I want the restructured text for the docs

From
"W. Matthew Wilson"
Date:
Hi -- I don't always have internet access, and I use the pyscopg2 docs
often.  Is there some to get those files?

Matt

--
W. Matthew Wilson
matt@tplus1.com
http://tplus1.com

Re: I want the restructured text for the docs

From
Daniele Varrazzo
Date:
On Sun, Jan 9, 2011 at 7:58 PM, W. Matthew Wilson <matt@tplus1.com> wrote:
> Hi -- I don't always have internet access, and I use the pyscopg2 docs
> often.  Is there some to get those files?

They are currently included in the source distribution, both in the
source .rst format and rendered in .html. Redundant... but probably
handy.

As a reference, after unpacked the source distribution, the commands

    make env
    make docs

can be used to build the docs from source. Notice that the commands
also builds psycopg itself as part of the docs are obtained by
introspection, so all the dependencies required should be met (e.g.
packages python-dev and libpq-dev on a debian system)

-- Daniele

Re: I want the restructured text for the docs

From
"W. Matthew Wilson"
Date:
Thanks for the response! I don't have the source distribution, but I
do have a git clone of this repo:
git://luna.dndg.it/public/psycopg2.git

I was in the master branch, and "make env" failed, but then I switched
to the python2 branch and now everything is building.

Thanks again!

Matt

On Sun, Jan 9, 2011 at 3:41 PM, Daniele Varrazzo
<daniele.varrazzo@gmail.com> wrote:
> On Sun, Jan 9, 2011 at 7:58 PM, W. Matthew Wilson <matt@tplus1.com> wrote:
>> Hi -- I don't always have internet access, and I use the pyscopg2 docs
>> often.  Is there some to get those files?
>
> They are currently included in the source distribution, both in the
> source .rst format and rendered in .html. Redundant... but probably
> handy.
>
> As a reference, after unpacked the source distribution, the commands
>
>    make env
>    make docs
>
> can be used to build the docs from source. Notice that the commands
> also builds psycopg itself as part of the docs are obtained by
> introspection, so all the dependencies required should be met (e.g.
> packages python-dev and libpq-dev on a debian system)
>
> -- Daniele
>



--
W. Matthew Wilson
matt@tplus1.com
http://tplus1.com