Skip to content

Commit

Permalink
[docs] update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
junjuew committed Apr 21, 2020
1 parent 7353f78 commit 897d8da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ From PyPI

.. code-block:: console
$ pip install gabrieltool
$ pip install -U gabrieltool
From Source

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tutorial

We will create a wearable cognitive assistant that recognize a person or a chair
in this tutorial. The `complete code
<https://github.com/cmusatyalab/OpenWorkflow/blob/master/examples/gabriel_example.py>`_.
<https://github.com/cmusatyalab/OpenWorkflow/blob/master/examples/gabriel_example.py>`_
contains a few more use cases of gabrieltool package. We will focus on creating
a gabriel server in this tutorial. We will create the application logic as a FSM
using gabrieltool python library below. You can also build the FSM from the web
Expand Down

0 comments on commit 897d8da

Please sign in to comment.