From 1caae80cd6ff22105da564c6b4e88bf1f25208f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Sun, 12 Mar 2017 22:54:52 +0100 Subject: [PATCH] doc: update guide/about and mention new maintainership PR-URL: https://github.com/libuv/libuv/pull/1246 Reviewed-By: Colin Ihrig Reviewed-By: Santiago Gimeno --- docs/src/guide/about.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/src/guide/about.rst b/docs/src/guide/about.rst index 8efa5178..8dc58cbe 100644 --- a/docs/src/guide/about.rst +++ b/docs/src/guide/about.rst @@ -7,8 +7,7 @@ been stung by the lack of good documentation on libuv while working on `node-taglib `_. Although reference documentation was present, there were no comprehensive tutorials. This book is the output of that need and tries to be accurate. That said, the book may have -mistakes. Pull requests are encouraged. You may also `email him -`_ if you find an error. +mistakes. Pull requests are encouraged. Nikhil is indebted to Marc Lehmann's comprehensive `man page `_ about libev which @@ -17,6 +16,10 @@ describes much of the semantics of the two libraries. This book was made using `Sphinx `_ and `vim `_. +.. note:: + In 2017 the libuv project incorporated the Nikhil's work into the official + documentation and it's maintained there henceforth. + Licensing ---------