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 20, 2020
1 parent d5d0320 commit 2af3b7a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
master_doc = 'index'

# General information about the project.
project = u''
project = u'OpenWorkflow\'s Doc'
copyright = u"2020, Carnegie Mellon University"
author = u"Junjue Wang"

Expand All @@ -72,7 +72,7 @@

# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
add_module_names = True
add_module_names = False

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ User Guide
installation
quickstart
tutorial
modules
source/modules
contributing
history

Expand Down
5 changes: 0 additions & 5 deletions docs/modules.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gabrieltool
===========
gabrieltool API
===============

.. toctree::
:maxdepth: 4
Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Tutorial
**********************

We will create a wearable cognitive assistant that recognize a person or a chair
in this tutorial. The complete code is `here
in this tutorial. The `complete code
<https://github.com/cmusatyalab/OpenWorkflow/blob/master/examples/gabriel_example.py>`_.
The code contains a few more use cases of gabrieltool package. We
will focus on creating a gabriel server in this example.
contains a few more use cases of gabrieltool package. We will focus on
creating a gabriel server in this example.

To recognize a person or a chair, we will use a SSD MobileNet v2 object detector
network from Tensorflow. Download and decompress the detector from
Expand Down

0 comments on commit 2af3b7a

Please sign in to comment.