diff --git a/.gitignore b/.gitignore index 0a19790..1b1e0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +doc/_build # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/doc/_static/box.html b/doc/_static/box.html index af4fd27..15d172c 100644 --- a/doc/_static/box.html +++ b/doc/_static/box.html @@ -1,57 +1,33 @@ - + - -
- - - - -- You can execute any Python code. Just enter something in the box below and - click the button. -
- - -+ You can write and execute Python code in the REPL. Just enter + something in the box below and click "Run" or press ⇧ + ⏎. + You can also access past commands using the up and down arrow keys. +
+