From 39a23c797b3bdf4cf5b9a3f6d4f1dffb9a331402 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Wed, 16 Dec 2020 11:53:57 -0800 Subject: [PATCH] Add docs/README.md to make existing doc build info more discoverable (#49286) Summary: Closes gh-42003 Pull Request resolved: https://github.com/pytorch/pytorch/pull/49286 Reviewed By: glaringlee Differential Revision: D25535250 Pulled By: ezyang fbshipit-source-id: a7790bfe4528fa6a31698126cc687793fdf7ac3f --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000000..471f0aa9f888 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,2 @@ +Please see the [Writing documentation section of CONTRIBUTING.md](../CONTRIBUTING.md#writing-documentation) +for details on both writing and building the docs.