Skip to content

Commit

Permalink
Added installation subsection to getting started section.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwfncar committed May 2, 2024
1 parent 0b5f817 commit f775a51
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
Getting Started
###############

.. toctree::
:maxdepth: 1
:caption: Contents:

installation
11 changes: 11 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Installation
============

.. code-block:: console
$ git clone https://github.com/NCAR/musica.git
$ cd musica
$ mkdir build
$ cd build
$ cmake ..
$ make
9 changes: 0 additions & 9 deletions docs/source/user_guide/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
##########
User Guide
##########

.. code-block:: console
$ git clone https://github.com/NCAR/musica.git
$ cd musica
$ mkdir build
$ cd build
$ cmake ..
$ make

0 comments on commit f775a51

Please sign in to comment.