summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-01-05 16:21:36 +0000
committerThomas Kluyver <takowl@gmail.com>2013-01-05 16:21:36 +0000
commitd02697e34a3a59990baa3166ffd45e194c91bd98 (patch)
tree01b7323c51fa7f289a4f2ff0b433923ae08d88d3
parenteaeef42f0c7103de20469b9496e1d2a4f07c77ca (diff)
Minor doc fix
-rw-r--r--.gitignore1
-rw-r--r--doc/interface.rst1
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ea5bb31..4a4b669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.py[cod]
*~
+doc/_build
# C extensions
*.so
diff --git a/doc/interface.rst b/doc/interface.rst
index 0646ab0..e7505a4 100644
--- a/doc/interface.rst
+++ b/doc/interface.rst
@@ -51,4 +51,3 @@ Your module should define a class called ``Tile``, with the following interface:
:param player: the active :class:`~weatbag.Player` instance
:param direction: the direction the player is trying to leave, as a single
lowercase character, n/e/s/w
- explanation