
on Wed Aug 08 2007, Beman Dawes <bdawes-AT-acm.org> wrote:
Stjepan Rajko wrote:
On 8/7/07, Beman Dawes <bdawes@acm.org> wrote:
[...]
Done. See http://svn.boost.org/trac/boost/wiki/ImprovingPractices
The links within the page don't work because I couldn't figure out how to do anchors like <a name="#foo">foo</a>. If anyone knows how, please let me know:-) The docs seem to keep it a secret.
Good question :-) The only "pretty" way I can find of defining an anchor is by using a heading:
==== Release-ready ====
(then you can link to it as #Release-ready). If you want to specify an ID explicitly (e.g., to make it lowercase as you link to them in the wiki page):
==== Release-ready ==== #release-ready
If you don't want to use headings for your definitions, you can resort to:
{{{ #!html <a name="release-ready" /> }}}
That's all I could figure out.
Thanks. Darren Garvey kindly went through the page and made the changes.
Internal links are easy when you write restructuredtext blocks. {{{ #!rst jump to `an internal link`_. .. _an internal link: whatever }}} -- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com