Skip to content

Commit

Permalink
Updating Docs for commit 47f730e made on 2024-03-25T04:10:52+00:00 fr…
Browse files Browse the repository at this point in the history
…om refs/heads/main by PeterJBurke
  • Loading branch information
PeterJBurke committed Mar 25, 2024
0 parents commit 3aebd6e
Show file tree
Hide file tree
Showing 124 changed files with 41,532 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# GitHub Pages Cache

Nothing to see here. The contents of this branch are essentially a cache that's not intended to be viewed on github.com.


If you're looking to update our documentation, check the relevant development branch's 'docs/' dir.

For more information on how this documentation is built using Sphinx, Read the Docs, and GitHub Actions/Pages, see:

* https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1
4 changes: 4 additions & 0 deletions en/main/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 700e13570855d73491c0bf098bfa3b2e
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added en/main/.doctrees/ardupilot.doctree
Binary file not shown.
Binary file added en/main/.doctrees/autodoc.doctree
Binary file not shown.
Binary file added en/main/.doctrees/environment.pickle
Binary file not shown.
Binary file added en/main/.doctrees/index.doctree
Binary file not shown.
Empty file added en/main/.nojekyll
Empty file.
255 changes: 255 additions & 0 deletions en/main/_modules/helloWorld.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@


<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>helloWorld &mdash; Drone Remote ID for Anti-Collision 1.0.0 documentation</title>








<script type="text/javascript" src="../_static/js/modernizr.min.js"></script>


<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/sphinx_highlight.js"></script>

<script type="text/javascript" src="../_static/js/theme.js"></script>




<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head>

<body class="wy-body-for-nav">


<div class="wy-grid-for-nav">

<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="../index.html" class="icon icon-home"> Drone Remote ID for Anti-Collision



</a>




<div class="version">
main
</div>




<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>


</div>

<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">






<!-- Local TOC -->
<div class="local-toc"></div>


</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">


<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../index.html">Drone Remote ID for Anti-Collision</a>

</nav>


<div class="wy-nav-content">

<div class="rst-content">

















<div role="navigation" aria-label="breadcrumbs navigation">

<ul class="wy-breadcrumbs">

<li><a href="../index.html">Docs</a> &raquo;</li>

<li><a href="index.html">Module code</a> &raquo;</li>

<li>helloWorld</li>


<li class="wy-breadcrumbs-aside">

</li>

</ul>


<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<h1>Source code for helloWorld</h1><div class="highlight"><pre>
<span></span><span class="sd">&quot;&quot;&quot;This is a very simple helloWorld python script&quot;&quot;&quot;</span>
<div class="viewcode-block" id="helloWorld"><a class="viewcode-back" href="../autodoc.html#helloWorld.helloWorld">[docs]</a><span class="k">def</span> <span class="nf">helloWorld</span><span class="p">(</span> <span class="n">msg</span> <span class="p">):</span>
<span class="w"> </span><span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> This is a simple function that prints a message</span>
<span class="sd"> </span>
<span class="sd"> Parameters:</span>
<span class="sd"> msg (str): The string to print</span>
<span class="sd"> &quot;&quot;&quot;</span>

<span class="nb">print</span><span class="p">(</span> <span class="n">msg</span> <span class="p">)</span></div>

<span class="n">helloWorld</span><span class="p">(</span> <span class="s1">&#39;Hello World&#39;</span> <span class="p">)</span>

</pre></div>

</div>

</div>
<footer>


<hr/>

<div role="contentinfo">
<p>
&copy; Copyright 2024, Team UCI-OverRID

</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.

</footer>

</div>
</div>

</section>

</div>


<div class="rst-versions" data-toggle="rst-versions" role="note" aria-label="versions">
<span class="rst-current-version" data-toggle="rst-current-version">
<span class="fa fa-book"> Read the Docs</span>
v: main
<span class="fa fa-caret-down"></span>
</span>
<div class="rst-other-versions">

<dl>
<dt>Languages</dt>

<strong>
<dd><a href="/uci-overrid.github.io/en/main/">en</a></dd>
</strong>


<dd><a href="/uci-overrid.github.io/es/main/">es</a></dd>


</dl>


<dl>
<dt>Versions</dt>

<strong>
<dd><a href="/uci-overrid.github.io/en/main/">main</a></dd>
</strong>

</dl>


<dl>
<dt>Downloads</dt>

<dd><a href="/uci-overrid.github.io/en/main/Drone Remote ID for Anti-Collision-docs_en_main.pdf">pdf</a></dd>

<dd><a href="/uci-overrid.github.io/en/main/Drone Remote ID for Anti-Collision-docs_en_main.epub">epub</a></dd>

</dl>


<hr/>
<a href="https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1/">Continuous Documentation</a> hosting provided by <a href="https://pages.github.com/">GitHub Pages</a>.

</div>
</div>



<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>






</body>
</html>
Loading

0 comments on commit 3aebd6e

Please sign in to comment.