This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients matrixise
Date 2019-03-06.13:15:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551878118.81.0.0860546810441.issue36211@roundup.psfhosted.org>
In-reply-to
Content
If we want to check the result of the compilation for the documentation, we can use open build/html or make serve

./configure --prefix=$PWD/build
make -j 4
make PYTHON=../python -C Doc venv
make PYTHON=../python -C Doc html serve

Here is the current output:
make: Entering directory '/home/stephane/src/github.com/python/cpython/Doc'
../Tools/scripts/serve.py build/html
Serving build/html on port 8000, control-C to stop


I suggest this output:

Serving build/html on 0.0.0.0 port 8000 (http://0.0.0.0:8000/), control-C to stop

With this change and if the terminal supports the URL, we can click on the link.
History
Date User Action Args
2019-03-06 13:15:18matrixisesetrecipients: + matrixise
2019-03-06 13:15:18matrixisesetmessageid: <1551878118.81.0.0860546810441.issue36211@roundup.psfhosted.org>
2019-03-06 13:15:18matrixiselinkissue36211 messages
2019-03-06 13:15:18matrixisecreate