Skip to content
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

fix: Minor docs changes #353

Merged
merged 2 commits into from Jan 8, 2021
Merged

fix: Minor docs changes #353

merged 2 commits into from Jan 8, 2021

Conversation

Aju100
Copy link
Contributor

@Aju100 Aju100 commented Jan 7, 2021

Hi Opensource team,

As the discussion goes on discord group, I had made PR for it where I removed $ in order to execute commands on the terminal.

Regards,
Aju Tamang

Copy link
Member

@Nibba2018 Nibba2018 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Aju100 , Thank you for digging through the documentation and creating this PR. I think it would be better if they are converted to code blocks instead. Code blocks will provide syntax highlighting along with formatting hence serving our purpose.

I have added some comments below do have a look.

Comment on lines 26 to 28

$ pip install fury
pip install fury

Copy link
Member

@Nibba2018 Nibba2018 Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the :: in the previous line and replace the command with:

.. code-block:: shell

  pip install fury

For more info visit here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you @Nibba2018 got to learn about rst too. I request you to have a review and some feedbacks about it

Comment on lines 100 to 105
export DISPLAY=:0
Xvfb :0 -screen 1920x1080x24 > /dev/null 2>1 &
pytest -svv fury

- Second option::

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above and for the rest of the shell commands.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have done as you can review out my latest commit.

Copy link
Contributor

@skoudoro skoudoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this @Aju100 and thanks for the review @Nibba2018.

Overall, it looks good to me. I just need to generate this locally and then I will go ahead and merge it. Thank you @Aju100

@skoudoro skoudoro added this to the v0.7.0 milestone Jan 7, 2021
@Nibba2018
Copy link
Member

Thank you @Aju100 for this PR and Thank you @skoudoro for the review merging! 🚀

@Nibba2018 Nibba2018 merged commit 0bf764e into fury-gl:master Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants