Skip to content

Commit 0906f58

Browse files
author
Sphinx
committed
Automated update f3690dae2f4e13fc8d767c236210d3553d2c7feb
1 parent 7729064 commit 0906f58

6 files changed

Lines changed: 10 additions & 31 deletions

File tree

dev/Tutorial/chapter_introduction.html

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -291,15 +291,11 @@ <h2>Frequently Asked Questions (FAQ)<a class="headerlink" href="#frequently-aske
291291
</li>
292292
<li><div class="line-block">
293293
<div class="line"><em>Where is the latest version of this document?</em></div>
294-
<div class="line">If you download a Biopython source code archive, it will include
295-
the relevant version in both HTML and PDF formats. The latest
296-
published version of this document (updated at each release) is
297-
online:</div>
294+
<div class="line">The latest published version of this document (updated at each
295+
release) is online at <a class="reference external" href="https://biopython.org/docs/latest/">https://biopython.org/docs/latest/</a> with
296+
<a class="reference external" href="https://biopython.org/docs/dev/">https://biopython.org/docs/dev/</a> for the documentation being worked
297+
on for the next release.</div>
298298
</div>
299-
<ul class="simple">
300-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">http://biopython.org/DIST/docs/tutorial/Tutorial.html</a></p></li>
301-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">http://biopython.org/DIST/docs/tutorial/Tutorial.pdf</a></p></li>
302-
</ul>
303299
</li>
304300
<li><div class="line-block">
305301
<div class="line"><em>What is wrong with my sequence comparisons?</em></div>

dev/api/Bio.AlignIO.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
300300
in a PHYLIP file containing one or more alignments using Bio.AlignIO, or you
301301
can read in the sequences within these alignments using Bio.SeqIO.</p>
302302
<p>Bio.AlignIO is also documented at <a class="reference external" href="http://biopython.org/wiki/AlignIO">http://biopython.org/wiki/AlignIO</a> and by
303-
a whole chapter in our tutorial:</p>
304-
<ul class="simple">
305-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">HTML Tutorial</a></p></li>
306-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">PDF Tutorial</a></p></li>
307-
</ul>
303+
a whole chapter in our <a class="reference external" href="https://biopython.org/docs/latest/Tutorial/index.html">Tutorial</a>:</p>
308304
<section id="input">
309305
<h3>Input<a class="headerlink" href="#input" title="Link to this heading"></a></h3>
310306
<p>For the typical special case when your file or handle contains one and only

dev/api/Bio.Entrez.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,8 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
252252
in this case a remote network connection, and provides methods like
253253
<code class="docutils literal notranslate"><span class="pre">.read()</span></code> or offers iteration over the contents line by line. See
254254
also “What the heck is a handle?” in the Biopython Tutorial and
255-
Cookbook: <a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">http://biopython.org/DIST/docs/tutorial/Tutorial.html</a>
256-
<a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">http://biopython.org/DIST/docs/tutorial/Tutorial.pdf</a>
257-
The handle returned by these functions can be either in text mode or
255+
Cookbook: <a class="reference external" href="https://biopython.org/docs/latest/Tutorial/index.html">https://biopython.org/docs/latest/Tutorial/index.html</a></p>
256+
<p>The handle returned by these functions can be either in text mode or
258257
in binary mode, depending on the data requested and the results
259258
returned by NCBI Entrez. Typically, XML data will be in binary mode
260259
while other data will be in text mode, as required by the downstream

dev/api/Bio.Seq.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,7 @@
100100
<section id="module-Bio.Seq">
101101
<span id="bio-seq-module"></span><h1>Bio.Seq module<a class="headerlink" href="#module-Bio.Seq" title="Link to this heading"></a></h1>
102102
<p>Provide objects to represent biological sequences.</p>
103-
<dl class="simple">
104-
<dt>See also the <a class="reference external" href="http://biopython.org/wiki/Seq">Seq</a> wiki and the chapter in our tutorial:</dt><dd><ul class="simple">
105-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">HTML Tutorial</a></p></li>
106-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">PDF Tutorial</a></p></li>
107-
</ul>
108-
</dd>
109-
</dl>
103+
<p>See also the <a class="reference external" href="http://biopython.org/wiki/Seq">Seq</a> wiki and the chapter in our <a class="reference external" href="https://biopython.org/docs/latest/Tutorial/index.html">Tutorial</a>.</p>
110104
<dl class="py class">
111105
<dt class="sig sig-object py" id="Bio.Seq.SequenceDataAbstractBaseClass">
112106
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">Bio.Seq.</span></span><span class="sig-name descname"><span class="pre">SequenceDataAbstractBaseClass</span></span><a class="headerlink" href="#Bio.Seq.SequenceDataAbstractBaseClass" title="Link to this definition"></a></dt>

dev/api/Bio.SeqIO.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -771,13 +771,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Link to this headi
771771
<section id="module-Bio.SeqIO">
772772
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-Bio.SeqIO" title="Link to this heading"></a></h2>
773773
<p>Sequence input/output as SeqRecord objects.</p>
774-
<p>Bio.SeqIO is also documented at <a class="reference external" href="http://biopython.org/wiki/SeqIO">SeqIO</a> and by a whole chapter in our tutorial:</p>
775-
<blockquote>
776-
<div><ul class="simple">
777-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.html">HTML Tutorial</a></p></li>
778-
<li><p><a class="reference external" href="http://biopython.org/DIST/docs/tutorial/Tutorial.pdf">PDF Tutorial</a></p></li>
779-
</ul>
780-
</div></blockquote>
774+
<p>Bio.SeqIO is also documented at <a class="reference external" href="http://biopython.org/wiki/SeqIO">SeqIO</a> and by a whole chapter in our <a class="reference external" href="https://biopython.org/docs/latest/Tutorial/index.html">Tutorial</a>:</p>
781775
<section id="input">
782776
<h3>Input<a class="headerlink" href="#input" title="Link to this heading"></a></h3>
783777
<p>The main function is Bio.SeqIO.parse(…) which takes an input file handle

dev/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)