[ARVADOS] updated: 2.1.0-539-g5eacdd4d7
Git user
git at public.arvados.org
Mon Mar 29 20:35:58 UTC 2021
Summary of changes:
doc/Rakefile | 10 ++++++++++
1 file changed, 10 insertions(+)
via 5eacdd4d7ad270ac40448e1c5fdb29c9ae65e7fd (commit)
from 31803fdad227830e63e1a1029622c1a8fa262c66 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 5eacdd4d7ad270ac40448e1c5fdb29c9ae65e7fd
Author: Ward Vandewege <ward at curii.com>
Date: Mon Mar 29 16:32:53 2021 -0400
Add a comment at the top of the documentation Rakefile about generating
the docs locally.
refs #17245
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/Rakefile b/doc/Rakefile
index ee87062f7..2b4b6af2e 100644
--- a/doc/Rakefile
+++ b/doc/Rakefile
@@ -8,6 +8,16 @@
# generating the documentation for the SDKs, which (the R docs
# especially) take a fair bit of time and slow down the edit-preview
# cycle.
+#
+# To generate and view the documentation locally, run this command
+#
+# rake && sensible-browser .site/index.html
+#
+# Or alternatively:
+#
+# baseurl=http://localhost:8000 rake && rake run
+#
+# and then visit http://localhost:8000 in a browser.
require "rubygems"
require "colorize"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list