Mercurial > libervia-backend
comparison doc/conf.py @ 3505:4705f80b6e23
doc: more renaming
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 22 Apr 2021 18:16:19 +0200 |
parents | be6d91572633 |
children | 62e81b1058f8 |
comparison
equal
deleted
inserted
replaced
3504:9f7a867d9722 | 3505:4705f80b6e23 |
---|---|
134 | 134 |
135 # Grouping the document tree into LaTeX files. List of tuples | 135 # Grouping the document tree into LaTeX files. List of tuples |
136 # (source start file, target name, title, | 136 # (source start file, target name, title, |
137 # author, documentclass [howto, manual, or own class]). | 137 # author, documentclass [howto, manual, or own class]). |
138 latex_documents = [ | 138 latex_documents = [ |
139 (master_doc, 'SalutToi.tex', u'Salut à Toi Documentation', | 139 (master_doc, 'SalutToi.tex', u'Libervia Documentation', |
140 u'Salut à Toi team', 'manual'), | 140 u'Libervia team', 'manual'), |
141 ] | 141 ] |
142 | 142 |
143 | 143 |
144 # -- Options for manual page output ------------------------------------------ | 144 # -- Options for manual page output ------------------------------------------ |
145 | 145 |
146 # One entry per manual page. List of tuples | 146 # One entry per manual page. List of tuples |
147 # (source start file, name, description, authors, manual section). | 147 # (source start file, name, description, authors, manual section). |
148 man_pages = [ | 148 man_pages = [ |
149 (master_doc, 'saluttoi', u'Salut à Toi Documentation', | 149 (master_doc, 'saluttoi', u'Libervia Documentation', |
150 [author], 1) | 150 [author], 1) |
151 ] | 151 ] |
152 | 152 |
153 | 153 |
154 # -- Options for Texinfo output ---------------------------------------------- | 154 # -- Options for Texinfo output ---------------------------------------------- |
155 | 155 |
156 # Grouping the document tree into Texinfo files. List of tuples | 156 # Grouping the document tree into Texinfo files. List of tuples |
157 # (source start file, target name, title, author, | 157 # (source start file, target name, title, author, |
158 # dir menu entry, description, category) | 158 # dir menu entry, description, category) |
159 texinfo_documents = [ | 159 texinfo_documents = [ |
160 (master_doc, 'SalutToi', u'Salut à Toi Documentation', | 160 (master_doc, 'SalutToi', u'Libervia Documentation', |
161 author, 'SalutToi', 'One line description of project.', | 161 author, 'SalutToi', 'One line description of project.', |
162 'Miscellaneous'), | 162 'Miscellaneous'), |
163 ] | 163 ] |
164 | 164 |
165 | 165 |