|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# project-template documentation build configuration file, created by |
| 3 | +# imbalanced-learn documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Mon Jan 18 14:44:12 2016. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
80 | 80 |
|
81 | 81 | # General information about the project. |
82 | 82 | project = u'imbalanced-learn' |
83 | | -copyright = u'2016, Guillaume Lemaitre, Fernando Nogueira' |
| 83 | +copyright = u'2016, G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas' |
84 | 84 |
|
85 | 85 | # The version info for the project you're documenting, acts as replacement for |
86 | 86 | # |version| and |release|, also used in various other places throughout the |
|
212 | 212 | #html_file_suffix = None |
213 | 213 |
|
214 | 214 | # Output file base name for HTML help builder. |
215 | | -htmlhelp_basename = 'project-templatedoc' |
| 215 | +htmlhelp_basename = 'imbalanced-learndoc' |
216 | 216 |
|
217 | 217 |
|
218 | 218 | # -- Options for LaTeX output --------------------------------------------- |
|
232 | 232 | # (source start file, target name, title, |
233 | 233 | # author, documentclass [howto, manual, or own class]). |
234 | 234 | latex_documents = [ |
235 | | - ('index', 'project-template.tex', u'project-template Documentation', |
236 | | - u'Guillaume Lemaitre, Fernando Nogueira', 'manual'), |
| 235 | + ('index', 'imbalanced-learn.tex', u'imbalanced-learn Documentation', |
| 236 | + u'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas', 'manual'), |
237 | 237 | ] |
238 | 238 |
|
239 | 239 | # The name of an image file (relative to this directory) to place at the top of |
|
262 | 262 | # One entry per manual page. List of tuples |
263 | 263 | # (source start file, name, description, authors, manual section). |
264 | 264 | man_pages = [ |
265 | | - ('index', 'project-template', u'project-template Documentation', |
266 | | - [u'Guillaume Lemaitre, Fernando Nogueira'], 1) |
| 265 | + ('index', 'imbalanced-learn', u'imbalanced-learn Documentation', |
| 266 | + [u'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'], 1) |
267 | 267 | ] |
268 | 268 |
|
269 | 269 | # If true, show URL addresses after external links. |
|
276 | 276 | # (source start file, target name, title, author, |
277 | 277 | # dir menu entry, description, category) |
278 | 278 | texinfo_documents = [ |
279 | | - ('index', 'project-template', u'project-template Documentation', |
280 | | - u'Guillaume Lemaitre, Fernando Nogueira', 'project-template', 'One line description of project.', |
| 279 | + ('index', 'imbalanced-learn', u'imbalanced-learn Documentation', |
| 280 | + u'G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas', 'imbalanced-learn', 'Toolbox for imbalanced dataset in machine learning.', |
281 | 281 | 'Miscellaneous'), |
282 | 282 | ] |
283 | 283 |
|
|
0 commit comments