Skip to content

Commit 3978694

Browse files
author
Guillaume Lemaitre
committed
Upate the doc
1 parent 45e6457 commit 3978694

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

doc/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,17 @@ qthelp:
9393
@echo
9494
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
9595
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
96-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/project-template.qhcp"
96+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/imbalanced-learn.qhcp"
9797
@echo "To view the help file:"
98-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/project-template.qhc"
98+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/imbalanced-learn.qhc"
9999

100100
devhelp:
101101
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
102102
@echo
103103
@echo "Build finished."
104104
@echo "To view the help file:"
105-
@echo "# mkdir -p $$HOME/.local/share/devhelp/project-template"
106-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/project-template"
105+
@echo "# mkdir -p $$HOME/.local/share/devhelp/imbalanced-learn"
106+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/imbalanced-learn"
107107
@echo "# devhelp"
108108

109109
epub:

doc/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# project-template documentation build configuration file, created by
3+
# imbalanced-learn documentation build configuration file, created by
44
# sphinx-quickstart on Mon Jan 18 14:44:12 2016.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -80,7 +80,7 @@
8080

8181
# General information about the project.
8282
project = u'imbalanced-learn'
83-
copyright = u'2016, Guillaume Lemaitre, Fernando Nogueira'
83+
copyright = u'2016, G. Lemaitre, F. Nogueira, D. Oliveira, C. Aridas'
8484

8585
# The version info for the project you're documenting, acts as replacement for
8686
# |version| and |release|, also used in various other places throughout the
@@ -212,7 +212,7 @@
212212
#html_file_suffix = None
213213

214214
# Output file base name for HTML help builder.
215-
htmlhelp_basename = 'project-templatedoc'
215+
htmlhelp_basename = 'imbalanced-learndoc'
216216

217217

218218
# -- Options for LaTeX output ---------------------------------------------
@@ -232,8 +232,8 @@
232232
# (source start file, target name, title,
233233
# author, documentclass [howto, manual, or own class]).
234234
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'),
237237
]
238238

239239
# The name of an image file (relative to this directory) to place at the top of
@@ -262,8 +262,8 @@
262262
# One entry per manual page. List of tuples
263263
# (source start file, name, description, authors, manual section).
264264
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)
267267
]
268268

269269
# If true, show URL addresses after external links.
@@ -276,8 +276,8 @@
276276
# (source start file, target name, title, author,
277277
# dir menu entry, description, category)
278278
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.',
281281
'Miscellaneous'),
282282
]
283283

doc/make.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ if "%1" == "qthelp" (
115115
echo.
116116
echo.Build finished; now you can run "qcollectiongenerator" with the ^
117117
.qhcp project file in %BUILDDIR%/qthelp, like this:
118-
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\project-template.qhcp
118+
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\imbalanced-learn.qhcp
119119
echo.To view the help file:
120-
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\project-template.ghc
120+
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\imbalanced-learn.ghc
121121
goto end
122122
)
123123

0 commit comments

Comments
 (0)