pydisassemble is in pyxdis now

Some small ReST tag fixes
This commit is contained in:
rocky
2016-05-22 18:12:42 -04:00
parent fd9ecdecc7
commit 544cb334e8

View File

@@ -59,7 +59,7 @@ This uses setup.py, so it follows the standard Python routine:
# or if you have pyenv: # or if you have pyenv:
python setup.py develop python setup.py develop
A GNU makefile is also provided so `make install` (possibly as root or A GNU makefile is also provided so :code:`make install` (possibly as root or
sudo) will do the steps above. sudo) will do the steps above.
Testing Testing
@@ -73,7 +73,7 @@ A GNU makefile has been added to smooth over setting running the right
command, and running tests from fastest to slowest. command, and running tests from fastest to slowest.
If you have remake_ installed, you can see the list of all tasks If you have remake_ installed, you can see the list of all tasks
including tests via `remake --tasks` including tests via :code:`remake --tasks`
Usage Usage
@@ -84,7 +84,6 @@ Run
:: ::
./bin/uncompyle6 -h ./bin/uncompyle6 -h
./bin/pydisassemble -h
for usage help. for usage help.