Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[doc] Fix sphinx doc

Change-Id: Ife7c22463b26a24ff568fbc7c2841a5916e3657c
---
M docs/glossary.rst
D docs/scripts_ref/scripts.archive.rst
M docs/scripts_ref/scripts.rst
3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/docs/glossary.rst b/docs/glossary.rst
index 57dcc97..bfc7a3b 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -10,7 +10,7 @@
Often seen for code examples which can be executed interactively
in the interpreter. The :mod:`pywikibot` module is preloaded. The
:mod:`pywikibot.scripts.shell` script is part of the
- :ref:`Pywikibot Utility Scripts<utility_scripts>`.
+ :ref:`Pywikibot Utility Scripts<Utility Scripts>`.

compat
The first Pywikibot package formerly known as *Pywikipediabot*
@@ -57,7 +57,8 @@

tag
A marker of particular revisions (e.g. a release version). Each
- Pywikibot release is tagged with its release version number.
+ Pywikibot release is tagged with its release version number. The
+ current last tag is |version|.

trunk
A former name of :term:`compat`.
diff --git a/docs/scripts_ref/scripts.archive.rst b/docs/scripts_ref/scripts.archive.rst
deleted file mode 100644
index 79c34d1..0000000
--- a/docs/scripts_ref/scripts.archive.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-scripts.archive archived scripts
-================================
-
-.. automodule:: scripts.archive
\ No newline at end of file
diff --git a/docs/scripts_ref/scripts.rst b/docs/scripts_ref/scripts.rst
index b242a8b..b40ab91 100644
--- a/docs/scripts_ref/scripts.rst
+++ b/docs/scripts_ref/scripts.rst
@@ -8,7 +8,6 @@

.. toctree::

- scripts.archive
scripts.i18n
scripts.maintenance
scripts.userscripts

To view, visit change 783434. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ife7c22463b26a24ff568fbc7c2841a5916e3657c
Gerrit-Change-Number: 783434
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged