Skip to content

Commit 93755dc

Browse files
author
Vehicle Researcher
committed
build docs
0 parents  commit 93755dc

Some content is hidden

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

64 files changed

+15642
-0
lines changed

docs/.nojekyll

Whitespace-only changes.

docs/404.html

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
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>openpilot docs</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+
<link href="/css/tooltip.css" rel="stylesheet" />
13+
14+
<!--[if lt IE 9]>
15+
<script src="/js/html5shiv.min.js"></script>
16+
<![endif]-->
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body class="wy-body-for-nav" role="document">
22+
23+
<div class="wy-grid-for-nav">
24+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
25+
<div class="wy-side-scroll">
26+
<div class="wy-side-nav-search">
27+
<a href="/." class="icon icon-home"> openpilot docs
28+
</a><div role="search">
29+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
30+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
31+
</form>
32+
</div>
33+
</div>
34+
35+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
36+
<p class="caption"><span class="caption-text">Getting Started</span></p>
37+
<ul>
38+
<li class="toctree-l1"><a class="reference internal" href="/getting-started/what-is-openpilot/">What is openpilot?</a>
39+
</li>
40+
</ul>
41+
<p class="caption"><span class="caption-text">How-to</span></p>
42+
<ul>
43+
<li class="toctree-l1"><a class="reference internal" href="/how-to/turn-the-speed-blue/">Turn the speed blue</a>
44+
</li>
45+
<li class="toctree-l1"><a class="reference internal" href="/how-to/connect-to-comma/">Connect to a comma 3X</a>
46+
</li>
47+
</ul>
48+
<p class="caption"><span class="caption-text">Concepts</span></p>
49+
<ul>
50+
<li class="toctree-l1"><a class="reference internal" href="/concepts/logs/">Logs</a>
51+
</li>
52+
<li class="toctree-l1"><a class="reference internal" href="/concepts/safety/">Safety</a>
53+
</li>
54+
<li class="toctree-l1"><a class="reference internal" href="/concepts/glossary/">Glossary</a>
55+
</li>
56+
</ul>
57+
<p class="caption"><span class="caption-text">Car Porting</span></p>
58+
<ul>
59+
<li class="toctree-l1"><a class="reference internal" href="/car-porting/what-is-a-car-port/">What is a car port?</a>
60+
</li>
61+
<li class="toctree-l1"><a class="reference internal" href="/car-porting/brand-port/">Porting a car brand</a>
62+
</li>
63+
<li class="toctree-l1"><a class="reference internal" href="/car-porting/model-port/">Porting a car model</a>
64+
</li>
65+
</ul>
66+
<p class="caption"><span class="caption-text">Contributing</span></p>
67+
<ul>
68+
<li class="toctree-l1"><a class="reference internal" href="/contributing/roadmap/">Roadmap</a>
69+
</li>
70+
<li class="toctree-l1"><a class="" href="https://github.com/commaai/openpilot/blob/master/docs/CONTRIBUTING.md">Contributing Guide →</a>
71+
</li>
72+
</ul>
73+
<p class="caption"><span class="caption-text">Links</span></p>
74+
<ul>
75+
<li class="toctree-l1"><a class="" href="https://blog.comma.ai">Blog →</a>
76+
</li>
77+
<li class="toctree-l1"><a class="" href="https://comma.ai/bounties">Bounties →</a>
78+
</li>
79+
<li class="toctree-l1"><a class="" href="https://github.com/commaai">GitHub →</a>
80+
</li>
81+
<li class="toctree-l1"><a class="" href="https://discord.comma.ai">Discord →</a>
82+
</li>
83+
<li class="toctree-l1"><a class="" href="https://x.com/comma_ai">X →</a>
84+
</li>
85+
</ul>
86+
</div>
87+
</div>
88+
</nav>
89+
90+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
91+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
92+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
93+
<a href="/.">openpilot docs</a>
94+
95+
</nav>
96+
<div class="wy-nav-content">
97+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
98+
<ul class="wy-breadcrumbs">
99+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
100+
<li class="wy-breadcrumbs-aside">
101+
</li>
102+
</ul>
103+
<hr/>
104+
</div>
105+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
106+
<div class="section" itemprop="articleBody">
107+
108+
109+
<h1 id="404-page-not-found">404</h1>
110+
111+
<p><strong>Page not found</strong></p>
112+
113+
114+
</div>
115+
</div><footer>
116+
117+
<hr/>
118+
119+
<div role="contentinfo">
120+
<!-- Copyright etc -->
121+
</div>
122+
123+
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>.
124+
</footer>
125+
126+
</div>
127+
</div>
128+
129+
</section>
130+
131+
</div>
132+
133+
<div class="rst-versions" role="note" aria-label="Versions">
134+
<span class="rst-current-version" data-toggle="rst-current-version">
135+
136+
<span>
137+
<a href="https://github.com/commaai/openpilot/" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
138+
</span>
139+
140+
141+
142+
</span>
143+
</div>
144+
<script src="/js/jquery-3.6.0.min.js"></script>
145+
<script>var base_url = "/";</script>
146+
<script src="/js/theme_extra.js"></script>
147+
<script src="/js/theme.js"></script>
148+
<script src="/search/main.js"></script>
149+
<script>
150+
jQuery(function () {
151+
SphinxRtdTheme.Navigation.enable(true);
152+
});
153+
</script>
154+
155+
</body>
156+
</html>

0 commit comments

Comments
 (0)