From 07a9b3465a59544fdb07f36884b8dab1485d5211 Mon Sep 17 00:00:00 2001 From: anonmouse1 <90865869+anonmouse1@users.noreply.github.com> Date: Thu, 22 Sep 2022 22:19:33 +0100 Subject: [PATCH 1/2] update wording readme.md --- web/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/README.md b/web/README.md index 2e0fa6c8885a4..c9297a908b5d4 100644 --- a/web/README.md +++ b/web/README.md @@ -5,8 +5,8 @@ containing the settings to build the website. The website is generated with the command `./pandas_web.py pandas`. See `./pandas_web.py --help` and the header of the script for more information and options. -After building the website, to navigate it, it is needed to access the web using -an http server (a not open the local files with the browser, since the links and +After building the website, the web must be accessed using +an http server to allow navigation of the website (it is not possible to open the local files with the browser, since the links and the image sources are absolute to where they are served from). The easiest way to run an http server locally is to run `python -m http.server` from the `web/build/` directory. From 56109d68287ce64fe4b8c29b856eee5fe4a4909a Mon Sep 17 00:00:00 2001 From: anonmouse1 <90865869+anonmouse1@users.noreply.github.com> Date: Fri, 23 Sep 2022 20:14:52 +0100 Subject: [PATCH 2/2] refine http server instruction --- web/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/README.md b/web/README.md index c9297a908b5d4..8586a763c51d9 100644 --- a/web/README.md +++ b/web/README.md @@ -5,8 +5,7 @@ containing the settings to build the website. The website is generated with the command `./pandas_web.py pandas`. See `./pandas_web.py --help` and the header of the script for more information and options. -After building the website, the web must be accessed using -an http server to allow navigation of the website (it is not possible to open the local files with the browser, since the links and +After building the website, a local http server is needed to access the built website (it is not possible to open the local files with the browser, since the links and the image sources are absolute to where they are served from). The easiest way to run an http server locally is to run `python -m http.server` from the `web/build/` directory.