Skip to content
Unverified Commit 9856d755 authored by mirabilos's avatar mirabilos Committed by mirabilos
Browse files

improve documentation or rendering thereof

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
parent f7cec850
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment