Revision: 7471
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7471&view=rev
Author: jdh2358
Date: 2009-08-11 12:41:05 +0000 (Tue, 11 Aug 2009)
Log Message:
-----------
a few fixes from proofreading
Modified Paths:
--------------
trunk/sampledoc_tut/custom_look.rst
trunk/sampledoc_tut/getting_started.rst
Modified: trunk/sampledoc_tut/custom_look.rst
===================================================================
--- trunk/sampledoc_tut/custom_look.rst 2009-08-11 12:29:52 UTC (rev 7470)
+++ trunk/sampledoc_tut/custom_look.rst 2009-08-11 12:41:05 UTC (rev 7471)
@@ -6,8 +6,8 @@
******************************************
The `sphinx <http://sphinx.pocoo.org/>`_ site itself looks better than
-the sites created with the default css, so here we'll invoke Tufte's
-phrase "Intelligence imitates but genious steals and grab their css
+the sites created with the default css, so here we'll invoke TS Elliots'
+maxim "Talen imitates, but genius steals" and grab their css
and part of their layout. As before, you can either get the required
files :file:`_static/default.css`, :file:`_templates:layout.html` and
:file:`_static\logo.png` from the website or svn (see
Modified: trunk/sampledoc_tut/getting_started.rst
===================================================================
--- trunk/sampledoc_tut/getting_started.rst 2009-08-11 12:29:52 UTC (rev
7470)
+++ trunk/sampledoc_tut/getting_started.rst 2009-08-11 12:41:05 UTC (rev
7471)
@@ -77,11 +77,6 @@
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::
-
- .. image:: _static/basic_screenshot.png
-
The last step is to modify :file:`index.rst` to include the
getting_started file (be careful with the indentation, the
"getting_started" should line up with the ':' in ``:maxdepth``::
@@ -93,11 +88,23 @@
getting_started.rst
-and then rebuild the docs with ``make html``. When you reload the
-page, you should see a link to the "Getting Started" docs, and in
-there this page with the screenshot. `Voila!`
+and then rebuild the docs::
+ cd sampledoc
+ make html
+
+When you reload the page by refreshing your browser pointing to
+:file:`_build/html/index.html`, you should see a link to the
+"Getting Started" docs, and in there this page with the screenshot.
+`Voila!`
+
+Note we used the image directive to include to the screenshot above
+with::
+
+ .. image:: _static/basic_screenshot.png
+
+
Next we'll customize the look and feel of our site to give it a logo,
some custom css, and update the navigation panels to look more like
the `sphinx <http://sphinx.pocoo.org/>`_ site itself -- see
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins