Brian Silverman | 7c33ab2 | 2018-08-04 17:14:51 -0700 | [diff] [blame^] | 1 | # odeint.idx list of files and keyword to be indexed. |
| 2 | |
| 3 | # Copyright 2012 Karsten Ahnert |
| 4 | # Copyright 2012 Pierre Talbot |
| 5 | # |
| 6 | # Use, modification and distribution is subject to the Boost Software |
| 7 | # License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
| 8 | # http://www.boost.org/LICENSE_1_0.txt) |
| 9 | |
| 10 | !scan-path "boost/numeric/odeint/" ".*\.*pp" true |
| 11 | # recurse in any sub-directories. |
| 12 | |
| 13 | # List of terms in the docbook (from Quickbook) to be indexed. |
| 14 | # Convenient to order these alphabetically. |
| 15 | |
| 16 | # TODO - add more! |
| 17 | |
| 18 | acknowledgements |
| 19 | book |
| 20 | # C++ \<C|C++\> |
| 21 | card |
| 22 | credit |
| 23 | deprecated |
| 24 | Doxygen |
| 25 | example \<example\w*\> |
| 26 | equations \<equation\w*\> |
| 27 | graphics \<graphic\w*\> |
| 28 | Gumm |
| 29 | links \<link\w*\> |
| 30 | images \<image\w*\> |
| 31 | ISBN |
| 32 | ISSN |
| 33 | IBM |
| 34 | italic \<italic\w*\> |
| 35 | # index index and indexes (assume not using plural indices!) |
| 36 | index \<index\w*\> |
| 37 | Luhn |
| 38 | Mastercard |
| 39 | modulus |
| 40 | path \<path\w*\> |
| 41 | pre-conditions \<pre\w*\> |
| 42 | post-conditions \<post\w*\> |
| 43 | remark \<remark\w*\> |
| 44 | snippet \<snippet\w*\> |
| 45 | png |
| 46 | Quickbook |
| 47 | Verhoeff |
| 48 | # version \<version\w*\> |
| 49 | VISA |
| 50 | warning \<warning\w*\> |
| 51 | |
| 52 | # Remove leading "A" or "The" prefixes from section titles. |
| 53 | # !rewrite-name "(?:A|An|The)\s+(.*)" "\1" |
| 54 | |