I tried building the standalone html docs using:

cd doc
python make.py html

I notice that there are around 30 .pyc files left in the 
build/html/pyplots/ directory.  Are these needed in the html 
documentation build directory?

Also, it seems that the files in _images are redundant, as they are 
referenced in their original directory, not _images.

from the build/html directory:

% find . -name multiline.pdf
./_images/multiline.pdf
./plot_directive/mpl_examples/pylab_examples/multiline.pdf
% grep -ri "multiline.pdf" *
examples/pylab_examples/multiline.html:<p>[<a class="reference external" 
href="../../plot_directive/mpl_examples/pylab_examples/multiline.py">source 
code</a>, <a class="reference external" 
href="../../plot_directive/mpl_examples/pylab_examples/multiline.hires.png">hires.png</a>,
 
<a class="reference external" 
href="../../plot_directive/mpl_examples/pylab_examples/multiline.pdf">pdf</a>]</p>

Any comments about trimming down the size of the build/html directory?

Thanks,

Jason

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to