Skip to content

Commit

Permalink
Deleted old documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuei committed Jan 25, 2023
1 parent b75619f commit 0fc8c9a
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 15,015 deletions.
4 changes: 2 additions & 2 deletions docs/debeir.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class="modulename">

<div class="docstring"><p>The DeBEIR (Dense Bi-Encoder Information Retrieval) source code library.</p>

<p>See ./main.py in the parent directory for an out-of-the-box runnable code.</p>
<p>See ./examples/ in the parent directory for an out-of-the-box runnable code.</p>

<p>Otherwise, check out notebooks in the parent directory for training your own model amongst other things.</p>
</div>
Expand All @@ -62,7 +62,7 @@ <h1 class="modulename">
<div class="pdoc-code codehilite"><pre><span></span><span id="L-1"><a href="#L-1"><span class="linenos">1</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos">2</span></a><span class="sd">The DeBEIR (Dense Bi-Encoder Information Retrieval) source code library.</span>
</span><span id="L-3"><a href="#L-3"><span class="linenos">3</span></a>
</span><span id="L-4"><a href="#L-4"><span class="linenos">4</span></a><span class="sd">See ./main.py in the parent directory for an out-of-the-box runnable code.</span>
</span><span id="L-4"><a href="#L-4"><span class="linenos">4</span></a><span class="sd">See ./examples/ in the parent directory for an out-of-the-box runnable code.</span>
</span><span id="L-5"><a href="#L-5"><span class="linenos">5</span></a>
</span><span id="L-6"><a href="#L-6"><span class="linenos">6</span></a><span class="sd">Otherwise, check out notebooks in the parent directory for training your own model amongst other things.</span>
</span><span id="L-7"><a href="#L-7"><span class="linenos">7</span></a><span class="sd">&quot;&quot;&quot;</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/debeir/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="modulename">

<div class="docstring"><p>Core library interfaces that must be implemented for custom datasets</p>

<p>Interfaces to implement custom data_sets in nir.data_sets.</p>
<p>Interfaces to implement custom datasets in <a href="datasets.html">debeir.datasets</a>.</p>
</div>

<input id="mod-core-view-source" class="view-source-toggle-state" type="checkbox" aria-hidden="true" tabindex="-1">
Expand All @@ -67,7 +67,7 @@ <h1 class="modulename">
<div class="pdoc-code codehilite"><pre><span></span><span id="L-1"><a href="#L-1"><span class="linenos">1</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos">2</span></a><span class="sd">Core library interfaces that must be implemented for custom datasets</span>
</span><span id="L-3"><a href="#L-3"><span class="linenos">3</span></a>
</span><span id="L-4"><a href="#L-4"><span class="linenos">4</span></a><span class="sd">Interfaces to implement custom data_sets in nir.data_sets.</span>
</span><span id="L-4"><a href="#L-4"><span class="linenos">4</span></a><span class="sd">Interfaces to implement custom datasets in debeir.datasets.</span>
</span><span id="L-5"><a href="#L-5"><span class="linenos">5</span></a><span class="sd">&quot;&quot;&quot;</span>
</span></pre></div>

Expand Down
264 changes: 0 additions & 264 deletions docs/debeir/data_sets.html

This file was deleted.

546 changes: 0 additions & 546 deletions docs/debeir/data_sets/bioreddit.html

This file was deleted.

2,111 changes: 0 additions & 2,111 deletions docs/debeir/data_sets/clinical_trials.html

This file was deleted.

683 changes: 0 additions & 683 deletions docs/debeir/data_sets/factory.html

This file was deleted.

771 changes: 0 additions & 771 deletions docs/debeir/data_sets/marco.html

This file was deleted.

611 changes: 0 additions & 611 deletions docs/debeir/data_sets/trec_clinical_trials.html

This file was deleted.

453 changes: 0 additions & 453 deletions docs/debeir/data_sets/trec_covid.html

This file was deleted.

731 changes: 0 additions & 731 deletions docs/debeir/data_sets/types.html

This file was deleted.

545 changes: 0 additions & 545 deletions docs/debeir/data_sets/utils.html

This file was deleted.

4 changes: 2 additions & 2 deletions docs/debeir/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h2>Submodules</h2>
<h1 class="modulename">
<a href="./../debeir.html">debeir</a><wbr>.datasets </h1>

<div class="docstring"><p>Contains data_sets implemented from nir.interfaces</p>
<div class="docstring"><p>Contains data_sets implemented from nir.core</p>

<ol>
<li>Parser (For reading data from files into a Dict object)</li>
Expand All @@ -69,7 +69,7 @@ <h1 class="modulename">
<label class="view-source-button" for="mod-datasets-view-source"><span>View Source</span></label>

<div class="pdoc-code codehilite"><pre><span></span><span id="L-1"><a href="#L-1"><span class="linenos">1</span></a><span class="sd">&quot;&quot;&quot;</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos">2</span></a><span class="sd">Contains data_sets implemented from nir.interfaces</span>
</span><span id="L-2"><a href="#L-2"><span class="linenos">2</span></a><span class="sd">Contains data_sets implemented from nir.core</span>
</span><span id="L-3"><a href="#L-3"><span class="linenos">3</span></a><span class="sd">1. Parser (For reading data from files into a Dict object)</span>
</span><span id="L-4"><a href="#L-4"><span class="linenos">4</span></a><span class="sd">2. Query object (Generating queries)</span>
</span><span id="L-5"><a href="#L-5"><span class="linenos">5</span></a><span class="sd"> - These query objects can be very lightweight containing only the mappings of the index.</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/debeir/evaluation/evaluator.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h6 id="returns">Returns</h6>
<div class="attr function">

<span class="def">def</span>
<span class="name">average_all_metrics</span><span class="signature pdoc-code multiline">(<span class="param"> <span class="bp">self</span>,</span><span class="param"> <span class="n">runs</span><span class="p">:</span> <span class="n">Dict</span>,</span><span class="param"> <span class="n">logger</span><span class="p">:</span> <span class="o">&lt;</span><span class="n">loguru</span><span class="o">.</span><span class="n">logger</span> <span class="n">handlers</span><span class="o">=</span><span class="p">[(</span><span class="nb">id</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">level</span><span class="o">=</span><span class="mi">10</span><span class="p">,</span> <span class="n">sink</span><span class="o">=&lt;</span><span class="n">_io</span><span class="o">.</span><span class="n">StringIO</span> <span class="nb">object</span> <span class="n">at</span> <span class="mh">0x105cfa710</span><span class="o">&gt;</span><span class="p">)]</span><span class="o">&gt;</span></span><span class="return-annotation">):</span></span>
<span class="name">average_all_metrics</span><span class="signature pdoc-code multiline">(<span class="param"> <span class="bp">self</span>,</span><span class="param"> <span class="n">runs</span><span class="p">:</span> <span class="n">Dict</span>,</span><span class="param"> <span class="n">logger</span><span class="p">:</span> <span class="o">&lt;</span><span class="n">loguru</span><span class="o">.</span><span class="n">logger</span> <span class="n">handlers</span><span class="o">=</span><span class="p">[(</span><span class="nb">id</span><span class="o">=</span><span class="mi">0</span><span class="p">,</span> <span class="n">level</span><span class="o">=</span><span class="mi">10</span><span class="p">,</span> <span class="n">sink</span><span class="o">=&lt;</span><span class="n">_io</span><span class="o">.</span><span class="n">StringIO</span> <span class="nb">object</span> <span class="n">at</span> <span class="mh">0x103af2710</span><span class="o">&gt;</span><span class="p">)]</span><span class="o">&gt;</span></span><span class="return-annotation">):</span></span>

<label class="view-source-button" for="Evaluator.average_all_metrics-view-source"><span>View Source</span></label>

Expand Down
254 changes: 0 additions & 254 deletions docs/debeir/interfaces.html

This file was deleted.

859 changes: 0 additions & 859 deletions docs/debeir/interfaces/callbacks.html

This file was deleted.

1,480 changes: 0 additions & 1,480 deletions docs/debeir/interfaces/config.html

This file was deleted.

443 changes: 0 additions & 443 deletions docs/debeir/interfaces/converters.html

This file was deleted.

772 changes: 0 additions & 772 deletions docs/debeir/interfaces/document.html

This file was deleted.

943 changes: 0 additions & 943 deletions docs/debeir/interfaces/executor.html

This file was deleted.

724 changes: 0 additions & 724 deletions docs/debeir/interfaces/indexer.html

This file was deleted.

1,079 changes: 0 additions & 1,079 deletions docs/debeir/interfaces/parser.html

This file was deleted.

798 changes: 0 additions & 798 deletions docs/debeir/interfaces/pipeline.html

This file was deleted.

940 changes: 0 additions & 940 deletions docs/debeir/interfaces/query.html

This file was deleted.

2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

0 comments on commit 0fc8c9a

Please sign in to comment.