diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-02-02 15:19:04 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-02-02 15:19:04 -0500 |
| commit | 9de103f0c9b27e2942437978e8854813c55cd128 (patch) | |
| tree | 8d10cf7c28a9308a34c5ccb54f476fcea283d8e9 /doc/developer/conf.py | |
| parent | 11ab5329e0b42ca3632f7cd6b57bff62e3d2c8f5 (diff) | |
doc: document documentation
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'doc/developer/conf.py')
| -rw-r--r-- | doc/developer/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer/conf.py b/doc/developer/conf.py index 1eac6af763..c3295f88bd 100644 --- a/doc/developer/conf.py +++ b/doc/developer/conf.py @@ -271,7 +271,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'FRR.tex', u'FRR User Manual', + (master_doc, 'FRR.tex', u"FRR Developer's Manual", u'FRR', 'manual'), ] @@ -301,7 +301,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'frr', u'FRR User Manual', + (master_doc, 'frr', u"FRR Developer's Manual", [author], 1) ] @@ -315,7 +315,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'FRR', u'FRR User Manual', + (master_doc, 'FRR', u"FRR Developer's Manual", author, 'FRR', 'One line description of project.', 'Miscellaneous'), ] |
