Add link to matplotlib's sampledoc, because I suck at writing tutorials.

This commit is contained in:
Georg Brandl
2009-11-08 18:20:53 +01:00
parent d4446af757
commit 77c5026198
2 changed files with 6 additions and 1 deletions

View File

@@ -58,6 +58,11 @@
</p>
<h2>Documentation</h2>
<p>You may be interested in the very nice
<a href="http://matplotlib.sourceforge.net/sampledoc/">tutorial</a> on how to
create a customized documentation using Sphinx written by the matplotlib
developers.</p>
<table class="contentstable" align="center" style="margin-left: 30px"><tr>
<td width="50%">
<p class="biglink"><a class="biglink" href="{{ pathto("contents") }}">Contents</a><br/>

View File

@@ -9,7 +9,7 @@ suggest new entries!
How do I...
-----------
... create PDF builds without LaTeX?
... create PDF files without LaTeX?
You can use `rst2pdf <http://rst2pdf.googlecode.com>`_ version 0.12 or greater
which comes with built-in Sphinx integration. See the :ref:`builders`
section for details.