|
7 | 7 | <meta charset="utf-8" />
|
8 | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
9 | 9 | <meta name="generator" content="pandoc" />
|
| 10 | +<meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
|
61 | 62 | <link rel="stylesheet" href="libs-local\duke.css" type="text/css" />
|
62 | 63 | <link rel="stylesheet" href="libs-local\cc-fonts.css" type="text/css" />
|
63 | 64 |
|
64 |
| -</head> |
65 | 65 |
|
66 |
| -<body> |
67 | 66 |
|
68 | 67 | <style type = "text/css">
|
69 | 68 | .main-container {
|
|
77 | 76 | }
|
78 | 77 | img {
|
79 | 78 | max-width:100%;
|
80 |
| - height: auto; |
81 | 79 | }
|
82 | 80 | .tabbed-pane {
|
83 | 81 | padding-top: 12px;
|
|
182 | 180 | });
|
183 | 181 | </script>
|
184 | 182 |
|
185 |
| -<div class="container-fluid main-container"> |
186 |
| - |
187 | 183 | <!-- tabsets -->
|
188 | 184 |
|
189 | 185 | <style type="text/css">
|
|
240 | 236 | }
|
241 | 237 | </style>
|
242 | 238 |
|
243 |
| -<script> |
244 |
| -$(document).ready(function () { |
245 |
| - window.buildTabsets("TOC"); |
246 |
| -}); |
247 |
| - |
248 |
| -$(document).ready(function () { |
249 |
| - $('.tabset-dropdown > .nav-tabs > li').click(function () { |
250 |
| - $(this).parent().toggleClass('nav-tabs-open') |
251 |
| - }); |
252 |
| -}); |
253 |
| -</script> |
254 |
| - |
255 | 239 | <!-- code folding -->
|
256 | 240 |
|
257 | 241 |
|
258 | 242 |
|
259 |
| -<script> |
260 |
| -$(document).ready(function () { |
261 |
| - |
262 |
| - // move toc-ignore selectors from section div to header |
263 |
| - $('div.section.toc-ignore') |
264 |
| - .removeClass('toc-ignore') |
265 |
| - .children('h1,h2,h3,h4,h5').addClass('toc-ignore'); |
266 |
| - |
267 |
| - // establish options |
268 |
| - var options = { |
269 |
| - selectors: "h1,h2,h3", |
270 |
| - theme: "bootstrap3", |
271 |
| - context: '.toc-content', |
272 |
| - hashGenerator: function (text) { |
273 |
| - return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase(); |
274 |
| - }, |
275 |
| - ignoreSelector: ".toc-ignore", |
276 |
| - scrollTo: 0 |
277 |
| - }; |
278 |
| - options.showAndHide = false; |
279 |
| - options.smoothScroll = true; |
280 |
| - |
281 |
| - // tocify |
282 |
| - var toc = $("#TOC").tocify(options).data("toc-tocify"); |
283 |
| -}); |
284 |
| -</script> |
285 |
| - |
286 | 243 | <style type="text/css">
|
287 | 244 |
|
288 | 245 | #TOC {
|
|
330 | 287 |
|
331 | 288 | .tocify-subheader .tocify-item {
|
332 | 289 | font-size: 0.90em;
|
333 |
| - padding-left: 25px; |
334 |
| - text-indent: 0; |
335 | 290 | }
|
336 | 291 |
|
337 | 292 | .tocify .list-group-item {
|
|
347 | 302 |
|
348 | 303 | </style>
|
349 | 304 |
|
| 305 | + |
| 306 | + |
| 307 | +</head> |
| 308 | + |
| 309 | +<body> |
| 310 | + |
| 311 | + |
| 312 | +<div class="container-fluid main-container"> |
| 313 | + |
| 314 | + |
350 | 315 | <!-- setup 3col/9col grid for toc_float and main content -->
|
351 | 316 | <div class="row-fluid">
|
352 | 317 | <div class="col-xs-12 col-sm-4 col-md-3">
|
@@ -533,6 +498,49 @@ <h2>Converting between <code>sf</code> and <code>sp</code></h2>
|
533 | 498 |
|
534 | 499 | </script>
|
535 | 500 |
|
| 501 | +<!-- tabsets --> |
| 502 | + |
| 503 | +<script> |
| 504 | +$(document).ready(function () { |
| 505 | + window.buildTabsets("TOC"); |
| 506 | +}); |
| 507 | + |
| 508 | +$(document).ready(function () { |
| 509 | + $('.tabset-dropdown > .nav-tabs > li').click(function () { |
| 510 | + $(this).parent().toggleClass('nav-tabs-open') |
| 511 | + }); |
| 512 | +}); |
| 513 | +</script> |
| 514 | + |
| 515 | +<!-- code folding --> |
| 516 | + |
| 517 | +<script> |
| 518 | +$(document).ready(function () { |
| 519 | + |
| 520 | + // move toc-ignore selectors from section div to header |
| 521 | + $('div.section.toc-ignore') |
| 522 | + .removeClass('toc-ignore') |
| 523 | + .children('h1,h2,h3,h4,h5').addClass('toc-ignore'); |
| 524 | + |
| 525 | + // establish options |
| 526 | + var options = { |
| 527 | + selectors: "h1,h2,h3", |
| 528 | + theme: "bootstrap3", |
| 529 | + context: '.toc-content', |
| 530 | + hashGenerator: function (text) { |
| 531 | + return text.replace(/[.\\/?&!#<>]/g, '').replace(/\s/g, '_').toLowerCase(); |
| 532 | + }, |
| 533 | + ignoreSelector: ".toc-ignore", |
| 534 | + scrollTo: 0 |
| 535 | + }; |
| 536 | + options.showAndHide = false; |
| 537 | + options.smoothScroll = true; |
| 538 | + |
| 539 | + // tocify |
| 540 | + var toc = $("#TOC").tocify(options).data("toc-tocify"); |
| 541 | +}); |
| 542 | +</script> |
| 543 | + |
536 | 544 | <!-- dynamically load mathjax for compatibility with self-contained -->
|
537 | 545 | <script>
|
538 | 546 | (function () {
|
|
0 commit comments