author | Francesco Abbate <francesco.bbt@gmail.com> | 2011年11月16日 16:33:08 +0100 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2011年11月16日 16:33:08 +0100 |
commit | 7408b5e3f6fcbefc7e165fc50e8fb841adf0fe3f (patch) | |
tree | 7436ece0ad0b0a53a9d4d2136098756a4e00070a /doc/user-manual/conf.py | |
parent | a2f7e298c1b9b8feffd317fba24d7708d7858924 (diff) | |
download | gsl-shell-7408b5e3f6fcbefc7e165fc50e8fb841adf0fe3f.tar.gz |
-rw-r--r-- | doc/user-manual/conf.py | 1 |
diff --git a/doc/user-manual/conf.py b/doc/user-manual/conf.py index 5a5306d2..0326f9b7 100644 --- a/doc/user-manual/conf.py +++ b/doc/user-manual/conf.py @@ -215,6 +215,7 @@ man_pages = [ [u'Francesco Abbate'], 1) ] +texinfo_documents = [('index', 'gslshell', 'GSL Shell 2', 'Francesco', 'GSL Shell', 'Interactive GSL shell', 'Math', True)] # Example configuration for intersphinx: refer to the Python standard library. # intersphinx_mapping = {'gslshell': ('http://www.nongnu.org/gsl-shell/', 'gslshell-index.inv')} |