2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Added better description of navigation keys.

Added contact info.

[SVN r39712]
This commit is contained in:
John Maddock
2007-10-05 17:03:53 +00:00
parent 7b5f96e865
commit e28bb49bb2
3 changed files with 36 additions and 1 deletions

17
doc/contact_info.qbk Normal file
View File

@@ -0,0 +1,17 @@
[section:contact Contact Info and Support]
The main support for this library is via the Boost mailing lists:
* Use the
[@http://www.boost.org/more/mailing_lists.htm#users boost-user list]
for general support questions.
* Use the
[@http://www.boost.org/more/mailing_lists.htm#main boost-developer list]
for discussion about implementation
and or submission of extensions.
You can also find JM at john - at - johnmaddock.co.uk and PAB at
pbristow - at - hetp.u-net.com.
[endsect]

View File

@@ -285,6 +285,7 @@ for these distributions.
[section:history1 History and What's New]
[history]
[endsect]
[include contact_info.qbk]
[endsect] [/section:main_overview Overview]

View File

@@ -1,6 +1,6 @@
[section:navigation Navigation]
Used in combination with the configured browser key (usually Alt), the
Used in combination with the configured browser key, the
following keys act as handy shortcuts for common navigation tasks.
[h5 Shortcuts]
@@ -14,6 +14,23 @@ following keys act as handy shortcuts for common navigation tasks.
[^[*u]] - Up
]
The following table shows how to access these from common browsers:
[table
[[Browser][Access Method]]
[[Internet Explorer]
[Alt+Key highlights the link only, so for example to move to the next topic
you would need "Alt+n" followed by "Enter".]]
[[Firefox 2.0 and later][Alt+Shift+Key follows the link, so for example
"Alt+Shift+n" will take you to the next topic.]]
[[Opera][Press Shift+Esc followed by the access key.]]
[[Konqueror][Press and release the Ctrl key, followed by the access key]]
]
Some browsers also make these links available in their site-navigation
toolbars: in Opera for example you can use Ctrl plus the left and right
arrow keys to move between "next" and "previous" topics.
[endsect]
[section:directories Directory and File Structure]