diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 22:50:17 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:15:29 +0200 |
commit | a94f83e4d8332d9bb6b59bd941f9ef717a8e8bf7 (patch) | |
tree | 6516c09f5d205b681aefd9a3984f31bc4d2e87af /docs/src | |
parent | b80106de45850b1fc0e407bdc7d15621b8891e7d (diff) | |
download | libuv-a94f83e4d8332d9bb6b59bd941f9ef717a8e8bf7.tar.gz libuv-a94f83e4d8332d9bb6b59bd941f9ef717a8e8bf7.zip |
doc: removed unused file
We use guide.rst as our index, so there is no need for a secondary one.
PR-URL: https://github.com/libuv/libuv/pull/1246
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/guide/index.rst | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/docs/src/guide/index.rst b/docs/src/guide/index.rst deleted file mode 100644 index 5c9a2b67..00000000 --- a/docs/src/guide/index.rst +++ /dev/null @@ -1,36 +0,0 @@ -.. An Introduction to libuv documentation master file, created by - sphinx-quickstart on Sat Jun 16 16:39:14 2012. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Table of Contents -================= - -.. toctree:: - :maxdepth: 2 - - introduction - basics - filesystem - networking - threads - processes - eventloops - utilities - about - -Alternate formats ------------------ - -The book is also available in: - -.. raw:: html - - <ul> - <li> - <a href="http://nikhilm.github.com/uvbook/An%20Introduction%20to%20libuv.pdf" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Download', 'PDF']);">PDF</a> - </li> - <li> - <a href="http://nikhilm.github.com/uvbook/An%20Introduction%20to%20libuv.epub" onClick="_gaq.push(['_trackEvent', 'Downloads', 'Download', 'ePub']);">ePub</a> - </li> - </ul> |