Skip to content

Commit d3b9f02

Browse files
committed
Move Console helper links to guide
1 parent 53f1dd1 commit d3b9f02

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

components/console.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,17 +112,6 @@ This prints::
112112

113113
HELLO FABIEN
114114

115-
Console Helpers
116-
---------------
117-
118-
The console component also contains a set of "helpers" - different small
119-
tools capable of helping you with different tasks:
120-
121-
* :doc:`/components/console/helpers/questionhelper`: interactively ask the user for information
122-
* :doc:`/components/console/helpers/formatterhelper`: customize the output colorization
123-
* :doc:`/components/console/helpers/progressbar`: shows a progress bar
124-
* :doc:`/components/console/helpers/table`: displays tabular data as a table
125-
126115
.. _component-console-testing-commands:
127116

128117
Testing Commands

console.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,20 @@ you can extend your test from
294294
// ...
295295
}
296296
}
297+
298+
Learn More
299+
----------
300+
301+
.. toctree::
302+
:maxdepth: 1
303+
:glob:
304+
305+
console/*
306+
307+
The console component also contains a set of "helpers" - different small
308+
tools capable of helping you with different tasks:
309+
310+
* :doc:`/components/console/helpers/questionhelper`: interactively ask the user for information
311+
* :doc:`/components/console/helpers/formatterhelper`: customize the output colorization
312+
* :doc:`/components/console/helpers/progressbar`: shows a progress bar
313+
* :doc:`/components/console/helpers/table`: displays tabular data as a table

0 commit comments

Comments
 (0)