Skip to content

Commit 6ddc6d6

Browse files
Deployed 2528f19 with MkDocs version: 1.6.1
0 parents  commit 6ddc6d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+12274
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>TrainCheck</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
</head>
19+
20+
<body class="wy-body-for-nav" role="document">
21+
22+
<div class="wy-grid-for-nav">
23+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
24+
<div class="wy-side-scroll">
25+
<div class="wy-side-nav-search">
26+
<a href="/." class="icon icon-home"> TrainCheck
27+
</a><div role="search">
28+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
29+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
30+
</form>
31+
</div>
32+
</div>
33+
34+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
35+
<ul>
36+
<li class="toctree-l1"><a class="reference internal" href="/.">Home</a>
37+
</li>
38+
</ul>
39+
<ul>
40+
<li class="toctree-l1"><a class="reference internal" href="/installation-guide/">Installation Guide</a>
41+
</li>
42+
</ul>
43+
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="/5-min-tutorial/">5 Minute Quick Start</a>
45+
</li>
46+
</ul>
47+
<ul>
48+
<li class="toctree-l1"><a class="reference internal" href="/successful-stories/">Success Stories</a>
49+
</li>
50+
</ul>
51+
<ul>
52+
<li class="toctree-l1"><a class="reference internal" href="/technical-doc/">Technical Documentation</a>
53+
</li>
54+
</ul>
55+
<ul>
56+
<li class="toctree-l1"><a class="reference internal" href="/usage-guide/">Usage Tips</a>
57+
</li>
58+
</ul>
59+
<ul>
60+
<li class="toctree-l1"><a class="reference internal" href="/benchmarks/">Performance Benchmarks</a>
61+
</li>
62+
</ul>
63+
</div>
64+
</div>
65+
</nav>
66+
67+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
68+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
69+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
70+
<a href="/.">TrainCheck</a>
71+
72+
</nav>
73+
<div class="wy-nav-content">
74+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
75+
<ul class="wy-breadcrumbs">
76+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
77+
<li class="wy-breadcrumbs-aside">
78+
</li>
79+
</ul>
80+
<hr/>
81+
</div>
82+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
83+
<div class="section" itemprop="articleBody">
84+
85+
86+
<h1 id="404-page-not-found">404</h1>
87+
88+
<p><strong>Page not found</strong></p>
89+
90+
91+
</div>
92+
</div><footer>
93+
94+
<hr/>
95+
96+
<div role="contentinfo">
97+
<!-- Copyright etc -->
98+
</div>
99+
100+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
101+
</footer>
102+
103+
</div>
104+
</div>
105+
106+
</section>
107+
108+
</div>
109+
110+
<div class="rst-versions" role="note" aria-label="Versions">
111+
<span class="rst-current-version" data-toggle="rst-current-version">
112+
113+
114+
115+
</span>
116+
</div>
117+
<script src="/js/jquery-3.6.0.min.js"></script>
118+
<script>var base_url = "/";</script>
119+
<script src="/js/theme_extra.js"></script>
120+
<script src="/js/theme.js"></script>
121+
<script src="/search/main.js"></script>
122+
<script>
123+
jQuery(function () {
124+
SphinxRtdTheme.Navigation.enable(true);
125+
});
126+
</script>
127+
128+
</body>
129+
</html>

0 commit comments

Comments
 (0)