intel / dffml

The easiest way to use Machine Learning. Mix and match underlying ML libraries and data set sources. Generate new datasets or modify existing ones with ease.
https://intel.github.io/dffml/main/
MIT License
250 stars 138 forks source link

docs: Add Sphinx-copybutton #1016

Open nitesh585 opened 3 years ago

nitesh585 commented 3 years ago

Add support of Sphinx-copybutthon. Which adds a little “copy” button to the right of the code blocks.

rajpratyush commented 3 years ago

@pdxjohnny can I take up this issue ?

Saanidhyavats commented 3 years ago

If no one is working on it can I start working on this issue?

rajpratyush commented 3 years ago

@pdxjohnny can you tell me where the conf.py is located ?

pdxjohnny commented 3 years ago

@rajpratyush I see you found it :) but for future reference, here are two approaches:

  1. find . -type f -name conf.py
  2. git ls-files | grep conf.py
rajpratyush commented 3 years ago

Thanx for help @pdxjohnny. Can you tell me two things is anyone working renaming master branch to main and how to clear off previous commits from a new PR . I forgot this one.

pdxjohnny commented 3 years ago

@rajpratyush We really should keep discussion about specific issues within the comments of that issue. Or for general discussion, cross issue discussion, or anything else: https://gitter.im/dffml/community

You're looking for git rebase to remove / change commits on a branch.

And you can check the open PRs / the renaming master branch issue to see if anyone else is working on it