~crunch.io/ubuntu/precise/codespeak-lib/unstable

« back to all changes in this revision

Viewing changes to doc/test/plugin/restdoc.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-08-01 16:24:01 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100801162401-g37v49d1p148alpm
Tags: 1.3.3-1
* New upstream release.
* Bump Standards-Version to 3.9.1.
* Fix typo in py.test manpage.
* Prefer Breaks: over Conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
 
<html>
3
 
  <head>
4
 
    <title>restdoc</title>
5
 
    <meta content="text/html;charset=ISO-8859-1" name="Content-Type"/>
6
 
    <link href="../../style.css" media="screen" rel="stylesheet" type="text/css"/></head>
7
 
  <body>
8
 
    <div id="navspace">
9
 
      <div><a href="http://pylib.org"><img alt="py lib" height="57" id="pyimg" src="http://codespeak.net/img/pylib.png" width="77"/></a></div>
10
 
      <div id="menubar">
11
 
        <div>
12
 
          <div><a class="menu" href="../../announce/release-1.2.1.html">1.2.1 ANN</a></div></div>
13
 
        <div>
14
 
          <div><a class="menu" href="../../install.html">INSTALL</a></div></div>
15
 
        <div>
16
 
          <div><a class="menu" href="../../contact.html">CONTACT</a></div></div>
17
 
        <div>
18
 
          <div><a class="menu" href="../../changelog.html">CHANGELOG</a></div></div>
19
 
        <div>
20
 
          <div><a class="menu" href="../../faq.html">FAQ</a></div></div>
21
 
        <div>
22
 
          <div>
23
 
            <h3>py.test:</h3>
24
 
            <div><a class="menu" href="../index.html">Index</a></div>
25
 
            <div><a class="menu" href="../quickstart.html">Quickstart</a></div>
26
 
            <div><a class="menu" href="../features.html">Features</a></div>
27
 
            <div><a class="menu" href="index.html">Plugins</a></div>
28
 
            <div><a class="menu" href="../funcargs.html">Funcargs</a></div>
29
 
            <div><a class="menu" href="../customize.html">Customize</a></div>
30
 
            <div><a class="menu" href="../talks.html">Tutorials</a></div></div></div>
31
 
        <div>
32
 
          <div>
33
 
            <h3>supporting APIs:</h3>
34
 
            <div><a class="menu" href="../../index.html">Index</a></div>
35
 
            <div><a class="menu" href="../../path.html">py.path</a></div>
36
 
            <div><a class="menu" href="../../code.html">py.code</a></div></div></div></div></div>
37
 
    <div id="contentspace">
38
 
 
39
 
 
40
 
<div class="section" id="perform-rest-syntax-local-and-remote-reference-tests-on-rst-txt-files">
41
 
<h1>perform ReST syntax, local and remote reference tests on .rst/.txt files.</h1>
42
 
<div class="contents local topic" id="contents">
43
 
<ul class="simple">
44
 
<li><a class="reference internal" href="#command-line-options" id="id1">command line options</a></li>
45
 
</ul>
46
 
</div>
47
 
<div class="section" id="command-line-options">
48
 
<h2><a class="toc-backref" href="#id1">command line options</a></h2>
49
 
<dl class="docutils">
50
 
<dt><tt class="docutils literal"><span class="pre">-R,</span> <span class="pre">--urlcheck</span></tt></dt>
51
 
<dd>urlopen() remote links found in ReST text files.</dd>
52
 
<dt><tt class="docutils literal"><span class="pre">--urltimeout=secs</span></tt></dt>
53
 
<dd>timeout in seconds for remote urlchecks</dd>
54
 
<dt><tt class="docutils literal"><span class="pre">--forcegen</span></tt></dt>
55
 
<dd>force generation of html files.</dd>
56
 
</dl>
57
 
</div>
58
 
</div>
59
 
<div class="section" id="start-improving-this-plugin-in-30-seconds">
60
 
<h1>Start improving this plugin in 30 seconds</h1>
61
 
<ol class="arabic simple">
62
 
<li>Download <a class="reference external" href="http://bitbucket.org/hpk42/py-trunk/raw/1.2.0/py/_plugin/pytest_restdoc.py">pytest_restdoc.py</a> plugin source code</li>
63
 
<li>put it somewhere as <tt class="docutils literal">pytest_restdoc.py</tt> into your import path</li>
64
 
<li>a subsequent <tt class="docutils literal">py.test</tt> run will use your local version</li>
65
 
</ol>
66
 
<p>Checkout <a class="reference external" href="../customize.html">customize</a>, other <a class="reference external" href="index.html">plugins</a> or <a class="reference external" href="../../contact.html">get in contact</a>.</p>
67
 
</div>
68
 
</div>
69
 
<script type="text/javascript">
70
 
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
71
 
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
72
 
</script>
73
 
<script type="text/javascript">
74
 
try {
75
 
var pageTracker = _gat._getTracker("UA-7597274-3");
76
 
pageTracker._trackPageview();
77
 
} catch(err) {}</script>
78
 
</body></html>
 
 
b'\\ No newline at end of file'