Skip to content

Commit

Permalink
Prepped documentation for web hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenaudrey committed May 28, 2021
1 parent 7c5f5a8 commit e02312b
Show file tree
Hide file tree
Showing 82 changed files with 17,598 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/routes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TITLE: Routes
# CONTRIBUTORS: Kathleen Guinee, Audrey Nguyen
# DESCRIPTION: Contains the website routes
# IF YOU WANT TO LOCK A PAGE TO LOGGED IN USERS ONLY, USE @login_required UNDER ROUTE DECLARATION AND ABOVE ROUTE DEFINITION

import pymysql
import os
Expand Down
File renamed without changes.
Empty file added docs/.nojekyll
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions documentation/build/html/.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: 4dc2415b54b258b35d504b7408633d2a
tags: 645f666f9bcd5a90fca523b33c5a78b7
122 changes: 122 additions & 0 deletions documentation/build/html/Editing.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@

<!DOCTYPE html>

<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Editing &#8212; Quasar Research Project 0.0.1 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css" />
<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/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="User Management" href="User_Management.html" />
<link rel="prev" title="Troubleshooting" href="Troubleshooting.html" />

<link rel="stylesheet" href="_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head><body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">


<div class="body" role="main">

<div class="section" id="editing">
<h1>Editing<a class="headerlink" href="#editing" title="Permalink to this headline"></a></h1>
<div class="section" id="editing-the-website">
<h2>Editing the Website<a class="headerlink" href="#editing-the-website" title="Permalink to this headline"></a></h2>
<ol class="arabic simple">
<li><p>Google Document with Visual Examples:
<a class="reference external" href="https://docs.google.com/document/d/1Fg3sQPRXZgesOMI_l_D5dPP1pmXHFjZq-uUedpzqics/edit?usp=sharing">https://docs.google.com/document/d/1Fg3sQPRXZgesOMI_l_D5dPP1pmXHFjZq-uUedpzqics/edit?usp=sharing</a></p></li>
</ol>
</div>
</div>


</div>

</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">Quasar Research Project</a></h1>








<h3>Navigation</h3>
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="Setup.html">Setup</a></li>
<li class="toctree-l1"><a class="reference internal" href="Troubleshooting.html">Troubleshooting</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Editing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#editing-the-website">Editing the Website</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="User_Management.html">User Management</a></li>
<li class="toctree-l1"><a class="reference internal" href="Sphinx.html">Sphinx</a></li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="Troubleshooting.html" title="previous chapter">Troubleshooting</a></li>
<li>Next: <a href="User_Management.html" title="next chapter">User Management</a></li>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>








</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2021, Kathleen Guinee, Audrey Nguyen.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 4.0.0b1</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>

|
<a href="_sources/Editing.rst.txt"
rel="nofollow">Page source</a>
</div>




</body>
</html>
Loading

0 comments on commit e02312b

Please sign in to comment.