X Tutup
The Wayback Machine - https://web.archive.org/web/20201204225814/https://github.com/PythonTurtle/PythonTurtle/issues/62
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

Describe all in-programm commands in Wiki with pictures #62

Open
darvin opened this issue Sep 29, 2010 · 6 comments
Open

Describe all in-programm commands in Wiki with pictures #62

darvin opened this issue Sep 29, 2010 · 6 comments
Labels

Comments

@darvin
Copy link

@darvin darvin commented Sep 29, 2010

No description provided.

@cool-RR
Copy link
Member

@cool-RR cool-RR commented Sep 29, 2010

Please clarify.

@darvin
Copy link
Author

@darvin darvin commented Sep 29, 2010

so, something like

go(integer):
moves animal forward (or backward, if integer is negative)
examples:
go(44)
go(-29)

pictures:
(some pictures)

...or may be generate it from docstring

@cool-RR
Copy link
Member

@cool-RR cool-RR commented Sep 29, 2010

I see. I'm slightly opposed to this: I think that the best explanation is to show, as the current help screen does. But if you want to do it, (and do it well,) I'll include it. Keep sharing me in your plans.

@darvin
Copy link
Author

@darvin darvin commented Sep 29, 2010

I do not wand delete current help screen!
so i want some autobuild system for online help and offline help screen, for comfort editing and keepeng offline help up to date

@cool-RR
Copy link
Member

@cool-RR cool-RR commented Sep 29, 2010

Okay, sounds good.

@bittner
Copy link
Member

@bittner bittner commented Mar 30, 2019

This should all go into an in-app help system (#65). Kind of, as an in-depth read (linked from the main help screens) for users that want to dive deeper.

@bittner bittner added the docs+guides label Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.
X Tutup