A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
672 B

  1. MWParserFromHell v0.1 Documentation
  2. ===================================
  3. **mwparserfromhell** (the *MediaWiki Parser from Hell*) is a Python package
  4. that provides an easy-to-use and outrageously powerful parser for MediaWiki_
  5. wikicode. It supports Python 2 and Python 3.
  6. Developed by Earwig_ with help from `Σ`_.
  7. .. _MediaWiki: http://mediawiki.org
  8. .. _Earwig: http://en.wikipedia.org/wiki/User:The_Earwig
  9. .. _Σ: http://en.wikipedia.org/wiki/User:Σ
  10. Contents
  11. --------
  12. .. toctree::
  13. :maxdepth: 2
  14. API Reference <api/modules>
  15. Indices and tables
  16. ------------------
  17. * :ref:`genindex`
  18. * :ref:`modindex`
  19. * :ref:`search`