Skip to content

Commit 2ceb2ce

Browse files
committed
Update a bit of documentation
1 parent 6850062 commit 2ceb2ce

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/API.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
modlib
1+
API
22
------
33

44
.. automodule:: modloader.modgame

docs/terminology.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

modloader/modgame.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,12 @@ def hook_post_evil_ending(self, node):
7272
return None
7373

7474
def hook_route_ending(self, route):
75-
# What is this function?
76-
# pylint: disable=missing-docstring, no-self-use, unused-argument
75+
"""Hook ``node`` to the end of all routes
76+
77+
Todo:
78+
Program this.
79+
"""
80+
# pylint: disable=no-self-use, unused-argument
7781
return None
7882

7983
def get_ending_picker_menu(self):

0 commit comments

Comments
 (0)