Skip to content

Commit eb7e3e4

Browse files
committed
doc tweaks
1 parent 52930cf commit eb7e3e4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
copyright = u'2015, Christopher Armstrong'
1515
version = release = '0.9+'
1616

17-
17+
html_theme = 'sphinx_rtd_theme'

effect/testing.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ def test_code():
6969
``AssertionError`` is raised with a log of all intents that were performed
7070
so far. Each item in the log starts with one of three prefixes:
7171
72-
- sequence: this intent was found in the sequence
73-
- fallback: a performer for this intent was provided by the fallback
74-
dispatcher
75-
- NOT FOUND: no performer for this intent was found.
72+
* ``sequence``: this intent was found in the sequence
73+
* ``fallback``: a performer for this intent was provided by the fallback
74+
dispatcher
75+
* ``NOT FOUND``: no performer for this intent was found.
7676
77-
:param list sequence: Sequence of ``(intent, fn)``, where ``fn`` is a
77+
:param list sequence: List of ``(intent, fn)`` tuples, where ``fn`` is a
7878
function that should accept an intent and return a result.
7979
:param Effect eff: The Effect to perform.
8080
:param fallback_dispatcher: A dispatcher to use for intents that aren't

0 commit comments

Comments
 (0)