Skip to content

Commit

Permalink
Merge pull request #162 from astronomy-commons/tickets/LSDB-110
Browse files Browse the repository at this point in the history
Added basic tutorial outline
  • Loading branch information
nevencaplar authored Feb 21, 2024
2 parents ce29177 + 24f43fe commit 99e28f9
Show file tree
Hide file tree
Showing 9 changed files with 148 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/gettingstarted.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Getting Started
========================================================================================

These pages will help you install and learn the basics of using LSDB. If you encounter any issues
we encourage you to open an issue on the
`LSDB github repository <https://github.com/astronomy-commons/lsdb/issues>`_.

.. toctree::

Installing LSDB <gettingstarted/installation>
Quickstart Guide <gettingstarted/quickstart>
4 changes: 4 additions & 0 deletions docs/gettingstarted/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Installation
============

TBD
25 changes: 25 additions & 0 deletions docs/gettingstarted/quickstart.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Quickstart"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"LSDB provides a scalable framework for analyzing and cross-matching large astronomical catalogs. This tutorial section is under construction. "
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
5 changes: 4 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,8 @@ Notes:
:hidden:

Home page <self>
API Reference <autoapi/index>
Getting Started <gettingstarted>
Tutorials <tutorials>
Notebooks <notebooks>
API Reference <autoapi/index>

12 changes: 12 additions & 0 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Tutorials
========================================================================================

These pages contain a set of tutorial notebooks for working through core and more advanced LSDB
functionality.

.. toctree::

Loading data into LSDB <tutorials/loading_data>
Working with large catalogs <tutorials/working_with_large_catalogs>
Margins <tutorials/margins>
Exporting results <tutorials/exporting_results>
23 changes: 23 additions & 0 deletions docs/tutorials/exporting_results.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exporting results"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
23 changes: 23 additions & 0 deletions docs/tutorials/loading_data.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Loading data"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
23 changes: 23 additions & 0 deletions docs/tutorials/margins.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Margins"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
23 changes: 23 additions & 0 deletions docs/tutorials/working_with_large_catalogs.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Working with large catalogs"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 99e28f9

Please sign in to comment.