|
Boost : |
From: hermann_at_[hidden]
Date: 2024-08-10 09:21:06
On 2024-08-10 08:26, Robert Ramey via Boost wrote:
> Note: I was refering to editing and use the documentation for the
> library.
>
>
Yes, but you asked for examples and lib use as well.
I did show the location for the graph documentation after cloning:
graph/doc/planar_vertex_coloring.html
I created that file as a copy of
graph/doc/sequential_vertex_coloring.html
to start with. And this is how you can use and see
progress of your documentation:
cd ~/graph/doc
wget https://www.boost.org/doc/libs/1_85_0/boost.png
python -m http.server
Then open "http://127.0.0.1:8000" in your browser.
I can see my new page which is not yet linked to directly:
http://127.0.0.1:8000/doc/planar_vertex_coloring.html
And then edit and refresh browser view.
Regards,
Hermann Stamm-Wilbrandt.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk