Comment #1
Posted on Feb 3, 2009 by Quick BearIt looks like my 'svn switch' command didn't take and I accidentally committed to trunk. So you won't find anything in the branch! Sorry.
Comment #2
Posted on Feb 4, 2009 by Massive HippoI've checked out the repository and tested the setup.py script.
The commands that I've successfully tested are:
python setup.py sdist
(to make a 'source distribution' which can itself be installed via) -- works.
python setup.py install
-- works
python setup.py develop
-- works
python setup.py build-sphinx
(to generate documentation) -- does not work.
This is the error that I get: invalid command name 'build-sphinx'
NOTE: The file attached is a file containing the output when running this commands in the command line.
- issue4.txt 4.19KB
Comment #3
Posted on Feb 6, 2009 by Massive Hippo'build-sphinx' command was not recognized because I didn't have it installed in my machine.
A note about the need to install Sphinx has been added to the README.
Comment #4
Posted on Feb 9, 2009 by Massive Hipposphinx-build -b html sourcedir docdir
should create *.html files of our source code located at sourcedir, and place them at docdir
Comment #5
Posted on Feb 9, 2009 by Massive Hippopython setup.py build_sphinx -s pyvcal/
should now create all the html files in pysync/build/sphinx/html
Status: Done
Labels:
Type-Review
Priority-Medium
ReadyForReview