##// END OF EJS Templates
Add extra warnings in docs, and improve Makefile....
Matthias Bussonnier -
Show More
@@ -87,7 +87,7 b' source/api/generated/gen.txt:'
87 $(PYTHON) autogen_api.py
87 $(PYTHON) autogen_api.py
88 @echo "Build API docs finished."
88 @echo "Build API docs finished."
89
89
90 autogen_shortcuts:
90 autogen_shortcuts: autogen_shortcuts.py ../IPython/terminal/interactiveshell.py
91 $(PYTHON) autogen_shortcuts.py
91 $(PYTHON) autogen_shortcuts.py
92 @echo "Created docs for shortcuts"
92 @echo "Created docs for shortcuts"
93
93
@@ -4,6 +4,12 b' IPython shortcuts'
4
4
5 Available shortcut in IPython terminal.
5 Available shortcut in IPython terminal.
6
6
7 .. warnings::
8
9 This list is automatically generated, and may not hold all the available
10 shortcut. In particular, it may depends on the version of ``prompt_toolkit``
11 installed during the generation of this page.
12
7
13
8 Single Filtered shortcuts
14 Single Filtered shortcuts
9 =========================
15 =========================
General Comments 0
You need to be logged in to leave comments. Login now