File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,26 @@ automatically:
4545 ```
4646
4747Make sure that ` build.sh` is called from the main directory. The output will
48- be in ` web-build` . You are likely going to need to load it through a web
49- server. A simple way to do so is:
48+ be in ` web-build` .
49+
50+ 3. Render the web site and themed documentation, which can be done using Jekyll.
51+ To install Jekyll, follow these
52+ [instructions](https://jekyllrb.com/docs/installation/). Then run
5053
5154 ```
52- cd web-build
53- python -m http.server < port>
55+ web/serve.sh
5456 ```
5557
56- where ` < port> ` is a port number to start the HTTP server on.
58+ which will output something like this:
59+ ```
60+ ...
61+ Server address: http://127.0.0.1:4000/psij-python/
62+ Server running... press ctrl-c to stop.
63+ ```
5764
58- When developing the web site, a convenient script is ` web/watch.sh ` , which can
59- monitor the source directories and re-build when files are modified. This
60- requires ` inotify ` which may or may not be available on your platform .
65+ Pointing your web browser to the URL printed by Jekyll will show the PSI/J
66+ web site. The themed documentation will be found under the "Documentation"
67+ tab .
6168
6269
6370### Release process
You can’t perform that action at this time.
0 commit comments