[Epydoc-commits] SF.net SVN: epydoc: [1575] trunk/epydoc/doc
Brought to you by:
edloper
|
From: <ed...@us...> - 2007-03-08 21:28:09
|
Revision: 1575
http://svn.sourceforge.net/epydoc/?rev=1575&view=rev
Author: edloper
Date: 2007-03-08 13:28:07 -0800 (Thu, 08 Mar 2007)
Log Message:
-----------
fixed typos
Modified Paths:
--------------
trunk/epydoc/doc/fields.html
trunk/epydoc/doc/manual-docstring.txt
trunk/epydoc/doc/manual-othermarkup.txt
Modified: trunk/epydoc/doc/fields.html
===================================================================
--- trunk/epydoc/doc/fields.html 2007-03-07 02:55:14 UTC (rev 1574)
+++ trunk/epydoc/doc/fields.html 2007-03-08 21:28:07 UTC (rev 1575)
@@ -364,7 +364,7 @@
<h2> 3. Where to Write Fields</h2>
<p> Normally the fields are written in the docstring of the documented
-objects: this allows to add fields to modules, classes, function, properties.
+objects: this allows you to add fields to modules, classes, function, properties.
Where a docstring is not allowed, usually alternative options do exist.
</p>
Modified: trunk/epydoc/doc/manual-docstring.txt
===================================================================
--- trunk/epydoc/doc/manual-docstring.txt 2007-03-07 02:55:14 UTC (rev 1574)
+++ trunk/epydoc/doc/manual-docstring.txt 2007-03-08 21:28:07 UTC (rev 1575)
@@ -104,7 +104,7 @@
as ``__add__``) are public.
For each module and class, Epydoc generates pages with both public and private
-methods. A Javascript snippet allows to toggle the visibility of private
+methods. A Javascript snippet allows you to toggle the visibility of private
objects.
If a module wants to hide some of the objects it contains (either defined in
Modified: trunk/epydoc/doc/manual-othermarkup.txt
===================================================================
--- trunk/epydoc/doc/manual-othermarkup.txt 2007-03-07 02:55:14 UTC (rev 1574)
+++ trunk/epydoc/doc/manual-othermarkup.txt 2007-03-08 21:28:07 UTC (rev 1575)
@@ -381,7 +381,7 @@
Linking from standalone documents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Epydoc provides the script ``apirst2html.py`` which allows to use the
+Epydoc provides the script ``apirst2html.py`` which allows you to use the
previously described interpreted text roles from any reST document. The script
exposes the same interface of the standard Docutils script ``rst2html.py`` but
provides the extra command line options described in `External API links`_.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|