-
-
Notifications
You must be signed in to change notification settings - Fork 20
Rst formatting issue fix #42 #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
README.rst
Outdated
@@ -12,22 +12,22 @@ Then install all the requirements using | |||
`pip3 install -r requirements.txt` | |||
|
|||
Running test suite | |||
################# | |||
################## | |||
|
|||
To run test suite | |||
`python3 -m pytest` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also make this line indented :) ?
README.rst
Outdated
@@ -12,22 +12,22 @@ Then install all the requirements using | |||
`pip3 install -r requirements.txt` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also make this line indented :) ?
Fetchcode | ||
***** | ||
********* | ||
It is a library to reliably fetch code via HTTP, FTP and version control systems. | ||
|
||
Installation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also make this line indented :) ? Line number 9 in Installation
Ping @bobquest33 |
Signed-off-by: TG1999 <[email protected]>
@pombredanne can you please have a look and merge this :) |
Signed-off-by: TG1999 <[email protected]>
@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