Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 committed Jan 13, 2019
1 parent bb207aa commit 505cd74
Show file tree
Hide file tree
Showing 80 changed files with 18,617 additions and 2,428 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: 65da6e1ee764ffd87bf57ba2266e1ec3
config: 6616030681385073aabc3a838e7c9854
tags: 645f666f9bcd5a90fca523b33c5a78b7
232 changes: 137 additions & 95 deletions docs/_modules/ebook_homebrew/archive.html
Original file line number Diff line number Diff line change
@@ -1,110 +1,148 @@


<!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]-->
<!--[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 charset="utf-8">

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

<title>ebook_homebrew.archive &mdash; ebook_homebrew 1.0.0 documentation</title>


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





<title>ebook_homebrew.archive &mdash; ebook_homebrew 1.0.0 documentation</title>






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


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

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

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

</head>

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


<div class="wy-grid-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"> ebook_homebrew


</a>


<div class="version">
1.0.0
</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 class="wy-side-scroll">
<div class="wy-side-nav-search">



<a href="../../index.html" class="icon icon-home"> ebook_homebrew



</a>




<div class="version">
1.0.0
</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>
<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">ebook_homebrew</a>

</nav>

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

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">ebook_homebrew</a>
<div class="wy-nav-content">

<div class="rst-content">



</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>ebook_homebrew.archive</li>


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

</li>

</ul>

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

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

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

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

<li>ebook_homebrew.archive</li>


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

</li>

</ul>

<h1>Source code for ebook_homebrew.archive</h1><div class="highlight"><pre>

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

<h1>Source code for ebook_homebrew.archive</h1><div class="highlight"><pre>
<span></span><span class="c1"># -*- coding: utf-8 -*-</span>
<span class="sd">&quot;&quot;&quot;Create archive file.</span>
<span class="sd">&quot;&quot;&quot;</span>
Expand Down Expand Up @@ -182,49 +220,53 @@ <h1>Source code for ebook_homebrew.archive</h1><div class="highlight"><pre>
<span class="k">return</span> <span class="kc">True</span></div></div>
</pre></div>

</div>

</div>
<footer>
</div>

</div>
<footer>


<hr/>

<hr/>
<div role="contentinfo">
<p>
&copy; Copyright 2018, tubone

<div role="contentinfo">
<p>
&copy; Copyright 2018, tubone
</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>.

</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>

</footer>

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

</section>

</div>
</div>





<script type="text/javascript" id="documentation_options" data-url_root="../../"
src="../../_static/documentation_options.js"></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 type="text/javascript" src="../../_static/language_data.js"></script>


<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></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 type="text/javascript" src="../../_static/language_data.js"></script>




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

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

</body>
</html>

0 comments on commit 505cd74

Please sign in to comment.