Skip to content

Commit

Permalink
Fix docstrings, move slow nb to pre-executed. (#533)
Browse files Browse the repository at this point in the history
* Fix docstrings, move slow nb to pre-executed.

* Fix line length
  • Loading branch information
delucchi-cmu authored Dec 20, 2024
1 parent c80c318 commit c8082b6
Show file tree
Hide file tree
Showing 9 changed files with 1,145 additions and 1,468 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The latest release version of LSDB is available to install with `pip <https://py
pyenv virtualenv 3.11 lsdb_env
pyenv local lsdb_env
We recommend Python versions **>=3.9, <=3.12**.
We recommend Python versions **>=3.10, <=3.12**.

LSDB can also be installed from source on `GitHub <https://github.com/astronomy-commons/lsdb>`_. See our
advanced installation instructions in the :doc:`contribution guide </developer/contributing>`.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ A more in-depth look into how LSDB works
:name: Advanced Topics

Topic: Import catalogs <tutorials/import_catalogs>
Topic: Manual catalog verification <tutorials/manual_verification>
Topic: Manual catalog verification <tutorials/pre_executed/manual_verification>
Topic: Accessing remote data <tutorials/remote_data>
Topic: Margins <tutorials/margins>
Topic: Index tables <tutorials/pre_executed/index_table>
Expand Down
147 changes: 0 additions & 147 deletions docs/tutorials/manual_verification.ipynb

This file was deleted.

1,786 changes: 525 additions & 1,261 deletions docs/tutorials/pre_executed/des-gaia.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit c8082b6

Please sign in to comment.