Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/search')
-rw-r--r--sphinx/search/__init__.py3
-rw-r--r--sphinx/search/da.py3
-rw-r--r--sphinx/search/de.py3
-rw-r--r--sphinx/search/en.py3
-rw-r--r--sphinx/search/es.py3
-rw-r--r--sphinx/search/fi.py3
-rw-r--r--sphinx/search/fr.py3
-rw-r--r--sphinx/search/hu.py3
-rw-r--r--sphinx/search/it.py3
-rw-r--r--sphinx/search/ja.py3
-rw-r--r--sphinx/search/jssplitter.py3
-rw-r--r--sphinx/search/nl.py3
-rw-r--r--sphinx/search/no.py3
-rw-r--r--sphinx/search/pt.py3
-rw-r--r--sphinx/search/ro.py3
-rw-r--r--sphinx/search/ru.py3
-rw-r--r--sphinx/search/sv.py3
-rw-r--r--sphinx/search/tr.py3
-rw-r--r--sphinx/search/zh.py3
19 files changed, 19 insertions, 38 deletions
diff --git a/sphinx/search/__init__.py b/sphinx/search/__init__.py
index c569aa797..15fffd003 100644
--- a/sphinx/search/__init__.py
+++ b/sphinx/search/__init__.py
@@ -1,5 +1,4 @@
-"""
- Create a full-text search index for offline search.
+"""Create a full-text search index for offline search.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/da.py b/sphinx/search/da.py
index 275555136..de20b45d4 100644
--- a/sphinx/search/da.py
+++ b/sphinx/search/da.py
@@ -1,5 +1,4 @@
-"""
- Danish search language: includes the JS Danish stemmer.
+"""Danish search language: includes the JS Danish stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/de.py b/sphinx/search/de.py
index af02d12dd..05b3eeaee 100644
--- a/sphinx/search/de.py
+++ b/sphinx/search/de.py
@@ -1,5 +1,4 @@
-"""
- German search language: includes the JS German stemmer.
+"""German search language: includes the JS German stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/en.py b/sphinx/search/en.py
index c6667c530..b6e4b31ed 100644
--- a/sphinx/search/en.py
+++ b/sphinx/search/en.py
@@ -1,5 +1,4 @@
-"""
- English search language: includes the JS porter stemmer.
+"""English search language: includes the JS porter stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/es.py b/sphinx/search/es.py
index 3026c9fd4..1bee7fbf7 100644
--- a/sphinx/search/es.py
+++ b/sphinx/search/es.py
@@ -1,5 +1,4 @@
-"""
- Spanish search language: includes the JS Spanish stemmer.
+"""Spanish search language: includes the JS Spanish stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/fi.py b/sphinx/search/fi.py
index bda7159f0..a632ad647 100644
--- a/sphinx/search/fi.py
+++ b/sphinx/search/fi.py
@@ -1,5 +1,4 @@
-"""
- Finnish search language: includes the JS Finnish stemmer.
+"""Finnish search language: includes the JS Finnish stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/fr.py b/sphinx/search/fr.py
index 4692a64e3..19be35946 100644
--- a/sphinx/search/fr.py
+++ b/sphinx/search/fr.py
@@ -1,5 +1,4 @@
-"""
- French search language: includes the JS French stemmer.
+"""French search language: includes the JS French stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/hu.py b/sphinx/search/hu.py
index 0d0c28e50..821aabcf9 100644
--- a/sphinx/search/hu.py
+++ b/sphinx/search/hu.py
@@ -1,5 +1,4 @@
-"""
- Hungarian search language: includes the JS Hungarian stemmer.
+"""Hungarian search language: includes the JS Hungarian stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/it.py b/sphinx/search/it.py
index 9ec7768ed..e751a17a1 100644
--- a/sphinx/search/it.py
+++ b/sphinx/search/it.py
@@ -1,5 +1,4 @@
-"""
- Italian search language: includes the JS Italian stemmer.
+"""Italian search language: includes the JS Italian stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/ja.py b/sphinx/search/ja.py
index 820de07f1..fab0595da 100644
--- a/sphinx/search/ja.py
+++ b/sphinx/search/ja.py
@@ -1,5 +1,4 @@
-"""
- Japanese search language: includes routine to split words.
+"""Japanese search language: includes routine to split words.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/jssplitter.py b/sphinx/search/jssplitter.py
index 13f55a16e..c4fe62737 100644
--- a/sphinx/search/jssplitter.py
+++ b/sphinx/search/jssplitter.py
@@ -1,5 +1,4 @@
-"""
- Provides Python compatible word splitter to JavaScript
+"""Provides Python compatible word splitter to JavaScript
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
diff --git a/sphinx/search/nl.py b/sphinx/search/nl.py
index 06c84ce4d..a7989b1ed 100644
--- a/sphinx/search/nl.py
+++ b/sphinx/search/nl.py
@@ -1,5 +1,4 @@
-"""
- Dutch search language: includes the JS porter stemmer.
+"""Dutch search language: includes the JS porter stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/no.py b/sphinx/search/no.py
index 1208991cb..c30352530 100644
--- a/sphinx/search/no.py
+++ b/sphinx/search/no.py
@@ -1,5 +1,4 @@
-"""
- Norwegian search language: includes the JS Norwegian stemmer.
+"""Norwegian search language: includes the JS Norwegian stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/pt.py b/sphinx/search/pt.py
index 46a4bb0d0..994daebe7 100644
--- a/sphinx/search/pt.py
+++ b/sphinx/search/pt.py
@@ -1,5 +1,4 @@
-"""
- Portuguese search language: includes the JS Portuguese stemmer.
+"""Portuguese search language: includes the JS Portuguese stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/ro.py b/sphinx/search/ro.py
index 817c70165..bbc5e9326 100644
--- a/sphinx/search/ro.py
+++ b/sphinx/search/ro.py
@@ -1,5 +1,4 @@
-"""
- Romanian search language: includes the JS Romanian stemmer.
+"""Romanian search language: includes the JS Romanian stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/ru.py b/sphinx/search/ru.py
index f2e027592..53dd64e83 100644
--- a/sphinx/search/ru.py
+++ b/sphinx/search/ru.py
@@ -1,5 +1,4 @@
-"""
- Russian search language: includes the JS Russian stemmer.
+"""Russian search language: includes the JS Russian stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/sv.py b/sphinx/search/sv.py
index c7b0fde93..0ee635416 100644
--- a/sphinx/search/sv.py
+++ b/sphinx/search/sv.py
@@ -1,5 +1,4 @@
-"""
- Swedish search language: includes the JS Swedish stemmer.
+"""Swedish search language: includes the JS Swedish stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/tr.py b/sphinx/search/tr.py
index c85912337..75eca4731 100644
--- a/sphinx/search/tr.py
+++ b/sphinx/search/tr.py
@@ -1,5 +1,4 @@
-"""
- Turkish search language: includes the JS Turkish stemmer.
+"""Turkish search language: includes the JS Turkish stemmer.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
diff --git a/sphinx/search/zh.py b/sphinx/search/zh.py
index 276a49a70..712fdf63b 100644
--- a/sphinx/search/zh.py
+++ b/sphinx/search/zh.py
@@ -1,5 +1,4 @@
-"""
- Chinese search language: includes routine to split words.
+"""Chinese search language: includes routine to split words.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.