Rst formatting issue fix #42 - #43
Conversation
|
Hi, thanks for this. Can you remove the line number 3 of Python code block, the location one :) |
|
Can you please share the exact code which you are highlighting, or add a comment in code changes part |
| ################## | ||
|
|
||
| To run test suite | ||
| `python3 -m pytest` |
There was a problem hiding this comment.
can you also make this line indented :) ?
| @@ -12,22 +12,22 @@ Then install all the requirements using | |||
| `pip3 install -r requirements.txt` | |||
There was a problem hiding this comment.
can you also make this line indented :) ?
| ********* | ||
| It is a library to reliably fetch code via HTTP, FTP and version control systems. | ||
|
|
||
| Installation |
There was a problem hiding this comment.
can you also make this line indented :) ? Line number 9 in Installation
|
Ping @bobquest33 |
Signed-off-by: TG1999 <tushar.goel.dav@gmail.com>
|
@pombredanne can you please have a look and merge this :) |
Signed-off-by: TG1999 <tushar.goel.dav@gmail.com>
|
@bobquest33 thanks! |
|
If something needs to be deleted, this should be in another PR IMHO and discussed there |
|
Hi @pombredanne , I removed that, I told you earlier that we have some redundant code and some redundant tests were added for them, so removed them |
|
@TG1999 OK fair enough! |
Code format issues in rst has been fixed