This commit is contained in:
Jason Gerard DeRose
2008-10-07 22:20:00 -06:00
parent f6ac2df6bd
commit 3fdabc604e
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ fi
echo "Creating documentation in $out"
epydoc -v --html --no-frames --include-log \
--name="FreeIPA2 developer documentation" \
--name="FreeIPA v2 developer documentation" \
--docformat=restructuredtext \
--output=$out \
$sources

View File

@@ -18,5 +18,5 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Unit tests for `ipa_server` package.
Test the `ipa_server` package.
"""

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
Utility functions for the unit tests.
Common utility functions and classes for unit tests.
"""
import inspect