@@ -28,7 +28,7 @@ install the tools into there.
2828Using make
2929----------
3030
31- To get started on UNIX , you can create a virtual environment and build
31+ To get started on Unix , you can create a virtual environment and build
3232documentation with the commands::
3333
3434 make venv
@@ -40,13 +40,13 @@ If you'd like to create the virtual environment in a different location,
4040you can specify it using the ``VENVDIR `` variable.
4141
4242You can also skip creating the virtual environment altogether, in which case
43- the Makefile will look for instances of ``sphinx-build `` and ``blurb ``
43+ the `` Makefile `` will look for instances of ``sphinx-build `` and ``blurb ``
4444installed on your process ``PATH `` (configurable with the ``SPHINXBUILD `` and
4545``BLURB `` variables).
4646
47- On Windows, we try to emulate the Makefile as closely as possible with a
47+ On Windows, we try to emulate the `` Makefile `` as closely as possible with a
4848``make.bat `` file. If you need to specify the Python interpreter to use,
49- set the PYTHON environment variable.
49+ set the `` PYTHON `` environment variable.
5050
5151Available make targets are:
5252
@@ -62,15 +62,19 @@ Available make targets are:
6262* "htmlview", which re-uses the "html" builder, but then opens the main page
6363 in your default web browser.
6464
65+ * "htmllive", which re-uses the "html" builder, rebuilds the docs,
66+ starts a local server, and automatically reloads the page in your browser
67+ when you make changes to reST files (Unix only).
68+
6569* "htmlhelp", which builds HTML files and a HTML Help project file usable to
6670 convert them into a single Compiled HTML (.chm) file -- these are popular
6771 under Microsoft Windows, but very handy on every platform.
6872
6973 To create the CHM file, you need to run the Microsoft HTML Help Workshop
70- over the generated project (.hhp) file. The make.bat script does this for
74+ over the generated project (.hhp) file. The `` make.bat `` script does this for
7175 you on Windows.
7276
73- * "latex", which builds LaTeX source files as input to " pdflatex" to produce
77+ * "latex", which builds LaTeX source files as input to `` pdflatex `` to produce
7478 PDF documents.
7579
7680* "text", which builds a plain text file for each source file.
@@ -95,8 +99,6 @@ Available make targets are:
9599
96100* "check", which checks for frequent markup errors.
97101
98- * "serve", which serves the build/html directory on port 8000.
99-
100102* "dist", (Unix only) which creates distributable archives of HTML, text,
101103 PDF, and EPUB builds.
102104
0 commit comments