logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ggrapher - Mathematical Genealogy Grapher

Author

       ggrapher was written by David Alber <alber.david@gmail.com>.

       This manual page was written by Doug Torrance <dtorrance@piedmont.edu> for the Debian project (but may be
       used by others).

                                                   March 2015                                        GGRAPHER(1)

Description

       Create  a  Graphviz  "dot"  file  for  a  mathematics genealogy, where ID is a record identifier from the
       Mathematics Genealogy Project. Multiple IDs may be passed.

Name

       ggrapher - Mathematical Genealogy Grapher

Options

positionalarguments:
       ID     mathematician record ID

   optionalarguments:-h, --help
              show help message and exit

       --version
              show program's version number and exit

       -f FILE, --file FILE
              write output to FILE [default: stdout]

       -a, --with-ancestors
              retrieve ancestors of IDs and include in graph

       -d, --with-descendants
              retrieve descendants of IDs and include in graph

       --disable-cache
              do not store records in local cache

       --cache-file FILE
              write cache to FILE [default: geneacache]

       -v, --verbose
              list nodes being retrieved

Synopsis


       ggrapher [-h] [--version] [-f FILE] [-a] [-d] [--disable-cache] [--cache-file FILE] [-v] ID [ID ...]

See Also