Skip to content

Commit

Permalink
Deployed 8bf284b with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Feb 4, 2024
0 parents commit 41d79e1
Show file tree
Hide file tree
Showing 117 changed files with 8,344 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
15 changes: 15 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html><html class=writer-html5 lang=en> <head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width, initial-scale=1.0"><meta name=author content="Tayler Uva"><link rel="shortcut icon" href=/img/favicon.ico><title>FRC Java Programming</title><link rel=stylesheet href=/css/theme.css><link rel=stylesheet href=/css/theme_extra.css><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css><!--[if lt IE 9]>
<script src="/js/html5shiv.min.js"></script>
<![endif]--><script src=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js></script><script>hljs.highlightAll();</script><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', "UA-47256977-4", "auto");
ga('send', 'pageview');
</script></head> <body class=wy-body-for-nav role=document> <div class=wy-grid-for-nav> <nav data-toggle=wy-nav-shift class="wy-nav-side stickynav"> <div class=wy-side-scroll> <div class=wy-side-nav-search> <a href=/. class="icon icon-home"> FRC Java Programming </a><div role=search> <form id=rtd-search-form class=wy-form action=//search.html method=get> <input type=text name=q placeholder="Search docs" aria-label="Search docs" title="Type search term here"> </form> </div> </div> <div class="wy-menu wy-menu-vertical" data-spy=affix role=navigation aria-label="Navigation menu"> <p class=caption><span class=caption-text>Home</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/index.html>Introductions</a> </li> <li class=toctree-l1><a class="reference internal" href=/why_software.html>Why software</a> </li> </ul> <p class=caption><span class=caption-text>Programming Basics</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/basics/roboRIO.html>roboRIO</a> </li> <li class=toctree-l1><a class="reference internal" href=/basics/sensors.html>Sensors</a> </li> <li class=toctree-l1><a class="reference internal" href=/basics/wpilib.html>WPILib Programming Basics</a> </li> <li class=toctree-l1><a class="reference internal" href=/basics/java_basics.html>Java Programming Basics</a> </li> <li class=toctree-l1><a class="reference internal" href=/basics/vscode_tips.html>Visual Studio Code Tips</a> </li> </ul> <p class=caption><span class=caption-text>FRC Development Environment Setup</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/setup/install_software.html>Installing Necessary Software</a> </li> <li class=toctree-l1><a class="reference internal" href=/setup/install_other.html>Installing Other Software</a> </li> <li class=toctree-l1><a class="reference internal" href=/setup/imaging_roboRIO.html>Imaging the roboRIO</a> </li> </ul> <p class=caption><span class=caption-text>FRC Programming</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/programming/new_project.html>Creating Project Files</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/driving_robot.html>Creating a Basic Driving Robot</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/deploying.html>Deploying Robot Code</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/using_sensors.html>[WIP] Using Sensors and Switches</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/pneumatics.html>[WIP] Using Pneumatics</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/shuffleboard.html>[WIP] Using Shuffleboard</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/robotpreferences.html>[WIP] Using RobotPreferences</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/autonomous.html>[WIP] Creating an Autonomous Command</a> </li> <li class=toctree-l1><a class="reference internal" href=/programming/pid.html>[WIP] Getting started with PID</a> </li> </ul> <p class=caption><span class=caption-text>Example Subsystems</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/examples/basic_elevator.html>[WIP] Basic Elevator Subsystem</a> </li> <li class=toctree-l1><a class="reference internal" href=/examples/basic_shooter.html>[WIP] Basic Shooting Subsystem</a> </li> <li class=toctree-l1><a class="reference internal" href=/examples/pid_elevator.html>[WIP] PID Driven Elevator</a> </li> <li class=toctree-l1><a class="reference internal" href=/examples/pid_shooter.html>[WIP] PID Driven Shooter</a> </li> </ul> <p class=caption><span class=caption-text>Version Control</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/version_control/github.html>[WIP] Using GitHub</a> </li> </ul> <p class=caption><span class=caption-text>Improve the Documentation</span></p> <ul> <li class=toctree-l1><a class="reference internal" href=/contributing.html>Contributing</a> </li> </ul> </div> </div> </nav> <section data-toggle=wy-nav-shift class=wy-nav-content-wrap> <nav class=wy-nav-top role=navigation aria-label="Mobile navigation menu"> <i data-toggle=wy-nav-top class="fa fa-bars"></i> <a href=/.>FRC Java Programming</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=/. class="icon icon-home" aria-label=Docs></a></li> <li class=wy-breadcrumbs-aside> </li> </ul> <hr> </div> <div role=main class=document itemscope=itemscope itemtype=http://schema.org/Article> <div class=section itemprop=articleBody> <h1 id=404-page-not-found>404</h1> <p><strong>Page not found</strong></p> </div> </div><footer> <hr> <div role=contentinfo> <!-- Copyright etc --> </div> 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>. </footer> </div> </div> </section> </div> <div class=rst-versions role=note aria-label=Versions> <span class=rst-current-version data-toggle=rst-current-version> </span> </div> <script src=/js/jquery-3.6.0.min.js></script> <script>var base_url = "/";</script> <script src=/js/theme_extra.js></script> <script src=/js/theme.js></script> <script src=/search/main.js></script> <script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script> </body> </html>
114 changes: 114 additions & 0 deletions assets/css/codehilite.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
/*
/////////////////
// Inline Code //
/////////////////
*/

.md-typeset code {
background-color: #424242;
color: #F5F5F5;
margin: 0;
padding: 0.07353em 0.29412em;
box-shadow: none;
}

/*
/////////////////
// Code Blocks //
/////////////////
*/

/*
line number
*/
.linenos {
color: #F5F5F5 !important;
background-color: #313131 !important;
}

/*
code block background
*/
.codehilite {
background-color: #424242 !important;
}

/*
scroll bar size
*/

.md-typeset .codehilite::-webkit-scrollbar {
height: 1rem !important;
}

/*
actual syntax highlighting
*/
.codehilite pre { color: #FAFAFA !important; background-color: transparent !important; }
.codehilite .hll { background-color: #272822 !important; }
.codehilite .c { color: #a1a1b6 !important } /* Comment */
.codehilite .err { color: #960050 !important; background-color: #1e0010 !important } /* Error */
.codehilite .k { color: #66d9ef !important } /* Keyword */
.codehilite .l { color: #ae81ff !important } /* Literal */
.codehilite .n { color: #f8f8f2 !important } /* Name */
.codehilite .o { color: #f92672 !important } /* Operator */
.codehilite .p { color: #f8f8f2 !important } /* Punctuation */
.codehilite .cm { color: #a1a1b6 !important } /* Comment.Multiline */
.codehilite .cp { color: #a1a1b6 !important } /* Comment.Preproc */
.codehilite .c1 { color: #a1a1b6 !important } /* Comment.Single */
.codehilite .cs { color: #a1a1b6 !important } /* Comment.Special */
.codehilite .ge { font-style: italic !important } /* Generic.Emph */
.codehilite .gs { font-weight: bold !important } /* Generic.Strong */
.codehilite .kc { color: #66d9ef !important } /* Keyword.Constant */
.codehilite .kd { color: #66d9ef !important } /* Keyword.Declaration */
.codehilite .kn { color: #f92672 !important } /* Keyword.Namespace */
.codehilite .kp { color: #66d9ef !important } /* Keyword.Pseudo */
.codehilite .kr { color: #66d9ef !important } /* Keyword.Reserved */
.codehilite .kt { color: #66d9ef !important } /* Keyword.Type */
.codehilite .ld { color: #e6db74 !important } /* Literal.Date */
.codehilite .m { color: #ae81ff !important } /* Literal.Number */
.codehilite .s { color: #e6db74 !important } /* Literal.String */
.codehilite .na { color: #a6e22e !important } /* Name.Attribute */
.codehilite .nb { color: #f8f8f2 !important } /* Name.Builtin */
.codehilite .nc { color: #a6e22e !important } /* Name.Class */
.codehilite .no { color: #66d9ef !important } /* Name.Constant */
.codehilite .nd { color: #a6e22e !important } /* Name.Decorator */
.codehilite .ni { color: #f8f8f2 !important } /* Name.Entity */
.codehilite .ne { color: #a6e22e !important } /* Name.Exception */
.codehilite .nf { color: #a6e22e !important } /* Name.Function */
.codehilite .nl { color: #f8f8f2 !important } /* Name.Label */
.codehilite .nn { color: #f8f8f2 !important } /* Name.Namespace */
.codehilite .nx { color: #a6e22e !important } /* Name.Other */
.codehilite .py { color: #f8f8f2 !important } /* Name.Property */
.codehilite .nt { color: #f92672 !important } /* Name.Tag */
.codehilite .nv { color: #f8f8f2 !important } /* Name.Variable */
.codehilite .ow { color: #f92672 !important } /* Operator.Word */
.codehilite .w { color: #f8f8f2 !important } /* Text.Whitespace */
.codehilite .mf { color: #ae81ff !important } /* Literal.Number.Float */
.codehilite .mh { color: #ae81ff !important } /* Literal.Number.Hex */
.codehilite .mi { color: #ae81ff !important } /* Literal.Number.Integer */
.codehilite .mo { color: #ae81ff !important } /* Literal.Number.Oct */
.codehilite .sb { color: #e6db74 !important } /* Literal.String.Backtick */
.codehilite .sc { color: #e6db74 !important } /* Literal.String.Char */
.codehilite .sd { color: #e6db74 !important } /* Literal.String.Doc */
.codehilite .s2 { color: #e6db74 !important } /* Literal.String.Double */
.codehilite .se { color: #ae81ff !important } /* Literal.String.Escape */
.codehilite .sh { color: #e6db74 !important } /* Literal.String.Heredoc */
.codehilite .si { color: #e6db74 !important } /* Literal.String.Interpol */
.codehilite .sx { color: #e6db74 !important } /* Literal.String.Other */
.codehilite .sr { color: #e6db74 !important } /* Literal.String.Regex */
.codehilite .s1 { color: #e6db74 !important } /* Literal.String.Single */
.codehilite .ss { color: #e6db74 !important } /* Literal.String.Symbol */
.codehilite .bp { color: #f8f8f2 !important } /* Name.Builtin.Pseudo */
.codehilite .vc { color: #f8f8f2 !important } /* Name.Variable.Class */
.codehilite .vg { color: #f8f8f2 !important } /* Name.Variable.Global */
.codehilite .vi { color: #f8f8f2 !important } /* Name.Variable.Instance */
.codehilite .il { color: #ae81ff !important } /* Literal.Number.Integer.Long */

.codehilite .gh { } /* Generic Heading & Diff Header */
.codehilite .gu { color: #a1a1b6 !important ; } /* Generic.Subheading & Diff Unified/Comment? */
.codehilite .gd { color: #f92672 !important ; } /* Generic.Deleted & Diff Deleted */
.codehilite .gi { color: #a6e22e !important ; } /* Generic.Inserted & Diff Inserted */

.codehilite .md-clipboard:before { color: rgba(255, 255, 255, 0.07) } /* Clipboard button (no hover) */
.codehilite:hover .md-clipboard:before { color: rgba(255, 255, 255, 0.54) } /* Clipboard button (hovered) */
145 changes: 145 additions & 0 deletions assets/css/dark_theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
/*
//////////////////
// Main content //
//////////////////
*/

/*
Default text color
and background color
*/
.md-main {
color: #F5F5F5 !important;
background-color: #212121 !important;
}

/*
Main headlines
*/
.md-main h1 {
color: white !important;
}

/*
Tables
*/
table {
background-color: #616161 !important;
}

tbody {
background-color: #484848 !important;
}

/*
Blockquotes
*/
.md-typeset blockquote {
color: rgba(255,255,255,0.8) !important;
border-color: rgba(255,255,255,0.54) !important;
}

/*
////////////////////
// Navigation bar //
////////////////////
*/

/*
Left and right toc scrollbar
*/
.md-sidebar__scrollwrap::-webkit-scrollbar-thumb {
background-color: #E0E0E0 !important;
}



.md-nav {
color: #F5F5F5 !important;
background-color: #212121 !important;
}

/*
Arrow Left Icon
*/
html .md-nav--primary .md-nav__title:before {
color: #FAFAFA !important;
}

.md-nav__title {
color: rgba(255,255,255,1) !important;
background-color: #212121 !important;
}

/*
Arrow Right Icon
*/
.md-nav--primary .md-nav__link:after {
color: #FAFAFA !important;
}

.md-nav__list {
color: rgba(255,255,255,1) !important;
background-color: #212121 !important;
}

.md-nav__item {
color: rgba(255,255,255,1) !important;
background-color: #212121 !important;
}

.md-nav__link[data-md-state=blur] {
color: rgba(255,255,255,0.54) !important;
}

/*
////////////
// Search //
////////////
*/

/*
scroll bar
attention:
background is scroll handle color!
*/
.md-search__scrollwrap::-webkit-scrollbar-thumb {
background-color: #E0E0E0 !important;
}
/*
scroll bar background color
*/
.md-search__scrollwrap {
background-color: #424242 !important;
}

/*
Icon color
*/
.md-search-result__article--document:before {
color: #EEEEEE !important;
}

/*
headline color and
result list background
*/
.md-search-result__list {
color: #EEEEEE !important;
background-color: #212121 !important;
}

/*
result info/count
*/
.md-search-result__meta {
background-color: #EEEEEE !important;
}

/*
article preview text color
*/
.md-search-result__teaser {
color: #BDBDBD !important;
}
6 changes: 6 additions & 0 deletions assets/css/sn.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.md-header{
background-color: #053B6C
}
.md-tabs{
background-color: #053B6C
}
Binary file added assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/contributing/edit_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/deploying/deploy_command.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/deploying/w_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/constants/step_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/constants/step_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/e1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/e2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/e3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/kitbot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/driving_robot/roboRIO_port.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/install_software/wifi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/first.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/first_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/java.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/java_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/ni.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/sn_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/sn_banner_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/logos/wpilib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/new_project/command/step_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/new_project/command/step_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/new_project/command/step_3.png
Binary file added assets/images/new_project/command/step_4.png
Binary file added assets/images/new_project/command/step_5.png
Binary file added assets/images/new_project/default_contents.png
Binary file added assets/images/new_project/project/step_1.png
Binary file added assets/images/new_project/project/step_2.png
Binary file added assets/images/new_project/project/step_3.png
Binary file added assets/images/new_project/project/step_4.png
Binary file added assets/images/new_project/project/step_5.png
Binary file added assets/images/new_project/project/step_6.png
Binary file added assets/images/new_project/subsystem/step_1.png
Binary file added assets/images/new_project/subsystem/step_2.png
Binary file added assets/images/new_project/subsystem/step_3.png
Binary file added assets/images/new_project/subsystem/step_4.png
Binary file added assets/images/new_project/subsystem/step_5.png
Binary file added assets/images/new_project/subsystem/step_6.png
Binary file added assets/images/pneumatics/piston.png
Binary file added assets/images/roboRIO/roboRIO_io.png
Binary file added assets/images/roboRIO/roboRio.png
Binary file added assets/images/sensors/camera.png
Binary file added assets/images/sensors/encoder.png
Binary file added assets/images/sensors/limit_switch.png
Binary file added assets/images/sensors/navX_micro.png
Binary file added assets/images/vscode_tips/light_bulb.png
Binary file added assets/images/why_software/automation.png
Binary file added assets/images/why_software/pi.png
Binary file added assets/images/why_software/smart-light.png
Loading

0 comments on commit 41d79e1

Please sign in to comment.