Opened 12 years ago
Closed 12 years ago
#18721 closed Cleanup/optimization (needsinfo)
Documentation Collaboration | Copy Code Button | Tiny Improvements Save Time
Reported by: | Quark | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.4 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Dear Community,
https://docs.djangoproject.com/en/1.4/topics/install/
Documentation Collaboration
It would be great if the Django student community, could edit the online documentation collaboratively.
Through source control?
Copy Code Button
It would save a lot of time, if Django students, could click a Copy Code Button,
instead of having to highlight and copy.
Tiny Improvement
On the page listed above, change:
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
to:
cd `python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"`
All this saves time.
The current steps:
- Highlight code.
- Copy text.
- Fire up terminal.
- Paste text.
- Execute code.
- Type cd <directory>
Steps after optimisation:
- Click copy button.
- Fire up terminal.
- Paste text.
- Execute code.
If it were possible to trust web page code, the quality plateau, would be:
- Click execute button (to execute steps 1-4).
If the inefficiency is 20 seconds, and 100,000 people go through these hoops,
The total time wasted is ~23 days.
Best Wishes,
Quark.
Hi Qwark,
Thanks for your feedback!