docupy
0.3
  • Installing
  • Overview
  • Full API
  • Contributing to docupy
  • Changelog
docupy
  • »
  • docupy
  • View page source

docupy¶

docupy is a Python markdown library.

Example¶

>>> import docupy
>>> docupy.markdown_to_html("HTML is *easy*.")
'<p>HTML is <em>easy</em>.</p>'

Table of Contents¶

  • Installing
    • pip
    • Development
    • Requirements
  • Overview
    • Creating HTML
    • Formatting
    • Special Blocks
    • Group blocks
    • Security
    • Example
  • Full API
    • docupy.markdown
  • Contributing to docupy
    • Raising an Issue
    • Pull Requests
      • How do Pull Requests work?
      • What does and doesn’t make a good Pull Request?
      • Requirements
        • Style
        • Documentation
        • Tests
          • Unit Tests
          • Integration Tests
        • Final Checks
  • Changelog
    • Release 0.3.2
    • Release 0.3.1
    • Release 0.3.0
    • Release 0.2.0
    • Release 0.1.0
Next

© Copyright 2020, Sam Ireland

Built with Sphinx using a theme provided by Read the Docs.