diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-11-29 16:04:28 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-11-29 16:04:28 +0100 |
commit | 72367fc0064f141aca6f6510f97913032c73e798 (patch) | |
tree | 14b0a3ed89ee1eb7e44b1175f2d504b464c810d9 /doc/source/dev/timed_events.rst | |
parent | 823e3d178edc13f3ee2330a0f1f10781d120040b (diff) | |
download | poezio-72367fc0064f141aca6f6510f97913032c73e798.tar.gz poezio-72367fc0064f141aca6f6510f97913032c73e798.tar.bz2 poezio-72367fc0064f141aca6f6510f97913032c73e798.tar.xz poezio-72367fc0064f141aca6f6510f97913032c73e798.zip |
Remove 3 timed_events methods from the doc, because they don't exist anymore
Diffstat (limited to 'doc/source/dev/timed_events.rst')
-rw-r--r-- | doc/source/dev/timed_events.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/dev/timed_events.rst b/doc/source/dev/timed_events.rst index a2c96912..82f49232 100644 --- a/doc/source/dev/timed_events.rst +++ b/doc/source/dev/timed_events.rst @@ -6,10 +6,6 @@ Timed events documentation .. autoclass:: TimedEvent .. automethod:: __init__ - .. automethod:: has_timed_out - .. automethod:: change_date - .. automethod:: add_delay - .. autoclass:: DelayedEvent |