diff options
author | lloyd <[email protected]> | 2011-04-20 19:11:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-20 19:11:38 +0000 |
commit | db4efaeaa0dcd926f675402563e31e1f522cea24 (patch) | |
tree | 9ea4260ae1388fb65053c1282e440321fc7f8f64 /doc/conf.py | |
parent | 162b5ca3c330af4b09823f286cd18cc21d3c2ac4 (diff) |
Some doc updates, include the DSA examples in pubkey, remove outdated
and probably useless threads section, also fix compilation of several
examples.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index e0600da81..f4884cb69 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -80,7 +80,7 @@ exclude_patterns = ['_build'] #default_role = None # If true, '()' will be appended to :func: etc. cross-reference text. -#add_function_parentheses = True +add_function_parentheses = False # If true, the current module name will be prepended to all description # unit titles (such as .. function::). @@ -190,7 +190,7 @@ htmlhelp_basename = 'botandoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'botan.tex', u'botan Documentation', + ('index', 'botan.tex', u'botan Reference Manual', u'Jack Lloyd', 'manual'), ] @@ -203,10 +203,10 @@ latex_documents = [ #latex_use_parts = False # If true, show page references after internal links. -#latex_show_pagerefs = False +latex_show_pagerefs = True # If true, show URL addresses after external links. -#latex_show_urls = False +latex_show_urls = True # Additional stuff for the LaTeX preamble. #latex_preamble = '' |