mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Massive overhaul of Getting Started guide.
[SVN r36335]
This commit is contained in:
parent
74ddd1e585
commit
89013eb029
3 changed files with 956 additions and 1550 deletions
|
@ -15,6 +15,8 @@ for local b in $(bases)
|
|||
{
|
||||
html $(b) : $(b).rst :
|
||||
|
||||
# <docutils-cmd>"PYTHONPATH=~/src/boost/tools && python ~/src/boost/tools/litre/active-rst.py"
|
||||
# <docutils-html>"-gdt --writer=html --source-url="./$(b).rst" --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript "$(stylesheet)
|
||||
<docutils-html>"-gdt --source-url="./$(b).rst" --link-stylesheet --traceback --trim-footnote-reference-space --footnote-references=superscript "$(stylesheet)
|
||||
;
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
2
rst.css
2
rst.css
|
@ -325,3 +325,5 @@ pre.literal-block span.concept {
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
div.small {
|
||||
font-size: smaller }
|
||||
|
|
Loading…
Add table
Reference in a new issue