Skip to content

Commit 19a8e7d

Browse files
mbarnechetgnassou
andauthored
[MRG] typo fix, issue #297 (#298)
* typo fix and date change Fixed a typo in the contributing guide and the date in the citation section of the readme file * [MRG] renaming, issue #297 Addresses issue #297 about changing every occurrence of 'SKADA : Scikit Domain Adaptation' to 'Scikit Adaptation' Did not change occurrences of 'SKADA : Scikit Adaptation' as it was not requested. * date and version change back Fixed a mistake made in an earlier commit that changed the date andthe version in the citation section of the readme file * fix issue #297 --------- Co-authored-by: Théo Gnassounou <[email protected]>
1 parent b069a9a commit 19a8e7d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Pull Request Checklist
6565
We recommended that your contribution complies with the
6666
following rules before you submit a pull request:
6767

68-
- Follow the PEP8 Guidelines which should be handles automatically by pre-commit.
68+
- Follow the PEP8 Guidelines which should be handled automatically by pre-commit.
6969

7070
- If your pull request addresses an issue, please use the pull request title
7171
to describe the issue and mention the issue number in the pull request description. This will make sure a link back to the original issue is

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
# The name for this set of Sphinx documents. If None, it defaults to
148148
# "<project> v<release> documentation".
149-
html_title = "SKADA : Scikit Adaptation"
149+
html_title = "SKADA: Scikit Adaptation"
150150

151151
# A shorter title for the navigation bar. Default is the same as html_title.
152152
# html_short_title = None
@@ -248,7 +248,7 @@
248248
# (source start file, target name, title,
249249
# author, documentclass [howto, manual, or own class]).
250250
latex_documents = [
251-
(master_doc, "SKADA.tex", "SKADA : Scikit Adaptation", author, "manual"),
251+
(master_doc, "SKADA.tex", "SKADA: Scikit Adaptation", author, "manual"),
252252
]
253253

254254
# The name of an image file (relative to this directory) to place at the top of
@@ -276,7 +276,7 @@
276276

277277
# One entry per manual page. List of tuples
278278
# (source start file, name, description, authors, manual section).
279-
man_pages = [(master_doc, "skada", "SKADA : Scikit Domain Adaptation", [author], 1)]
279+
man_pages = [(master_doc, "skada", "SKADA: Scikit Adaptation", [author], 1)]
280280

281281
# If true, show URL addresses after external links.
282282
# man_show_urls = False
@@ -291,10 +291,10 @@
291291
(
292292
master_doc,
293293
"SKADA",
294-
"SKADA : Scikit Domain Adaptation",
294+
"SKADA: Scikit Adaptation",
295295
author,
296296
"SKADA",
297-
"SKADA : Scikit Domain Adaptation",
297+
"SKADA: Scikit Adaptation",
298298
"Miscellaneous",
299299
),
300300
]

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
SKADA: SciKit Domain Adaptation
6+
SKADA: SciKit Adaptation
77
===============================
88

99
.. image:: _static/images/skada_logo_full.svg

0 commit comments

Comments
 (0)