jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/631911 )

Change subject: [cleanup] remove unused epydoc.cfg and epytext doc format hints
......................................................................

[cleanup] remove unused epydoc.cfg and epytext doc format hints

Change-Id: I6d0644a52b573b1b20b643edd87a367a3d5caef2
---
M pywikibot/comms/http.py
M pywikibot/comms/threadedhttp.py
D pywikibot/epydoc.cfg
3 files changed, 0 insertions(+), 89 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/comms/http.py b/pywikibot/comms/http.py
index ffd1c48..adcd1eb 100644
--- a/pywikibot/comms/http.py
+++ b/pywikibot/comms/http.py
@@ -16,8 +16,6 @@
 #
 # Distributed under the terms of the MIT license.
 #
-__docformat__ = 'epytext'
-
 import atexit
 import sys

diff --git a/pywikibot/comms/threadedhttp.py b/pywikibot/comms/threadedhttp.py
index b8c3e24..fd19f5d 100644
--- a/pywikibot/comms/threadedhttp.py
+++ b/pywikibot/comms/threadedhttp.py
@@ -5,9 +5,6 @@
 #
 # Distributed under the terms of the MIT license.
 #
-__docformat__ = 'epytext'
-
-# standard python libraries
 import codecs
 import re

diff --git a/pywikibot/epydoc.cfg b/pywikibot/epydoc.cfg
deleted file mode 100644
index 0725f98..0000000
--- a/pywikibot/epydoc.cfg
+++ /dev/null
@@ -1,84 +0,0 @@
-[epydoc] # Epydoc section marker (required by ConfigParser)
-
-# modules
-#   The list of objects to document.  Objects can be named using
-#   dotted names, module filenames, or package directory names.
-#   Alases for this option include "objects" and "values".
-modules: data.threadedhttp
-
-# output
-#   The type of output that should be generated.  Should be one
-#   of: html, text, latex, dvi, ps, pdf.
-output: html
-
-# target
-#   The path to the output directory.  May be relative or absolute.
-target: doc/
-
-# css
-#   The CSS stylesheet for HTML output.  Can be the name of a builtin
-#   stylesheet, or the name of a file.
-css: white
-
-# name
-#   The documented project's name.
-name: Python Mediawiki Framework
-
-# url
-#   The documented project's URL.
-url: https://www.mediawiki.org/wiki/Manual:Pywikibot
-
-# frames
-#   Whether or not to include a frames-based table of contents.
-frames: yes
-
-# private
-#   Whether or not to include private variables. (Even if included,
-#   private variables will be hidden by default.)
-private: yes
-
-# imports
-#   Whether or not to list each module's imports.
-imports: yes
-
-# verbosity
-#   An integer indicating how verbose epydoc should be. The default
-#   value is 0; negative values will suppress warnings and errors;
-#   positive values will give more verbose output.
-verbosity: 0
-
-# parse
-#   Whether or not parsing should be used to examine objects.
-parse: yes
-
-# introspect
-#   Whether or not introspection should be used to examine objects.
-introspect: yes
-
-# graph
-#   The list of graph types that should be automatically included
-#   in the output.  Graphs are generated using the Graphviz "dot"
-#   executable.  Graph types include: "classtree", "callgraph",
-#   "umlclass".  Use "all" to include all graph types
-graph: all
-
-# dotpath
-#   The path to the Graphviz "dot" executable, used to generate
-#   graphs.
-dotpath: /usr/bin/dot
-
-# sourcecode
-#   Whether or not to include syntax highlighted source code in
-#   the output (HTML only).
-sourcecode: no
-
-# pstat
-#   The name of one or more pstat files (generated by the profile
-#   or hotshot module).  These are used to generate call graphs.
-pstat: profile.out
-
-# separate-classes
-#   Whether each class should be listed in its own section when
-#   generating LaTeX or PDF output.
-separate-classes: no
-

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/631911
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I6d0644a52b573b1b20b643edd87a367a3d5caef2
Gerrit-Change-Number: 631911
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to