Skip to content
  • mirabilos's avatar
    improve documentation or rendering thereof · 9856d755
    mirabilos authored and mirabilos's avatar mirabilos committed
    tested with python3-readme-renderer and:
    
    (cat README.rst; echo; cat MMLFILE.rst; echo; cat CHANGELOG.rst) \
        >/tmp/x.rst && python3 -m readme_renderer /tmp/x.rst -o - | \
        (printf '%s\n' '<!DOCTYPE html>' '<html lang="en" dir="ltr">' \
        '  <head>' \
        '    <link rel="stylesheet" href="https://pypi.org/static/css/warehouse-ltr.17bfe083.css">' \
        '  </head><body style="margin:1em;"><div id="description" class="project-description">'; \
        cat) >/tmp/x.html; iceweasel /tmp/x.html
    9856d755