python - PyPi description markdown doesn't work -


I uploaded a package to use POP:

  Register -r pypi dragon setup.py sdist upload -r pypi  

I am trying to modify decsription, I wrote (Please do not edit the formatting of the following part of the code For example, I've made it: `` `Dragon '@' RTR (this is the purpose of displaying my problem):

  ** nose-docstring-plugin ** This plugin lets you Half of their properties The test enables to modify the dosstring of tests on: section = 'miksaction', type = 'functional +', module = 'miamulude', id = 1) def test_function (self): "" "This is the original doccrusion pass However, the text appears to be,  without  marker formatting what I'm doing wrong?   < P> 

PyPI does not support, README will not be rendered in HTML

If you want a rendered readme, stick with the reconstructed text; This is a good starting point.

You probably want to install it so that you can test your document locally; You want to see the rst2html.py script included on your README to see if errors occur, if any. There are too many errors in your specific sample:

$ bin / rst2html.py test.rst & gt; /tmp/test.html test.rst: 7: (error / 3) Unexpected indentation. Test.rst: 3: (Warning / 2) Inline literal start-string without end-string. Test.rst: 3: (Warning / 2) Inline interpreted text or phrase reference starting string without end-string. Test.rst: 11: (warning / 2) block coat ends without a blank line; Unexpected unindent Test.rst: 11: (Warning / 2) Inline literal start-string without end-string. Test.rst: 11: (Warning / 2) Inline interpreted text or phrase reference start string without end-string.

Your code block is using the Gecko's MarkTown extension, which is completely incorrect for the structured text again. You can use a reverse code block (perhaps, If the PPI version of doctors is new enough):

  .. code-block :: python @attr (section = 'MySection', type = 'functional +', module = 'mymodule', ID = 1) DEF test_function (self): "" This is the original docostring ""  

This is done locally by testing There is a need to set up as well.

If you are interested, then add support for Markdown.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -