marco@16: [egg_info] marco@16: marco@16: [build_sphinx] marco@16: all_files = 1 marco@16: marco@16: [upload_sphinx] marco@16: upload-dir = build/sphinx/html marco@16: marco@16: [epydoc] # Epydoc section marker marco@16: marco@16: # Information about the project. marco@16: name: SWORD2 Python Client marco@16: url: http://bitbucket.org/beno/python-sword2 marco@16: marco@16: # The list of modules to document. Modules can be named using marco@16: # dotted names, module filenames, or package directory names. marco@16: # This option may be repeated. marco@16: modules: sword2 marco@16: marco@16: # Write html output to the directory "apidocs" marco@16: output: html marco@16: target: apidocs/ marco@16: marco@16: # Include all automatically generated graphs. These graphs are marco@16: # generated using Graphviz dot. marco@16: graph: all marco@16: dotpath: /usr/bin/dot