Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9a0e9c5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
asogaard committed Sep 19, 2024
1 parent 5b8a4d9 commit 1d8aa35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/datasets/datasets.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ After that, you can construct your :code:`Dataset` from a SQLite database with j

.. code-block:: python
from graphnet.data.sqlite import SQLiteDataset
from graphnet.data.dataset.sqlite.sqlite_dataset import SQLiteDataset
from graphnet.models.detector.prometheus import Prometheus
from graphnet.models.graphs import KNNGraph
from graphnet.models.graphs.nodes import NodesAsPulses
Expand All @@ -203,7 +203,7 @@ Or similarly for Parquet files:

.. code-block:: python
from graphnet.data.parquet import ParquetDataset
from graphnet.data.dataset.parquet.parquet_dataset import ParquetDataset
from graphnet.models.detector.prometheus import Prometheus
from graphnet.models.graphs import KNNGraph
from graphnet.models.graphs.nodes import NodesAsPulses
Expand Down
4 changes: 2 additions & 2 deletions datasets/datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ <h2 id="sqlitedataset-parquetdataset"><code class="code docutils literal notrans
<li><p><code class="code docutils literal notranslate"><span class="pre">graph_definition</span></code>: A <cite>GraphDefinition`that prepares the raw data from the `Dataset</cite> into your choice in data representation.</p></li>
</ul>
<p>After that, you can construct your <code class="code docutils literal notranslate"><span class="pre">Dataset</span></code> from a SQLite database with just a few lines of code:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">graphnet.data.sqlite</span> <span class="kn">import</span> <span class="n">SQLiteDataset</span>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">graphnet.data.dataset.sqlite.sqlite_dataset</span> <span class="kn">import</span> <span class="n">SQLiteDataset</span>
<span class="kn">from</span> <span class="nn">graphnet.models.detector.prometheus</span> <span class="kn">import</span> <span class="n">Prometheus</span>
<span class="kn">from</span> <span class="nn">graphnet.models.graphs</span> <span class="kn">import</span> <span class="n">KNNGraph</span>
<span class="kn">from</span> <span class="nn">graphnet.models.graphs.nodes</span> <span class="kn">import</span> <span class="n">NodesAsPulses</span>
Expand All @@ -623,7 +623,7 @@ <h2 id="sqlitedataset-parquetdataset"><code class="code docutils literal notrans
</pre></div>
</div>
<p>Or similarly for Parquet files:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">graphnet.data.parquet</span> <span class="kn">import</span> <span class="n">ParquetDataset</span>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">graphnet.data.dataset.parquet.parquet_dataset</span> <span class="kn">import</span> <span class="n">ParquetDataset</span>
<span class="kn">from</span> <span class="nn">graphnet.models.detector.prometheus</span> <span class="kn">import</span> <span class="n">Prometheus</span>
<span class="kn">from</span> <span class="nn">graphnet.models.graphs</span> <span class="kn">import</span> <span class="n">KNNGraph</span>
<span class="kn">from</span> <span class="nn">graphnet.models.graphs.nodes</span> <span class="kn">import</span> <span class="n">NodesAsPulses</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1d8aa35

Please sign in to comment.