[Soap-Python] unable to reach soaplib website

akira 4kir4.1i at gmail.com
Tue May 11 08:28:06 CEST 2010


On 05/10/2010 06:33 AM, Brad Allen wrote:
> In the meantime, if anyone wants to preview the Sphinx site, just
> clone the Git repo using "git clone git at github.com:jkp/soaplib.git",
> install Sphinx into your Python environment then cd into the 'doc'
> subdirectory and type "make html".  This will generate the Sphinx site
> in the form of static HTML pages inside the build/html directory.
>    
Hi,

"git clone git at github.com:jkp/soaplib.git" doesn't work for me.
Instead I've used:

git clone git://github.com/jkp/soaplib.git
cd soaplib/doc/
# if sphinx is not installed then
pip install sphinx
make html
cd build/html/
# start browser
python -mwebbrowser index.html



More information about the Soap mailing list