Skip to content

Commit

Permalink
Update to the example section.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed Sep 4, 2015
1 parent d1368f9 commit fbd313b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,10 @@ Qprompt can be installed with pip using the following command: `pip install qpro
Additional, Qprompt can be installed from source by running: `python setup.py install`

== Examples
Example of basic information prompting:
The following are basic examples of Qprompt (all examples can be found https://github.com/jeffrimko/Qprompt/tree/master/examples[here]):

--------
include::examples/ask_1.py[]
--------

Example of menu usage:

--------
include::examples/menu_1.py[]
--------
- https://github.com/jeffrimko/Qprompt/blob/master/examples/ask_1.py[`examples/ask_1.py`] - Basic info prompting.
- https://github.com/jeffrimko/Qprompt/blob/master/examples/menu_1.py[`examples/menu_1.py`] - Basic menu usage.

== Similar
The following projects are similar and may be worth checking out:
Expand Down

0 comments on commit fbd313b

Please sign in to comment.