[SciPy-dev] Generating SciPy Sphinx HTML
Damian Eads
eads@soe.ucsc....
Sun Nov 2 19:15:52 CST 2008
Hi Pauli,
When invoking make, I get an error because ext/autosummary_generate.py
cannot be found. Is this auto-generated or did someone forget to check
this in? Please advise.
[eads@localhost scipy-docs]$ make html
mkdir -p build
./ext/autosummary_generate.py source/*.rst \
-p dump.xml -o source/generated
/bin/sh: ./ext/autosummary_generate.py: No such file or directory
make: *** [build/generate-stamp] Error 127
[eads@localhost scipy-docs]$ ls ext/.svn/
entries format prop-base/ props/ text-base/ tmp/
[eads@localhost scipy-docs]$ svn up
Thanks.
Damian
On Sun, Nov 2, 2008 at 1:56 PM, Pauli Virtanen <pav@iki.fi> wrote:
> Hi,
>
> Sun, 02 Nov 2008 13:46:32 -0800, Damian Eads wrote:
>> I'm at the Berkeley sprint now trying to fix a few doc bugs. Can anyone
>> point me to instructions or a script for generating Sphinx HTML
>> documentation from the RST docstrings?
>
> Like this, for Scipy:
>
> svn co http://svn.scipy.org/svn/scipy/scipy-docs/trunk scipy-docs
> cd scipy-docs
> export PYTHONPATH=/wherever/your/scipy/is
> make html
>
> and for Numpy,
>
> svn co http://svn.scipy.org/svn/numpy/numpy-docs/trunk numpy-docs
> cd numpy-docs
> export PYTHONPATH=/wherever/your/numpy/is
> make html
>
> Note that you need Sphinx 0.5.dev development version, and to actually
> compile Numpy or Scipy first.
>
> Sphinx 0.5:
>
> svn co http://svn.python.org/projects/doctools/trunk sphinx-trunk
> cd sphinx-trunk
> python setup.py install
>
> --
> Pauli Virtanen
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev@scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>
--
-----------------------------------------------------
Damian Eads Ph.D. Student
Jack Baskin School of Engineering, UCSC E2-489
1156 High Street Machine Learning Lab
Santa Cruz, CA 95064 http://www.soe.ucsc.edu/~eads
More information about the Scipy-dev
mailing list