$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iterator] Regenerating the iterator docs
From: Daniel James (dnljms_at_[hidden])
Date: 2015-08-25 12:56:25
On 24 August 2015 at 19:06, Edward Diener <eldiener_at_[hidden]> wrote:
> I have updated a very small portion of the iterator docs and now I need to
> regenerate the documentation. Evidently despite iterator having quickbook
> documentation the actual documentation presented to end-users is created
> from RST files, python scripts, and make files. But I do not see the process
> of regenerating the docs explained anywhere so I am wondering if anyone
> knows how to do it.
When I've changed them, I think I just used rst2html with the rst
files that I updated.