-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathtoc.html
32 lines (30 loc) · 8.09 KB
/
toc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML>
<html lang="en" class="light" dir="ltr">
<head>
<!-- sidebar iframe generated using mdBook
This is a frame, and not included directly in the page, to control the total size of the
book. The TOC contains an entry for each page, so if each page includes a copy of the TOC,
the total size of the page becomes O(n**2).
The frame is only used as a fallback when JS is turned off. When it's on, the sidebar is
instead added to the main page by `toc.js` instead. The JavaScript mode is better
because, when running in a `file:///` URL, the iframed page would not be Same-Origin as
the rest of the page, so the sidebar and the main page theme would fall out of sync.
-->
<meta charset="UTF-8">
<meta name="robots" content="noindex">
<!-- Custom HTML head -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/variables.css">
<link rel="stylesheet" href="css/general.css">
<link rel="stylesheet" href="css/chrome.css">
<link rel="stylesheet" href="css/print.css" media="print">
<!-- Fonts -->
<link rel="stylesheet" href="FontAwesome/css/font-awesome.css">
<link rel="stylesheet" href="fonts/fonts.css">
<!-- Custom theme stylesheets -->
</head>
<body class="sidebar-iframe-inner">
<ol class="chapter"><li class="chapter-item expanded "><a href="selene.html" target="_parent"><strong aria-hidden="true">1.</strong> selene</a></li><li class="chapter-item expanded "><a href="motivation.html" target="_parent"><strong aria-hidden="true">2.</strong> Motivation</a></li><li class="chapter-item expanded "><a href="luacheck.html" target="_parent"><strong aria-hidden="true">3.</strong> Luacheck Comparison</a></li><li class="chapter-item expanded "><a href="cli/index.html" target="_parent"><strong aria-hidden="true">4.</strong> Command Line Interface</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="cli/installation.html" target="_parent"><strong aria-hidden="true">4.1.</strong> Installation</a></li><li class="chapter-item expanded "><a href="cli/usage.html" target="_parent"><strong aria-hidden="true">4.2.</strong> CLI Usage</a></li></ol></li><li class="chapter-item expanded "><a href="usage/index.html" target="_parent"><strong aria-hidden="true">5.</strong> Usage</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="usage/configuration.html" target="_parent"><strong aria-hidden="true">5.1.</strong> Configuration</a></li><li class="chapter-item expanded "><a href="usage/filtering.html" target="_parent"><strong aria-hidden="true">5.2.</strong> Filtering</a></li><li class="chapter-item expanded "><a href="usage/std.html" target="_parent"><strong aria-hidden="true">5.3.</strong> Standard Library Format</a></li></ol></li><li class="chapter-item expanded "><a href="roblox.html" target="_parent"><strong aria-hidden="true">6.</strong> Roblox Guide</a></li><li class="chapter-item expanded "><a href="contributing.html" target="_parent"><strong aria-hidden="true">7.</strong> Contributing</a></li><li class="chapter-item expanded "><a href="lints/index.html" target="_parent"><strong aria-hidden="true">8.</strong> Lints</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="lints/almost_swapped.html" target="_parent"><strong aria-hidden="true">8.1.</strong> almost_swapped</a></li><li class="chapter-item expanded "><a href="lints/constant_table_comparison.html" target="_parent"><strong aria-hidden="true">8.2.</strong> constant_table_comparison</a></li><li class="chapter-item expanded "><a href="lints/deprecated.html" target="_parent"><strong aria-hidden="true">8.3.</strong> deprecated</a></li><li class="chapter-item expanded "><a href="lints/divide_by_zero.html" target="_parent"><strong aria-hidden="true">8.4.</strong> divide_by_zero</a></li><li class="chapter-item expanded "><a href="lints/duplicate_keys.html" target="_parent"><strong aria-hidden="true">8.5.</strong> duplicate_keys</a></li><li class="chapter-item expanded "><a href="lints/empty_if.html" target="_parent"><strong aria-hidden="true">8.6.</strong> empty_if</a></li><li class="chapter-item expanded "><a href="lints/empty_loop.html" target="_parent"><strong aria-hidden="true">8.7.</strong> empty_loop</a></li><li class="chapter-item expanded "><a href="lints/global_usage.html" target="_parent"><strong aria-hidden="true">8.8.</strong> global_usage</a></li><li class="chapter-item expanded "><a href="lints/high_cyclomatic_complexity.html" target="_parent"><strong aria-hidden="true">8.9.</strong> high_cyclomatic_complexity</a></li><li class="chapter-item expanded "><a href="lints/if_same_then_else.html" target="_parent"><strong aria-hidden="true">8.10.</strong> if_same_then_else</a></li><li class="chapter-item expanded "><a href="lints/ifs_same_cond.html" target="_parent"><strong aria-hidden="true">8.11.</strong> ifs_same_cond</a></li><li class="chapter-item expanded "><a href="lints/incorrect_standard_library_use.html" target="_parent"><strong aria-hidden="true">8.12.</strong> incorrect_standard_library_use</a></li><li class="chapter-item expanded "><a href="lints/manual_table_clone.html" target="_parent"><strong aria-hidden="true">8.13.</strong> manual_table_clone</a></li><li class="chapter-item expanded "><a href="lints/mismatched_arg_count.html" target="_parent"><strong aria-hidden="true">8.14.</strong> mismatched_arg_count</a></li><li class="chapter-item expanded "><a href="lints/mixed_table.html" target="_parent"><strong aria-hidden="true">8.15.</strong> mixed_table</a></li><li class="chapter-item expanded "><a href="lints/multiple_statements.html" target="_parent"><strong aria-hidden="true">8.16.</strong> multiple_statements</a></li><li class="chapter-item expanded "><a href="lints/must_use.html" target="_parent"><strong aria-hidden="true">8.17.</strong> must_use</a></li><li class="chapter-item expanded "><a href="lints/parenthese_conditions.html" target="_parent"><strong aria-hidden="true">8.18.</strong> parenthese_conditions</a></li><li class="chapter-item expanded "><a href="lints/roblox_incorrect_color3_new_bounds.html" target="_parent"><strong aria-hidden="true">8.19.</strong> roblox_incorrect_color3_new_bounds</a></li><li class="chapter-item expanded "><a href="lints/roblox_incorrect_roact_usage.html" target="_parent"><strong aria-hidden="true">8.20.</strong> roblox_incorrect_roact_usage</a></li><li class="chapter-item expanded "><a href="lints/roblox_suspicious_udim2_new.html" target="_parent"><strong aria-hidden="true">8.21.</strong> roblox_suspicious_udim2_new</a></li><li class="chapter-item expanded "><a href="lints/shadowing.html" target="_parent"><strong aria-hidden="true">8.22.</strong> shadowing</a></li><li class="chapter-item expanded "><a href="lints/suspicious_reverse_loop.html" target="_parent"><strong aria-hidden="true">8.23.</strong> suspicious_reverse_loop</a></li><li class="chapter-item expanded "><a href="lints/type_check_inside_call.html" target="_parent"><strong aria-hidden="true">8.24.</strong> type_check_inside_call</a></li><li class="chapter-item expanded "><a href="lints/unbalanced_assignments.html" target="_parent"><strong aria-hidden="true">8.25.</strong> unbalanced_assignments</a></li><li class="chapter-item expanded "><a href="lints/undefined_variable.html" target="_parent"><strong aria-hidden="true">8.26.</strong> undefined_variable</a></li><li class="chapter-item expanded "><a href="lints/unscoped_variables.html" target="_parent"><strong aria-hidden="true">8.27.</strong> unscoped_variables</a></li><li class="chapter-item expanded "><a href="lints/unused_variable.html" target="_parent"><strong aria-hidden="true">8.28.</strong> unused_variable</a></li></ol></li><li class="chapter-item expanded "><a href="archive/index.html" target="_parent"><strong aria-hidden="true">9.</strong> Archive</a></li><li><ol class="section"><li class="chapter-item expanded "><a href="archive/std_v1.html" target="_parent"><strong aria-hidden="true">9.1.</strong> TOML Standard Library Format</a></li></ol></li></ol>
</body>
</html>