From: <jd...@us...> - 2009-08-11 12:29:59
|
Revision: 7470 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7470&view=rev Author: jdh2358 Date: 2009-08-11 12:29:52 +0000 (Tue, 11 Aug 2009) Log Message: ----------- proper attribution Modified Paths: -------------- trunk/sampledoc_tut/Makefile trunk/sampledoc_tut/conf.py trunk/sampledoc_tut/getting_started.rst trunk/sampledoc_tut/index.rst Modified: trunk/sampledoc_tut/Makefile =================================================================== --- trunk/sampledoc_tut/Makefile 2009-08-11 12:08:25 UTC (rev 7469) +++ trunk/sampledoc_tut/Makefile 2009-08-11 12:29:52 UTC (rev 7470) @@ -91,3 +91,9 @@ cd _build/html; \ rsync -avz . jdh2358,mat...@we...:/home/groups/m/ma/matplotlib/htdocs/sampledoc -essh --cvs-exclude + +sfpdf: + cd _build/latex; \ + scp sampledoc.pdf jdh2358,mat...@we...:/home/groups/m/ma/matplotlib/htdocs/sampledoc/ + + Modified: trunk/sampledoc_tut/conf.py =================================================================== --- trunk/sampledoc_tut/conf.py 2009-08-11 12:08:25 UTC (rev 7469) +++ trunk/sampledoc_tut/conf.py 2009-08-11 12:29:52 UTC (rev 7470) @@ -46,7 +46,7 @@ # General information about the project. project = u'sampledoc' -copyright = u'2009, jdh' +copyright = u'2009, John Hunter, Fernando Perez, Michael Droettboom' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -181,7 +181,7 @@ # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'sampledoc.tex', u'sampledoc Documentation', - u'jdh', 'manual'), + u'John Hunter, Fernando Perez, Michael Droettboom', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of Modified: trunk/sampledoc_tut/getting_started.rst =================================================================== --- trunk/sampledoc_tut/getting_started.rst 2009-08-11 12:08:25 UTC (rev 7469) +++ trunk/sampledoc_tut/getting_started.rst 2009-08-11 12:29:52 UTC (rev 7470) @@ -37,7 +37,7 @@ make html If you now point your browser to :file:`_build/html/index.html`, you -should see a basic spinx site. +should see a basic sphinx site. .. image:: _static/basic_screenshot.png @@ -61,9 +61,8 @@ home:~/tmp/sampledoc> pwd /Users/jdhunter/tmp/sampledoc home:~/tmp/sampledoc> cd .. - home:~/tmp> svn co - https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/\ - sampledoc_tut + home:~/tmp> svn co https://matplotlib.svn.sourceforge.net/svnroot/\ + matplotlib/trunk/sampledoc_tut A sampledoc_tut/cheatsheet.rst A sampledoc_tut/_static A sampledoc_tut/_static/basic_screenshot.png @@ -75,7 +74,8 @@ A sampledoc_tut/index.rst Checked out revision 7449. home:~/tmp> cp sampledoc_tut/getting_started.rst sampledoc/ - home:~/tmp> cp sampledoc_tut/_static/basic_screenshot.png sampledoc/_static/ + home:~/tmp> cp sampledoc_tut/_static/basic_screenshot.png \ + sampledoc/_static/ Now we are ready to rebuild the docs. We used the image directory to include to the screenshot above with:: Modified: trunk/sampledoc_tut/index.rst =================================================================== --- trunk/sampledoc_tut/index.rst 2009-08-11 12:08:25 UTC (rev 7469) +++ trunk/sampledoc_tut/index.rst 2009-08-11 12:29:52 UTC (rev 7470) @@ -11,10 +11,12 @@ installing sphinx, to customizing the look and feel, to using custom extensions for embedding plots, inheritance diagrams, syntax highlighted ipython sessions and more. If you follow along the -tutorial, you'll start with nothing and end up with this site! The -source code for this tutorial lives in mpl svn (see -:ref:`fetching-the-data`) +tutorial, you'll start with nothing and end up with this site -- it's +the bootstrapping documentation tutorial that writes itself! +The source code for this tutorial lives in mpl svn (see +:ref:`fetching-the-data`) and the `sampledoc PDF <sampledoc.pdf>`_ + Contents: .. toctree:: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |