Mercurial
comparison third_party/libuv/docs/src/guide/about.rst @ 173:827c6ac504cd hg-web
Merged in default here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:59:10 -0800 |
| parents | 948de3f54cea |
| children |
comparison
equal
deleted
inserted
replaced
| 151:c033667da5f9 | 173:827c6ac504cd |
|---|---|
| 1 About | |
| 2 ===== | |
| 3 | |
| 4 `Nikhil Marathe <https://nikhilism.com>`_ started writing this book one | |
| 5 afternoon (June 16, 2012) when he didn't feel like programming. He had recently | |
| 6 been stung by the lack of good documentation on libuv while working on | |
| 7 `node-taglib <https://github.com/nikhilm/node-taglib>`_. Although reference | |
| 8 documentation was present, there were no comprehensive tutorials. This book is | |
| 9 the output of that need and tries to be accurate. That said, the book may have | |
| 10 mistakes. Pull requests are encouraged. | |
| 11 | |
| 12 Nikhil is indebted to Marc Lehmann's comprehensive `man page | |
| 13 <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>`_ about libev which | |
| 14 describes much of the semantics of the two libraries. | |
| 15 | |
| 16 This book was made using `Sphinx <https://www.sphinx-doc.org>`_ and `vim | |
| 17 <https://www.vim.org>`_. | |
| 18 | |
| 19 .. note:: | |
| 20 In 2017 the libuv project incorporated the Nikhil's work into the official | |
| 21 documentation and it's maintained there henceforth. | |
| 22 |