Code review comment for lp://staging/~elachuni/rnr-server/rnrclient-setup-and-docs

Revision history for this message
Anthony Lenton (elachuni) wrote :

> Great, thanks Anthony! A few questions below.
>
> On Mon, Jan 10, 2011 at 11:22 PM, Anthony Lenton
> <email address hidden> wrote:
>
> > === added directory 'doc'
> > === added file 'doc/Makefile'
> > === added directory 'doc/_static'
> > === added directory 'doc/_templates'
>
> Were the above two auto-generated, and are they required if they're empty?

Yup, they were generated by sphinx-quickstart. The doc build process complains without them, so I figured they didn't do any harm in the repo.

>
> > === added file 'doc/conf.py'
> > === added file 'doc/index.rst'
> > === added file 'doc/quickstart.rst'
> > --- doc/quickstart.rst  1970-01-01 00:00:00 +0000
> > +++ doc/quickstart.rst  2011-01-10 22:22:19 +0000
> > @@ -0,0 +1,144 @@
> > +Quickstart
> > +==========
> > +
> > +To use the client library for the ratings and review API you'll need to get
> > +`the client library code`_.  That depends on `piston-mini-client`_
> > +that you can also get from the `software-store ppa`_.
> > +
> > +To make authenticated calls you'll also need a valid SSO token.
> > +There's a brief snippet to get one using lazr.restfulclient farther down

« Back to merge proposal