From 42e2a81c2700f7428aa147dc75e9f84bb5163573 Mon Sep 17 00:00:00 2001 From: Martyn Smith Date: Sat, 22 Oct 2011 09:44:30 +1300 Subject: [PATCH] Fixed end of the README.rst file to point to Read the Docs --- README.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index da2a378c..96946e4e 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,6 @@ You can access more detailed documentation for this module at `Read the Docs`_ -.. _`Read the Docs`: http://readthedocs.org/docs/node-irc/en/latest/ Installation ------------- @@ -76,10 +75,12 @@ which sends raw messages to the server:: client.send('MODE', '#yourchannel', '+o', 'yournick'); -All commands and events are documented here_ (hopefully). If you find any -methods/events missing that you'd really like to have included feel free to send -me a pull request (preferred) or file an issue and I'll try get around to -writing it. +Further documentation (including a complete API reference) are available in +reStructuredText format in the docs/ folder of this project, or online at `Read the Docs`_. + +If you find any issues with the documentation (or the module) please send a pull +request or file an issue and I'll do my best to accommodate. .. _npm: http://github.com/isaacs/npm .. _here: http://node-irc.readthedocs.org/en/latest/API.html +.. _`Read the Docs`: http://readthedocs.org/docs/node-irc/en/latest/