Adding a copy to clipboard option on the Introductory Tutorial page #2619
PrashantChoudhary13579
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
Thanks for the suggestion. Sounds useful, how complex would it be to add? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this discussion can help: link. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah @Sahil-Chhoker , Exactly the same way. It is not much hard or i can say much complicated. I have done 3 steps and Step up this feature in my local files. Using
pip install sphinx-copybutton
extensions = [
'sphinx_copybutton'
What is your opinion about this ? Should I make a PR ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Being a new contributor to the mesa. I was exploring things from main Readme file to the introductory tutorial https://mesa.readthedocs.io/stable/tutorials/intro_tutorial.html .
When i was on the Introductory tutorial page. I saw that it contains a lot of things for the new user like Creating Agent , Creating Model, Making the Agents do, Running the model and even Exercises and many more...
But while going through it, I think for the new user who just want to explore the things it would be easier for them if a copy to clipboard (copy) option is available for the code of the model written there

What are your opinion on this feature ? Should i raise it as an issue as a feature ?
Beta Was this translation helpful? Give feedback.
All reactions