Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sphinx-apidoc(1) [centos man page]

SPHINX-APIDOC(1)						      Sphinx							  SPHINX-APIDOC(1)

NAME
sphinx-apidoc - Sphinx API doc generator tool SYNOPSIS
sphinx-apidoc [options] -o <outputdir> <sourcedir> [pathnames ...] DESCRIPTION
sphinx-apidoc is a tool for automatic generation of Sphinx sources that, using the autodoc extension, document a whole package in the style of other automatic API documentation tools. sourcedir must point to a Python package. Any pathnames given are paths to be excluded from the generation. OPTIONS
-o <outputdir> Directory to place the output files. If it does not exist, it is created. -f, --force Usually, apidoc does not overwrite files, unless this option is given. -n, --dry-run If given, apidoc does not create any files. -s <suffix> Suffix for the source files generated, default is rst. -d <maxdepth> Maximum depth for the generated table of contents file. -T, --no-toc Do not create a table of contents file. -F, --full If given, a full Sphinx project is generated (conf.py, Makefile etc.) using sphinx-quickstart. These options are used with -F: -H <project> Project name to put into the configuration. -A <author> Author name(s) to put into the configuration. -V <version> Project version. -R <release> Project release. SEE ALSO
sphinx-build(1) AUTHOR
Etienne Desautels, <etienne.desautels@gmail.com>, Georg Brandl <georg@python.org> et al. COPYRIGHT
2007-2011, Georg Brandl 1.1.3 June 10, 2014 SPHINX-APIDOC(1)

Check Out this Related Man Page

sphinx-autogen(1)						   User Commands						 sphinx-autogen(1)

NAME
sphinx-autogen - generate ReStructuredText using autosummary directives SYNOPSIS
sphinx-autogen [-o output_dir] [-s suffix] sourcefile... OPTIONS
-o, --output-dir=output_dir, the directory the output files should be written to -s, --suffix=suffix the suffix of the written files (defaults to rst) -t, --templates=directory custom template directory DESCRIPTION
sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates the ReStructuredText files from the autosummary directives contained in the given input files. The format of the autosummary directive is documented in the sphinx.ext.autosummary Python module and can be read using pydoc sphinx.ext.autosummary SEE ALSO
sphinx-quickstart(1), sphinx-build(1) The Sphinx website <http://sphinx.pocoo.org/> AUTHOR
This man page was written by Jan Dittberner <jan@dittberner.info> for the Debian GNU/Linux System (but may be used by others). Sphinx 1.1 Aug 2010 sphinx-autogen(1)
Man Page

2 More Discussions You Might Find Interesting

1. AIX

Number of files

Hi, we have one monut point /u01/abc/ under this moumt point we have files generated from august 2008 now i need to send a report that everry months how many files are generated and there used space like august month 100 files got created and they occupy 3 Gb of space .... (1 Reply)
Discussion started by: rohitmathur11
1 Replies

2. Red Hat

Number of files

Hi, we have one monut point /u01/abc/ under this moumt point we have files generated from august 2008 now i need to send a report that everry months how many files are generated and there used space like august month 100 files got created and they occupy 3 Gb of space . september... (2 Replies)
Discussion started by: rohitmathur11
2 Replies