jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] do not exclude members from pywikibot.rst

This leads to missing links within documentation. A better solution
could be to exclude members from the imported library as lon as the
imports in pywikibot is intentional e.g. like for pywikibot.info()

This partially reverts daff7ba5 and 1d6a70d6

Change-Id: I68dca8545cdf3c0eb1c178c240fece4d994f7def
---
M docs/api_ref/pywikibot.rst
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/docs/api_ref/pywikibot.rst b/docs/api_ref/pywikibot.rst
index 804cd7e..5da2cdc 100644
--- a/docs/api_ref/pywikibot.rst
+++ b/docs/api_ref/pywikibot.rst
@@ -3,14 +3,6 @@
***********************************************

.. automodule:: pywikibot
- :exclude-members:
- Bot, CurrentPageBot, WikidataBot, calledModuleName, handle_args, input,
- input_choice, input_yn, show_help,
- translate,
- critical, debug, error, exception, info, log, output, stdout, warning,
- Category, Claim, FilePage, ItemPage, LexemeForm, LexemePage, LexemeSense,
- Link, MediaInfo, Page, PropertyPage, SiteLink, User, html2unicode,
- Timestamp

.. admonition:: Imports from :mod:`bot` module
:class: tip

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

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I68dca8545cdf3c0eb1c178c240fece4d994f7def
Gerrit-Change-Number: 1048833
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot