Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 4, 2024
1 parent dcff02d commit 1a0b442
Show file tree
Hide file tree
Showing 53 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: d46c5a4ac860816d9f86a5eee2ab731e
config: 8df7323bcd415268ef157d1431679649
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified main/.doctrees/adding_features.doctree
Binary file not shown.
Binary file modified main/.doctrees/aggregation.doctree
Binary file not shown.
Binary file modified main/.doctrees/api.doctree
Binary file not shown.
Binary file modified main/.doctrees/build_docs.doctree
Binary file not shown.
Binary file modified main/.doctrees/environment.pickle
Binary file not shown.
Binary file modified main/.doctrees/feature_collection.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified main/.doctrees/generated/geometric_features.aggregation.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified main/.doctrees/generated/geometric_features.tag_features.doctree
Binary file not shown.
Binary file not shown.
Binary file modified main/.doctrees/geometric_data.doctree
Binary file not shown.
Binary file modified main/.doctrees/geometric_features.doctree
Binary file not shown.
Binary file modified main/.doctrees/index.doctree
Binary file not shown.
Binary file modified main/.doctrees/quick_start.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion main/_sources/quick_start.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use geometric features, you can install it in a conda environment:

.. code-block:: bash
conda create -n geometric_features -c conda-forge python=3.12 geometric_features
conda create -n geometric_features -c conda-forge python=3.13 geometric_features
conda activate geometric_features
To develop ``geometric_features`` (e.g. to add new features), create and activate
Expand Down
2 changes: 1 addition & 1 deletion main/quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
up the package have extensive documentation. More user-level documentation
will be added shortly.</p>
<p>To use geometric features, you can install it in a conda environment:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>create<span class="w"> </span>-n<span class="w"> </span>geometric_features<span class="w"> </span>-c<span class="w"> </span>conda-forge<span class="w"> </span><span class="nv">python</span><span class="o">=</span><span class="m">3</span>.12<span class="w"> </span>geometric_features
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>conda<span class="w"> </span>create<span class="w"> </span>-n<span class="w"> </span>geometric_features<span class="w"> </span>-c<span class="w"> </span>conda-forge<span class="w"> </span><span class="nv">python</span><span class="o">=</span><span class="m">3</span>.13<span class="w"> </span>geometric_features
conda<span class="w"> </span>activate<span class="w"> </span>geometric_features
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1a0b442

Please sign in to comment.