Skip to content

Commit 5892aa0

Browse files
committed
adding intro and about authors
1 parent ac22d35 commit 5892aa0

27 files changed

+365
-34
lines changed
3.48 KB
Binary file not shown.
925 Bytes
Binary file not shown.

build/doctrees/environment.pickle

5.69 KB
Binary file not shown.

build/doctrees/index.doctree

490 Bytes
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
===================================================
2+
Contact the Authors
3+
===================================================
4+
5+
-----------
6+
Ava Megyeri
7+
-----------
8+
9+
10+
Ava Megyeri is a graduate student at Wright State University specializing in robotics and machine learning. Her hobbies include basketball, welding, and show watching.
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
===================================================
2-
Introduction
2+
Introduction to the course
33
===================================================
4-
Intro into Robotics + Sensors
4+
This course aims to guide you through the setup and integration of robotic systems and physiological sensors. You will learn how to configure robotic setups, setup the sensors, and integrate the two together.
5+
6+
7+
8+
.. note::
9+
This course assumes the reader has some prerequiste knowledge on programming. It will go in-depth into Python packages but will not cover the general Python knowledge needed.

build/html/_sources/index.rst.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Introduction
2525
For a further introduction to the course, see the following pages:
2626

2727
* :doc:`/content/introduction`
28+
* :doc:`/content/contact_page`
29+
30+
2831

2932

3033
^^^^^^^^^^^^^^^^
@@ -50,6 +53,7 @@ Events and Additional Resources
5053
:titlesonly:
5154

5255
content/introduction
56+
content/contact_page
5357

5458

5559
.. toctree::
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" data-content_root="../">
3+
<head>
4+
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
5+
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Contact the Authors &mdash; RobotSensorInt 0.1 documentation</title>
8+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
9+
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
10+
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
11+
<link rel="stylesheet" type="text/css" href="../_static/css/custom.css?v=6e2cc41c" />
12+
13+
14+
<link rel="shortcut icon" href="../_static/tars_logo_sq.png"/>
15+
<!--[if lt IE 9]>
16+
<script src="../_static/js/html5shiv.min.js"></script>
17+
<![endif]-->
18+
19+
<script src="../_static/jquery.js?v=5d32c60e"></script>
20+
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
21+
<script src="../_static/documentation_options.js?v=2709fde1"></script>
22+
<script src="../_static/doctools.js?v=9a2dae69"></script>
23+
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
24+
<script src="../_static/clipboard.min.js?v=a7894cd8"></script>
25+
<script src="../_static/copybutton.js?v=f281be69"></script>
26+
<script src="https://cdn.jsdelivr.net/gh/bonartm/quizdown-js@latest/public/build/quizdown.js"></script>
27+
<script>quizdown.init({"primary_color": "#31b457", "quizdown_js": "https://cdn.jsdelivr.net/gh/bonartm/quizdown-js@latest/public/build/quizdown.js"});</script>
28+
<script src="../_static/js/theme.js"></script>
29+
<link rel="index" title="Index" href="../genindex.html" />
30+
<link rel="search" title="Search" href="../search.html" />
31+
<link rel="prev" title="Introduction to the course" href="introduction.html" />
32+
</head>
33+
34+
<body class="wy-body-for-nav">
35+
<div class="wy-grid-for-nav">
36+
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
37+
<div class="wy-side-scroll">
38+
<div class="wy-side-nav-search" style="background: #292929 " >
39+
40+
41+
42+
<a href="../index.html" class="icon icon-home">
43+
RobotSensorInt
44+
<img src="../_static/tars_logo_sq.png" class="logo" alt="Logo"/>
45+
</a>
46+
<div role="search">
47+
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
48+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
49+
<input type="hidden" name="check_keywords" value="yes" />
50+
<input type="hidden" name="area" value="default" />
51+
</form>
52+
</div>
53+
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
54+
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p>
55+
<ul class="current">
56+
<li class="toctree-l1"><a class="reference internal" href="introduction.html">Introduction to the course</a></li>
57+
<li class="toctree-l1 current"><a class="current reference internal" href="#">Contact the Authors</a></li>
58+
</ul>
59+
60+
</div>
61+
</div>
62+
</nav>
63+
64+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" style="background: #292929 " >
65+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
66+
<a href="../index.html">RobotSensorInt</a>
67+
</nav>
68+
69+
<div class="wy-nav-content">
70+
<div class="rst-content">
71+
<div role="navigation" aria-label="Page navigation">
72+
<ul class="wy-breadcrumbs">
73+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
74+
<li class="breadcrumb-item active">Contact the Authors</li>
75+
<li class="wy-breadcrumbs-aside">
76+
<a href="../_sources/content/contact_page.rst.txt" rel="nofollow"> View page source</a>
77+
</li>
78+
</ul><div class="rst-breadcrumbs-buttons" role="navigation" aria-label="Sequential page navigation">
79+
<a href="introduction.html" class="btn btn-neutral float-left" title="Introduction to the course" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
80+
</div>
81+
<hr/>
82+
</div>
83+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
84+
<div itemprop="articleBody">
85+
86+
<section id="contact-the-authors">
87+
<h1>Contact the Authors<a class="headerlink" href="#contact-the-authors" title="Link to this heading"></a></h1>
88+
<section id="ava-megyeri">
89+
<h2>Ava Megyeri<a class="headerlink" href="#ava-megyeri" title="Link to this heading"></a></h2>
90+
<p><strong>Email:</strong> <a class="reference external" href="mailto:avamegyeri1&#37;&#52;&#48;gmail&#46;com">avamegyeri1<span>&#64;</span>gmail<span>&#46;</span>com</a></p>
91+
<p>Ava Megyeri is a graduate student at Wright State University specializing in robotics and machine learning. Her hobbies include basketball, welding, and show watching.</p>
92+
</section>
93+
</section>
94+
95+
96+
</div>
97+
</div>
98+
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
99+
<a href="introduction.html" class="btn btn-neutral float-left" title="Introduction to the course" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
100+
</div>
101+
102+
<hr/>
103+
104+
<div role="contentinfo">
105+
<p>&#169; Copyright .</p>
106+
</div>
107+
108+
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
109+
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
110+
provided by <a href="https://readthedocs.org">Read the Docs</a>.
111+
112+
113+
</footer>
114+
</div>
115+
</div>
116+
</section>
117+
</div>
118+
<script>
119+
jQuery(function () {
120+
SphinxRtdTheme.Navigation.enable(true);
121+
});
122+
</script>
123+
124+
</body>
125+
</html>

build/html/content/introduction.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Introduction &mdash; RobotSensorInt 0.1 documentation</title>
7+
<title>Introduction to the course &mdash; RobotSensorInt 0.1 documentation</title>
88
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
99
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
@@ -28,6 +28,7 @@
2828
<script src="../_static/js/theme.js"></script>
2929
<link rel="index" title="Index" href="../genindex.html" />
3030
<link rel="search" title="Search" href="../search.html" />
31+
<link rel="next" title="Contact the Authors" href="contact_page.html" />
3132
<link rel="prev" title="Welcome to Robot Sensor Integration!" href="../index.html" />
3233
</head>
3334

@@ -53,7 +54,8 @@
5354
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
5455
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p>
5556
<ul class="current">
56-
<li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction</a></li>
57+
<li class="toctree-l1 current"><a class="current reference internal" href="#">Introduction to the course</a></li>
58+
<li class="toctree-l1"><a class="reference internal" href="contact_page.html">Contact the Authors</a></li>
5759
</ul>
5860

5961
</div>
@@ -70,28 +72,34 @@
7072
<div role="navigation" aria-label="Page navigation">
7173
<ul class="wy-breadcrumbs">
7274
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
73-
<li class="breadcrumb-item active">Introduction</li>
75+
<li class="breadcrumb-item active">Introduction to the course</li>
7476
<li class="wy-breadcrumbs-aside">
7577
<a href="../_sources/content/introduction.rst.txt" rel="nofollow"> View page source</a>
7678
</li>
7779
</ul><div class="rst-breadcrumbs-buttons" role="navigation" aria-label="Sequential page navigation">
7880
<a href="../index.html" class="btn btn-neutral float-left" title="Welcome to Robot Sensor Integration!" accesskey="p"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
81+
<a href="contact_page.html" class="btn btn-neutral float-right" title="Contact the Authors" accesskey="n">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
7982
</div>
8083
<hr/>
8184
</div>
8285
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
8386
<div itemprop="articleBody">
8487

85-
<section id="introduction">
86-
<h1>Introduction<a class="headerlink" href="#introduction" title="Link to this heading"></a></h1>
87-
<p>Intro into Robotics + Sensors</p>
88+
<section id="introduction-to-the-course">
89+
<h1>Introduction to the course<a class="headerlink" href="#introduction-to-the-course" title="Link to this heading"></a></h1>
90+
<p>This course aims to guide you through the setup and integration of robotic systems and physiological sensors. You will learn how to configure robotic setups, setup the sensors, and integrate the two together.</p>
91+
<div class="admonition note">
92+
<p class="admonition-title">Note</p>
93+
<p>This course assumes the reader has some prerequiste knowledge on programming. It will go in-depth into Python packages but will not cover the general Python knowledge needed.</p>
94+
</div>
8895
</section>
8996

9097

9198
</div>
9299
</div>
93100
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
94101
<a href="../index.html" class="btn btn-neutral float-left" title="Welcome to Robot Sensor Integration!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
102+
<a href="contact_page.html" class="btn btn-neutral float-right" title="Contact the Authors" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
95103
</div>
96104

97105
<hr/>

build/html/genindex.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
5252
<p class="caption" role="heading"><span class="caption-text">Introduction</span></p>
5353
<ul>
54-
<li class="toctree-l1"><a class="reference internal" href="content/introduction.html">Introduction</a></li>
54+
<li class="toctree-l1"><a class="reference internal" href="content/introduction.html">Introduction to the course</a></li>
55+
<li class="toctree-l1"><a class="reference internal" href="content/contact_page.html">Contact the Authors</a></li>
5556
</ul>
5657

5758
</div>

0 commit comments

Comments
 (0)