##// END OF EJS Templates
Merge pull request #11340 from thanatos/shortcuts-touchups...
meeseeksdev[bot] -
r24617:194d1d7f merge
parent child Browse files
Show More
@@ -1,31 +1,31 b''
1 =================
1 =================
2 IPython shortcuts
2 IPython shortcuts
3 =================
3 =================
4
4
5 Available shortcut in IPython terminal.
5 Available shortcuts in an IPython terminal.
6
6
7 .. warning::
7 .. warning::
8
8
9 This list is automatically generated, and may not hold all the available
9 This list is automatically generated, and may not hold all available
10 shortcut. In particular, it may depends on the version of ``prompt_toolkit``
10 shortcuts. In particular, it may depend on the version of ``prompt_toolkit``
11 installed during the generation of this page.
11 installed during the generation of this page.
12
12
13
13
14 Single Filtered shortcuts
14 Single Filtered shortcuts
15 =========================
15 =========================
16
16
17 .. csv-table::
17 .. csv-table::
18 :header: Shortcut,Filter,Description
18 :header: Shortcut,Filter,Description
19 :widths: 30, 30, 100
19 :widths: 30, 30, 100
20 :delim: tab
20 :delim: tab
21 :file: single_filtered.csv
21 :file: single_filtered.csv
22
22
23
23
24 Multi Filtered shortcuts
24 Multi Filtered shortcuts
25 =========================
25 ========================
26
26
27 .. csv-table::
27 .. csv-table::
28 :header: Shortcut,Filter,Description
28 :header: Shortcut,Filter,Description
29 :widths: 30, 30, 100
29 :widths: 30, 30, 100
30 :delim: tab
30 :delim: tab
31 :file: multi_filtered.csv
31 :file: multi_filtered.csv
General Comments 0
You need to be logged in to leave comments. Login now