Commit Graph

28 Commits

Author SHA1 Message Date
Rene Rivera
3649b68fc5 Need to set the user info only in the website repo dir.
[skip travis]
2019-04-28 09:23:23 -05:00
Rene Rivera
65cbe71ce3 Need py2, for now, for pygments.rb. 2019-04-25 22:29:22 -05:00
Rene Rivera
1a7c1848f4 Escape all occurances of C++ to get correct rendering. 2018-06-21 17:03:55 -05:00
Rene Rivera
13cc13b821 Enable Boost integrated doc build now that the tools are installed. 2018-06-19 13:13:50 -05:00
Rene Rivera
ba8fb82e73 Disable boost release doc build for now. 2018-04-27 10:53:37 -05:00
Rene Rivera
d39a3147e9 Don't assume bash execution context. 2018-04-26 08:53:49 -05:00
Rene Rivera
8b8daffae8 Try and do automated doc publishing. 2018-04-25 21:50:58 -05:00
Rene Rivera
8b6acaccf0 Website targets for doing the git operations always need run. 2018-04-25 20:19:25 -05:00
Rene Rivera
d289ac142c Add updating of gh-pages web site from docs. 2018-04-25 19:33:46 -05:00
Rene Rivera
a72ea055b6 Use pygments for code styling.
Switch to using custom jam_pygments, with pygments, code styling to
avoid client-side javascript and also support styling with PDF output.
This uses the custom jam_pygments PIP package here
<https://github.com/bfgroup/jam_pygments>.
2018-02-10 23:35:29 -06:00
Rene Rivera
bb35c3f9c0 Add jam syntax coloring.
This adds a custom highlight.js jam syntax. The hljs pack only includes
the minimal syntax for bash, cpp, dos, and jam. And the tagging with to
jam of source snippets is only partially done.
2018-01-18 22:29:36 -06:00
Rene Rivera
30203edfe1 Initial conversion to AsciiDoctor of core documentation. 2017-11-10 21:52:35 -06:00
Rene Rivera
c2d605110f Support for asciidoctor tool to process asciidoc documents. 2017-10-19 08:24:22 -05:00
Rene Rivera
178e584df8 Add aliases for Boost build integration. 2017-07-16 06:14:36 -06:00
Rene Rivera
246277a8e9 More tweaks to example docs, and add testing-time example to docs. 2017-07-13 08:49:18 -06:00
Rene Rivera
4c511f1560 Add first example into documentation.
This uses quickbook to add an appendix of examples directly from the
source tree. The inclusion of the examples is done with glob so that we
can just add examples by having a "readme.qbk" in the example we want to
document.
2017-07-11 10:54:16 -06:00
Vladimir Prus
a7635db1c8 Fix references to "build/v2" in documentation. 2015-09-25 09:44:33 +03:00
Vladimir Prus
5b8228c979 Improve styling of admonitions.
Use textual rendering, and make style match those of code blocks,
but using colored left border.
2014-12-08 09:30:32 +03:00
Vladimir Prus
8388c4a533 Do no chunk first sections.
This avoids having sections with almost no content.
2014-12-07 21:20:04 +03:00
Vladimir Prus
c0b69aeeb9 Add local copies of docbook images.
This permit to build documentation, and have it work
standalone.
2014-10-31 19:38:46 +03:00
Thomas Suckow
10611c1f88 Fix boost.root being too deep now that v2/ has been removed 2014-01-16 03:56:16 +04:00
Steven Watanabe
1ac5789949 Initialize boostbook.
[SVN r83698]
2013-04-01 21:44:59 +00:00
Daniel James
0d4776682b Revert boostbook-base-style change, it has broken the test build.
[SVN r75934]
2011-12-13 18:23:17 +00:00
Daniel James
5509a5531f boostbook-base-style feature for boostbook.
[SVN r75928]
2011-12-12 23:07:53 +00:00
Daniel James
890531d5d1 Fix boost build standalone documentation.
Boost build defines its own jamroot, so it wasn't picking up the
`boost.defaults` flag from the main jamroot.

[SVN r68649]
2011-02-05 09:01:27 +00:00
Vladimir Prus
398330e35e Move Boost.Jam docs to where Boost.Build docs are.
[SVN r64189]
2010-07-20 08:22:18 +00:00
Daniel James
3a926e7216 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Jurko Gospodnetić
3287963074 Consistently renamed Boost Build scripts. Jamfile.v2 & Jamfile renamed to jamfile.jam. Jamroot, Jamroot.v2 & project-root.jam renamed to jamroot.jam. Minor stylistic changes to several Boost Build example documentation files.
[SVN r48505]
2008-08-31 22:15:50 +00:00