Skip to content

Commit 4504104

Browse files
authored
Merge pull request #13 from partrita/master
Update README.rst
2 parents e0a4979 + 53e15e3 commit 4504104

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.rst

+17-17
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ Table of Contents
3131
Goal and Philosophy
3232
-------------------
3333

34-
**``PyInquirer``** strives to be an easily embeddable and beautiful
34+
**PyInquirer** strives to be an easily embeddable and beautiful
3535
command line interface for `Python <https://python.org/>`__.
36-
**``PyInquirer``** wants to make it easy for existing Inquirer.js users
36+
**PyInquirer** wants to make it easy for existing Inquirer.js users
3737
to write immersive command line applications in Python. We are convinced
3838
that its feature-set is the most complete for building immersive CLI
39-
applications. We also hope that **``PyInquirer``** proves itself useful
39+
applications. We also hope that **PyInquirer** proves itself useful
4040
to Python users.
4141

42-
**``PyInquirer``** should ease the process of - providing *error
42+
**PyInquirer** should ease the process of - providing *error
4343
feedback* - *asking questions* - *parsing* input - *validating* answers
4444
- managing *hierarchical prompts*
4545

46-
**Note:** **``PyInquirer``** provides the user interface and the inquiry
46+
**Note:** **PyInquirer** provides the user interface and the inquiry
4747
session flow. >
4848

4949
Documentation
@@ -106,18 +106,18 @@ Examples
106106
Most of the examples intend to demonstrate a single question type or
107107
feature:
108108

109-
- bottom-bar.py
110-
- expand.py
111-
- list.py
112-
- password.py
113-
- when.py
114-
- checkbox.py
115-
- confirm.py
116-
- hierarchical.py
117-
- pizza.py - demonstrate using different question types
118-
- editor.py
119-
- input.py
120-
- rawlist.py
109+
- `editor.py <./examples/editor.py>`_
110+
- `expand.py <./examples/expand.py>`_
111+
- `list.py <./examples/list.py>`_
112+
- `password.py <./examples/password.py>`_
113+
- `when.py <./examples/when.py>`_
114+
- `checkbox.py <./examples/checkbox.py>`_
115+
- `confirm.py <./examples/confirm.py>`_
116+
- `hierarchical.py <./examples/hierarchical.py>`_
117+
- `pizza.py <./examples/pizza.py>`_ - demonstrate using different question types
118+
- `editor.py <./examples/editor.py>`_
119+
- `input.py <./examples/input.py>`_
120+
- `rawlist.py <./examples/rawlist.py>`_
121121

122122
If you want to launch examples with the code from repository instead of
123123
installing a package you need to execute ``pip install -e .`` within project

0 commit comments

Comments
 (0)