[1.56] PDF documentation available
The PDF build of Boost's documentation for 1.56 is now available from the usual address: https://sourceforge.net/projects/boost/files/boost-docs/1.56.0/ Note that it includes only the subset of Boost libraries whose documentation is quickbook/docbook based. John Maddock.
On 8/13/2014 1:49 PM, John Maddock wrote:
The PDF build of Boost's documentation for 1.56 is now available from the usual address: https://sourceforge.net/projects/boost/files/boost-docs/1.56.0/
Note that it includes only the subset of Boost libraries whose documentation is quickbook/docbook based.
How do I add the TTI library to this documentation ? I can build PDF documentation based on my quickbook setup.
On 13 Aug 2014 at 18:49, John Maddock wrote:
The PDF build of Boost's documentation for 1.56 is now available from the usual address: https://sourceforge.net/projects/boost/files/boost-docs/1.56.0/
Note that it includes only the subset of Boost libraries whose documentation is quickbook/docbook based.
Can you tell us how you achieved this? I think it would be valuable to all of us. Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
The PDF build of Boost's documentation for 1.56 is now available from the usual address: https://sourceforge.net/projects/boost/files/boost-docs/1.56.0/
Note that it includes only the subset of Boost libraries whose documentation is quickbook/docbook based.
Can you tell us how you achieved this? I think it would be valuable to all of us.
The scripts are under /doc/pdf/ note however that there are quite a number of patches required to get that working post git-transition, and I've filed those as pull requests. I'd attach a Boost-wide diff to the email but I don't know how to generate that in the post-git world :-( John.
2014-08-14 5:29 GMT-03:00 John Maddock
I'd attach a Boost-wide diff to the email but I don't know how to generate that in the post-git world
git format-patch before..after? -- Vinícius dos Santos Oliveira https://about.me/vinipsmaker
On 08/14/2014 12:38 PM, Vinícius dos Santos Oliveira wrote:
2014-08-14 5:29 GMT-03:00 John Maddock
: I'd attach a Boost-wide diff to the email but I don't know how to generate that in the post-git world
git format-patch before..after?
That output of that will be a (nicely formatted) patch for a single git repository, not for the 100 repositories that Boost now consist of. - Volodya
I'd attach a Boost-wide diff to the email but I don't know how to generate that in the post-git world
git format-patch before..after?
That output of that will be a (nicely formatted) patch for a single git repository, not for the 100 repositories that Boost now consist of.
Right, I've attached the best I can do for now - one patch for the superproject and one for all the subprojects - please note these files contain a lot of garbage from the git commands used and may require editing if you really want to apply them :-( Oh, and as Edward Diener pointed out, there's a bunch of stuff missing which I'm still working on.... John.
On 14 Aug 2014 at 11:56, John Maddock wrote:
I'd attach a Boost-wide diff to the email but I don't know how to generate that in the post-git world
git format-patch before..after?
That output of that will be a (nicely formatted) patch for a single git repository, not for the 100 repositories that Boost now consist of.
git submodule foreach git format-patch before..after :)
Right, I've attached the best I can do for now - one patch for the superproject and one for all the subprojects - please note these files contain a lot of garbage from the git commands used and may require editing if you really want to apply them :-(
Oh, and as Edward Diener pointed out, there's a bunch of stuff missing which I'm still working on....
What you posted was very useful. I was worried you see that I mostly had no idea what I was doing with AFIO's PDF docs refactor. You've basically been making the same changes I did (mainly image path dislocation fixes), so you have confirmed I took the right approach. Thanks for that. Niall -- ned Productions Limited Consulting http://www.nedproductions.biz/ http://ie.linkedin.com/in/nialldouglas/
The PDF build of Boost's documentation for 1.56 is now available from the usual address: https://sourceforge.net/projects/boost/files/boost-docs/1.56.0/
Note that it includes only the subset of Boost libraries whose documentation is quickbook/docbook based.
Please note that the original upload had several library's docs missing (random, tti, pool, log, plus some of utility), the archives have now been updated to correct that. John.
participants (6)
-
Edward Diener
-
John Maddock
-
John Maddock
-
Niall Douglas
-
Vinícius dos Santos Oliveira
-
Vladimir Prus