Skip to content

Commit

Permalink
updated intro paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
klavins committed Jan 25, 2019
1 parent 198cadf commit ad6b81a
Show file tree
Hide file tree
Showing 59 changed files with 3,268 additions and 6,977 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +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: 088380384777faeb7cb6d7934e12b3f5
config: 0789ab6cf2ffc489f15032f1e25f75e9
tags: 645f666f9bcd5a90fca523b33c5a78b7
33 changes: 20 additions & 13 deletions docs/_modules/index.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Overview: module code &#8212; Trident 0.0.35 documentation</title>

<link rel="stylesheet" href="../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '0.0.35',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
</head><body>
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
Expand Down Expand Up @@ -49,14 +60,12 @@ <h2>0.0.35</h2>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
Expand All @@ -69,13 +78,11 @@ <h3>Quick search</h3>

<h1>All modules for which code is available</h1>
<ul><li><a href="marshmallow/fields.html">marshmallow.fields</a></li>
<li><a href="marshmallow/schema.html">marshmallow.schema</a></li>
<li><a href="pydent/aqhttp.html">pydent.aqhttp</a></li>
<li><a href="pydent/aqsession.html">pydent.aqsession</a></li>
<li><a href="pydent/base.html">pydent.base</a></li>
<li><a href="pydent/exceptions.html">pydent.exceptions</a></li>
<li><a href="pydent/interfaces.html">pydent.interfaces</a></li>
<li><a href="pydent/marshaller/field_extensions.html">pydent.marshaller.field_extensions</a></li>
<li><a href="pydent/marshaller/marshallerbase.html">pydent.marshaller.marshallerbase</a></li>
<li><a href="pydent/models.html">pydent.models</a></li>
<li><a href="pydent/relationships.html">pydent.relationships</a></li>
Expand All @@ -100,8 +107,8 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2017, University of Washington.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.0.
&#169; Copyright 2017-2019 University of Washington.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
</div>
</body>
</html>
31 changes: 20 additions & 11 deletions docs/_modules/marshmallow/fields.html
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>marshmallow.fields &#8212; Trident 0.0.35 documentation</title>

<link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: '0.0.35',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
</head><body>
</head>
<body role="document">
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
Expand Down Expand Up @@ -50,14 +61,12 @@ <h2>0.0.35</h2>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
Expand Down Expand Up @@ -1394,8 +1403,8 @@ <h3>Navigation</h3>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2017, University of Washington.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.0.
&#169; Copyright 2017-2019 University of Washington.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
</div>
</body>
</html>
Loading

0 comments on commit ad6b81a

Please sign in to comment.