summaryrefslogtreecommitdiff
blob: 87a533aaf446e2bbc4a3292ab8f34fc5e0c1ae20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>python</herd>
  <maintainer>
    <email>aether@gentoo.org</email>
    <name>Jason Mobarak</email>
    <description>Maintainer</description>
  </maintainer>
  <longdescription>
    Epydoc is a python documentation system without output similar to javadoc. Epydoc 
    uses python doc-strings, importing modules, and introsepction in order to do
    its thing -- if your modules are not safe to import, you should look for another
    tool. Documentation mark-up is done with restructed text (reST).
  </longdescription>
</pkgmetadata>