[Epydoc-commits] SF.net SVN: epydoc: [1543] trunk/epydoc/src/epydoc/test
Brought to you by:
edloper
From: <dva...@us...> - 2007-02-20 09:52:10
|
Revision: 1543 http://svn.sourceforge.net/epydoc/?rev=1543&view=rev Author: dvarrazzo Date: 2007-02-20 01:52:09 -0800 (Tue, 20 Feb 2007) Log Message: ----------- - Typo fixed Modified Paths: -------------- trunk/epydoc/src/epydoc/test/apidoc.doctest trunk/epydoc/src/epydoc/test/docbuilder.doctest Modified: trunk/epydoc/src/epydoc/test/apidoc.doctest =================================================================== --- trunk/epydoc/src/epydoc/test/apidoc.doctest 2007-02-20 09:50:38 UTC (rev 1542) +++ trunk/epydoc/src/epydoc/test/apidoc.doctest 2007-02-20 09:52:09 UTC (rev 1543) @@ -2,7 +2,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This file serves to provide both documentation and regression tests for the epydoc.apidoc module. The main purpose of this module is to -define the :epydoc:`APIDoc` class hierarchy, which is used to encode API +define the `APIDoc` class hierarchy, which is used to encode API documentation about Python programs. The API documentation for a Python program is encoded using a graph of `APIDoc` objects, each of which encodes information about a single Python variable or value. Modified: trunk/epydoc/src/epydoc/test/docbuilder.doctest =================================================================== --- trunk/epydoc/src/epydoc/test/docbuilder.doctest 2007-02-20 09:50:38 UTC (rev 1542) +++ trunk/epydoc/src/epydoc/test/docbuilder.doctest 2007-02-20 09:52:09 UTC (rev 1543) @@ -7,8 +7,8 @@ This test function takes a string containing the contents of a module. It writes the string contents to a file, imports the file as a module, and uses build_doc to build documentation, and pretty prints the resulting -ModuleDoc object. The `attribs` argument specifies which attributes -of the `APIDoc`s should be displayed. The `build` argument gives the +ModuleDoc object. The ``attribs`` argument specifies which attributes +of the `APIDoc` s should be displayed. The `build` argument gives the name of a variable in the module whose documentation should be built, instead of bilding docs for the whole module. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |