Skip to content

Commit

Permalink
Merge "[DOC] Add scripts file to docs"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Aug 3, 2017
2 parents 42e2f7a + 01cc902 commit b78ccdb
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/scripts/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Scripts reference
-------------

Provided Scripts by pywikibot
=============================

Pywikibot framework has a lot of ready-to-use scripts for several tasks.
In general the usage and options of all scripts may be shown by using the command
``<scriptname> -help``


Contents
========

.. toctree::
:glob:

*


8 changes: 8 additions & 0 deletions docs/scripts/scripts.i18n.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
scripts.i18n translation files
==============================

.. automodule:: scripts.i18n
:members:
:undoc-members:
:show-inheritance:

54 changes: 54 additions & 0 deletions docs/scripts/scripts.maintenance.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
scripts.maintenance utility scripts
===================================

.. automodule:: scripts.maintenance
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

scripts.maintenance.cache script
--------------------------------

.. automodule:: scripts.maintenance.cache
:members:
:undoc-members:
:show-inheritance:


scripts.maintenance.colors script
---------------------------------

.. automodule:: scripts.maintenance.colors
:members:
:undoc-members:
:show-inheritance:


scripts.maintenance.compat2core script
--------------------------------------

.. automodule:: scripts.maintenance.compat2core
:members:
:undoc-members:
:show-inheritance:


scripts.maintenance.make_i18n_dict script
-----------------------------------------

.. automodule:: scripts.maintenance.make_i18n_dict
:members:
:undoc-members:
:show-inheritance:


scripts.maintenance.wikimedia_sites script
-----------------------------------------

.. automodule:: scripts.maintenance.wikimedia_sites
:members:
:undoc-members:
:show-inheritance:

0 comments on commit b78ccdb

Please sign in to comment.