Skip to content

Commit

Permalink
Regenerated docs for 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterv committed Jan 5, 2015
1 parent fd894d9 commit a74a8bd
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion doc/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Contents:

Luacheck provides a command line interface as well as a Lua module which can be used by other programs.

This is the documentation for the 0.7.2 version.
This is the documentation for the 0.7.3 version.
8 changes: 4 additions & 4 deletions doc/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Command line interface &mdash; luacheck 0.7.2 documentation</title>
<title>Command line interface &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -28,7 +28,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="index.html"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="index.html"/>
<link rel="next" title="Configuration file" href="config.html"/>
<link rel="prev" title="Types of warnings" href="warnings.html"/>

Expand Down Expand Up @@ -281,7 +281,7 @@ <h1>Command line interface<a class="headerlink" href="#command-line-interface" t

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -301,7 +301,7 @@ <h1>Command line interface<a class="headerlink" href="#command-line-interface" t
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions doc/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Configuration file &mdash; luacheck 0.7.2 documentation</title>
<title>Configuration file &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -28,7 +28,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="index.html"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="index.html"/>
<link rel="next" title="Luacheck module" href="module.html"/>
<link rel="prev" title="Command line interface" href="cli.html"/>

Expand Down Expand Up @@ -173,7 +173,7 @@ <h2>Per-file overrides<a class="headerlink" href="#per-file-overrides" title="Pe

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -193,7 +193,7 @@ <h2>Per-file overrides<a class="headerlink" href="#per-file-overrides" title="Pe
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions doc/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; luacheck 0.7.2 documentation</title>
<title>Index &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -29,7 +29,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="index.html"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="index.html"/>


<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h1 id="index">Index</h1>

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -145,7 +145,7 @@ <h1 id="index">Index</h1>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
10 changes: 5 additions & 5 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Luacheck documentation &mdash; luacheck 0.7.2 documentation</title>
<title>Luacheck documentation &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -28,7 +28,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="#"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="#"/>
<link rel="next" title="Types of warnings" href="warnings.html"/>


Expand Down Expand Up @@ -150,7 +150,7 @@ <h1>Luacheck documentation<a class="headerlink" href="#luacheck-documentation" t
</div>
<p><a class="reference external" href="https://github.com/mpeterv/luacheck/">Luacheck</a> is a tool for linting and static analysis of <a class="reference external" href="http://www.lua.org/">Lua</a> code. It is able to spot usage of undefined global variables, unused local variables and a few other typical problems within Lua programs.</p>
<p>Luacheck provides a command line interface as well as a Lua module which can be used by other programs.</p>
<p>This is the documentation for the 0.7.2 version.</p>
<p>This is the documentation for the 0.7.3 version.</p>
</div>


Expand All @@ -169,7 +169,7 @@ <h1>Luacheck documentation<a class="headerlink" href="#luacheck-documentation" t

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -189,7 +189,7 @@ <h1>Luacheck documentation<a class="headerlink" href="#luacheck-documentation" t
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
8 changes: 4 additions & 4 deletions doc/module.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Luacheck module &mdash; luacheck 0.7.2 documentation</title>
<title>Luacheck module &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -28,7 +28,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="index.html"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="index.html"/>
<link rel="prev" title="Configuration file" href="config.html"/>


Expand Down Expand Up @@ -223,7 +223,7 @@ <h2>Report format<a class="headerlink" href="#report-format" title="Permalink to

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -243,7 +243,7 @@ <h2>Report format<a class="headerlink" href="#report-format" title="Permalink to
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion doc/objects.inv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sphinx inventory version 2
# Project: luacheck
# Version: 0.7.2
# Version: 0.7.3
# The remainder of this file is compressed using zlib.
xڅ��� �;O�D�3����F�=A7*#)��m�����1� (��Ym%����XCq���v0|�r� ��h7�"�oN�L_~k^؇��GpL� O�7�6k�uT$��X7z�Y�S[��]��3�\$Ʌ鍳�yBɣ�����WB�(�V4�]7���̯ΘEpx��v֋�nQ����)�]��N
Expand Down
8 changes: 4 additions & 4 deletions doc/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; luacheck 0.7.2 documentation</title>
<title>Search &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -28,7 +28,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="index.html"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="index.html"/>


<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
Expand Down Expand Up @@ -130,7 +130,7 @@

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -150,7 +150,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down
2 changes: 1 addition & 1 deletion doc/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions doc/warnings.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Types of warnings &mdash; luacheck 0.7.2 documentation</title>
<title>Types of warnings &mdash; luacheck 0.7.3 documentation</title>



Expand All @@ -28,7 +28,7 @@



<link rel="top" title="luacheck 0.7.2 documentation" href="index.html"/>
<link rel="top" title="luacheck 0.7.3 documentation" href="index.html"/>
<link rel="next" title="Command line interface" href="cli.html"/>
<link rel="prev" title="Luacheck documentation" href="index.html"/>

Expand Down Expand Up @@ -223,7 +223,7 @@ <h2>Redefined variables<a class="headerlink" href="#redefined-variables" title="

<div role="contentinfo">
<p>
&copy; Copyright 2014, Peter Melnichenko.
&copy; Copyright 2014 - 2015, Peter Melnichenko.
</p>
</div>

Expand All @@ -243,7 +243,7 @@ <h2>Redefined variables<a class="headerlink" href="#redefined-variables" title="
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'0.7.2',
VERSION:'0.7.3',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true
Expand Down

0 comments on commit a74a8bd

Please sign in to comment.