Skip to content

Commit

Permalink
nightly docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
gwpybot authored and duncanmmacleod committed Sep 23, 2024
1 parent b13c46f commit 72ce743
Show file tree
Hide file tree
Showing 26 changed files with 4 additions and 4 deletions.
Binary file modified docs/latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/latest/.doctrees/table/io.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/colorbars-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/gwpy-timeseries-TimeSeries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/gwpy-timeseries-TimeSeries-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/inject-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/inject-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/inject-51.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/_images/timeseries-long-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/objects.inv
Binary file not shown.
Binary file modified docs/latest/plot_directive/api/gwpy-timeseries-TimeSeries-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/api/gwpy-timeseries-TimeSeries-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/cli/examples/timeseries-long-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/examples/timeseries/inject-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/latest/plot_directive/plot/colorbars-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/latest/searchindex.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/latest/table/io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ <h3 id="simple-queries"><span id="gwpy-table-gwosc-query"></span>Simple queries<
for all events in the catalogue:</p>
<div class="literal-block-wrapper docutils container" id="gwpy-table-io-fetch-open-data">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>Fetching the GWTC-2 catalogue using <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable.fetch_open_data" title="gwpy.table.EventTable.fetch_open_data (Python method) — Fetch events from an open-data catalogue hosted by GWOSC."><code class="xref py py-meth docutils literal notranslate"><span class="pre">EventTable.fetch_open_data()</span></code></a> (output correct as of Sep 22, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data" title="Permalink to this code"></a></span></div>
</span>Fetching the GWTC-2 catalogue using <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable.fetch_open_data" title="gwpy.table.EventTable.fetch_open_data (Python method) — Fetch events from an open-data catalogue hosted by GWOSC."><code class="xref py py-meth docutils literal notranslate"><span class="pre">EventTable.fetch_open_data()</span></code></a> (output correct as of Sep 23, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data" title="Permalink to this code"></a></span></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">gwpy.table</span> <span class="kn">import</span> <span class="n">EventTable</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">events</span> <span class="o">=</span> <span class="n">EventTable</span><span class="o">.</span><span class="n">fetch_open_data</span><span class="p">(</span><span class="s2">&quot;GWTC-2&quot;</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">events</span><span class="p">)</span>
Expand Down Expand Up @@ -1343,7 +1343,7 @@ <h3 id="simple-queries"><span id="gwpy-table-gwosc-query"></span>Simple queries<
<p>The full list of available columns can be queried as follows:</p>
<div class="literal-block-wrapper docutils container" id="gwpy-table-io-fetch-open-data-info">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>Printing the columns of an <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable" title="gwpy.table.EventTable (Python class) — A container for a table of events."><code class="xref py py-obj docutils literal notranslate"><span class="pre">EventTable</span></code></a> (output correct as of Sep 22, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-info" title="Permalink to this code"></a></span></div>
</span>Printing the columns of an <a class="reference internal" href="../../api/gwpy.table.EventTable/#gwpy.table.EventTable" title="gwpy.table.EventTable (Python class) — A container for a table of events."><code class="xref py py-obj docutils literal notranslate"><span class="pre">EventTable</span></code></a> (output correct as of Sep 23, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-info" title="Permalink to this code"></a></span></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">events</span><span class="o">.</span><span class="n">info</span><span class="p">)</span>
<span class="go">&lt;EventTable masked=True length=39&gt;</span>
<span class="go"> name dtype unit description</span>
Expand All @@ -1367,7 +1367,7 @@ <h3 id="filtered-queries"><span id="gwpy-table-gwosc-filter"></span>Filtered que
using the <code class="docutils literal notranslate"><span class="pre">selection</span></code> keyword:</p>
<div class="literal-block-wrapper docutils container" id="gwpy-table-io-fetch-open-data-filtered">
<div class="code-block-caption highlight"><span class="filename"><span class="caption-text">
</span>Downloading a sub-set of a catalogue from GWOSC (output correct as of Sep 22, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-filtered" title="Permalink to this code"></a></span></div>
</span>Downloading a sub-set of a catalogue from GWOSC (output correct as of Sep 23, 2024)<a class="headerlink" href="#gwpy-table-io-fetch-open-data-filtered" title="Permalink to this code"></a></span></div>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><code><span class="gp">&gt;&gt;&gt; </span><span class="n">t</span> <span class="o">=</span> <span class="n">EventTable</span><span class="o">.</span><span class="n">fetch_open_data</span><span class="p">(</span>
<span class="gp">... </span> <span class="s2">&quot;GWTC-2&quot;</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">selection</span><span class="o">=</span><span class="s2">&quot;mass_1_source &lt; 4&quot;</span><span class="p">,</span>
Expand Down

0 comments on commit 72ce743

Please sign in to comment.