diff options
author | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-03-12 23:00:19 +0100 |
---|---|---|
committer | Saúl Ibarra Corretgé <saghul@gmail.com> | 2017-04-28 11:15:53 +0200 |
commit | 022706048916ce50e084eb65aec003406d4ba147 (patch) | |
tree | 35a1b5fedca5f5e5d9dfb63f362e08b2f0fec802 /docs/src | |
parent | 481f45440300c803d1a60e21a1d40b43338cfc35 (diff) | |
download | libuv-022706048916ce50e084eb65aec003406d4ba147.tar.gz libuv-022706048916ce50e084eb65aec003406d4ba147.zip |
doc: add warning note to user guide
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.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/guide.rst b/docs/src/guide.rst index 5f6c285a..126e0808 100644 --- a/docs/src/guide.rst +++ b/docs/src/guide.rst @@ -3,6 +3,11 @@ User guide ========== +.. warning:: + The contents of this guide have been recently incorporated into the libuv documentation + and it hasn't gone through thorough review yet. If you spot a mistake please file an + issue, or better yet, open a pull request! + .. toctree:: :maxdepth: 2 |