Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Remove unsupported Python 2.6 and 3.3 #14

Merged
merged 1 commit into from
Oct 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sources/install.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Installation
============

**see** supports Python 2.6+ and 3.3+.
**see** supports Python 2.7 and 3.4+.

The latest release can be found on the
`Python Package Index <https://pypi.python.org/pypi/see>`_.
Expand Down
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>see: dir for humans &#8212; see 1.4.1 documentation</title>

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

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
Expand All @@ -27,16 +27,16 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Installation" href="install.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="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="#">see</a></h1>
Expand Down Expand Up @@ -81,13 +81,13 @@ <h3>Quick search</h3>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<div class="section" id="module-see">
<span id="see-dir-for-humans"></span><h1>see: dir for humans<a class="headerlink" href="#module-see" title="Permalink to this headline">¶</a></h1>
<p>Release v1.4.1.</p>
<a class="reference external image-reference" href="https://travis-ci.org/ljcooke/see"><img alt="https://travis-ci.org/ljcooke/see.svg?branch=develop" src="https://travis-ci.org/ljcooke/see.svg?branch=develop" /></a>
<a class="reference external image-reference" href="https://coveralls.io/github/ljcooke/see?branch=develop"><img alt="https://coveralls.io/repos/github/ljcooke/see/badge.svg?branch=develop" src="https://coveralls.io/repos/github/ljcooke/see/badge.svg?branch=develop" /></a>
<p><strong>see</strong> is an alternative to <code class="docutils literal"><span class="pre">dir()</span></code>, for Python 2.6+ and 3.3+.</p>
<p><strong>see</strong> is an alternative to <code class="docutils literal"><span class="pre">dir()</span></code>, for Python 2.7 and 3.4+.</p>
<p>It neatly summarises what you can do with an object.
Use it to inspect your code or learn new APIs.</p>
<p>To get started, see the <a class="reference internal" href="install.html"><span class="doc">Installation</span></a> and <a class="reference internal" href="usage.html"><span class="doc">Usage</span></a> pages.</p>
Expand Down Expand Up @@ -191,11 +191,11 @@ <h2>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe
</div>
<div class="footer">
&copy;2009–2017, Liam Cooke.

</div>






</body>
</html>
</html>
26 changes: 13 additions & 13 deletions install.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Installation &#8212; see 1.4.1 documentation</title>

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

<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
Expand All @@ -28,16 +28,16 @@
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Usage" href="usage.html" />
<link rel="prev" title="see: dir for humans" href="index.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="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">see</a></h1>
Expand Down Expand Up @@ -87,10 +87,10 @@ <h3>Quick search</h3>
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<div class="section" id="installation">
<span id="index-0"></span><h1>Installation<a class="headerlink" href="#installation" title="Permalink to this headline">¶</a></h1>
<p><strong>see</strong> supports Python 2.6+ and 3.3+.</p>
<p><strong>see</strong> supports Python 2.7 and 3.4+.</p>
<p>The latest release can be found on the
<a class="reference external" href="https://pypi.python.org/pypi/see">Python Package Index</a>.</p>
<div class="section" id="install-with-pip">
Expand Down Expand Up @@ -125,11 +125,11 @@ <h2>After installing<a class="headerlink" href="#after-installing" title="Permal
</div>
<div class="footer">
&copy;2009–2017, Liam Cooke.

</div>






</body>
</html>
</html>