Skip to content

Commit

Permalink
Fixes project dependency for RTD
Browse files Browse the repository at this point in the history
Remove old description on some modules reference
  • Loading branch information
cajomferro committed Jan 18, 2017
1 parent a7f3f28 commit 546c7ef
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/source/api_reference/com/arcom.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Arduino Communication Wrapper
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api_reference/com/com.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Communication API
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api_reference/com/protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Communication Protocol
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api_reference/model/bpod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bpod
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api_reference/model/session.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Session
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api_reference/model/state_machine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ State Machine
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api_reference/model/trial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Trial
Overview
========

The BoardTask aggregates information from a board, a task and a setup (a.k.a. subject).
TODO

Implementation
==============
Expand Down
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

from recommonmark.parser import CommonMarkParser
import os
import sys

sys.path.append(os.path.abspath('../../pybpodapi'))
sys.path.append(os.path.abspath('../../'))

# adds support for Markwdown
from recommonmark.parser import CommonMarkParser
source_parsers = {
'.md': CommonMarkParser,
}
Expand Down

0 comments on commit 546c7ef

Please sign in to comment.