esi-docs
esi-docs copied to clipboard
Fix python prompt style terminal prompt
Change the prompts in the examples descriptions from '>>>' to '>' i.e. from python style to cmd/ps style.
'>>> python something' doesn't make a lot of sense as '>>>' is already a running python interpreter.
Also pycharm interprets the '>>>' inside text blocks and this prevents the code from running inside pycharm.