Skip to content

Commit

Permalink
Fixed end of the README.rst file to point to Read the Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
martynsmith committed Oct 21, 2011
1 parent 4e2ec54 commit 42e2a81
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.rst
Expand Up @@ -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
-------------
Expand Down Expand Up @@ -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/

0 comments on commit 42e2a81

Please sign in to comment.