Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added sub directories to the user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Feb 29, 2024
1 parent 91e2f3e commit 0f20025
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ _dependencies
!.readthedocs.yaml
!docs/
!docs/**/*
docs/_build/
!docs/_build/
docs/_build/**/*
docs/generated/
docs/generated/**/*
docs/**/*.DS_Store
docs/**/*.swp
docs/
!docs/
!docs/_static/**/*.png
!docs/_static/**/*.svg
**/*.ai
Expand All @@ -77,4 +77,4 @@ actions-runner*
env/**
venv/**

sandbox/**
sandbox/**
10 changes: 10 additions & 0 deletions docs/user-guide/basic-simulation/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#################
Basic Simulation
#################

Here, we will walk you through the basic features of Swiftest.
This is based on ``Basic_Simulation`` in ``swiftest/examples``.

.. toctree::
:maxdepth: 2
:hidden:
6 changes: 4 additions & 2 deletions docs/user-guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
User Guide
###########

TBD

In this user guide, you will find detailed descriptions and examples that describe the many capabilities of Swiftest and how to use them.

.. toctree::
:maxdepth: 2
:hidden:

Basic Simulation <basic-simulation/index>
Spherical Harmonics <spherical-harmonics/index>
10 changes: 10 additions & 0 deletions docs/user-guide/spherical-harmonics/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#################
Spherical Harmonics
#################

Here, we show how to use Swiftest's Spherical Harmonics capabilities.
This is based on ``spherical_harmonics_cb`` in ``swiftest/examples``.

.. toctree::
:maxdepth: 2
:hidden:

0 comments on commit 0f20025

Please sign in to comment.