From 8edba237f95e9976e42734460b10432e2cea914f Mon Sep 17 00:00:00 2001 From: baslr Date: Fri, 10 Feb 2017 16:04:15 +0100 Subject: [PATCH] README_maintainers: mention pythons webserver to view generated documentation --- README_maintainers.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README_maintainers.md b/README_maintainers.md index 1b5bbac46b..a22f9207d3 100644 --- a/README_maintainers.md +++ b/README_maintainers.md @@ -462,7 +462,9 @@ It does not, if `SUMMARY.md` in `Books/ppbooks/` looks like this: If sub-chapters do not show in the navigation, try another browser (Firefox). Chrome's security policies are pretty strict about localhost and file:// protocol. You may access the docs through a local web server to lift the -restrictions. +restrictions. You can use pythons build in http server for this. + + ~/books$ python -m SimpleHTTPServer 8000 To only regereneate one file (faster) you may specify a filter: