Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Nov 23, 2023
1 parent 5df19b9 commit fd64667
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Monday 20th November 2023
Last Modified: Thursday 23rd November 2023
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -53,6 +53,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.duration',
'sphinx_copybutton',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ To jump straight in, check out the
:maxdepth: 1
:caption: Contents:

intro/introduction
usage/installation
usage/examples
usage/quickstart

pySD/pySD
Expand Down
4 changes: 4 additions & 0 deletions docs/source/intro/introduction.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Introduction
============

This is the motivation behind CLEO.
36 changes: 36 additions & 0 deletions docs/source/usage/examples.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
.. _examples:

Examples
========

There are several test cases for CLEO, each with different builds,
domains, microphysics, coupling, superdroplet motion etc. They can be
found in the ``CLEO/examples`` directory.

1) Adiabatic Parcel
-------------------
a) Cusp Bifurcation
###################

b) Arabas and Shima 2017
########################


2) Box Model Collisions
-----------------------
a) Golovin
##########

b) Long
#######

c) Low and List
###############


3) Divergence Free Motion
-------------------------


4) Constant 2-D Thermodynamics
------------------------------
14 changes: 13 additions & 1 deletion docs/source/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@
Installation
============

First clone the github repository:
First clone CLEO's github repository:


.. code-block:: console
$ git clone https://github.com/yoctoyotta1024/CLEO.git
It’s not essential, but everything will be much easier if you clone
CLEO in your home directory. If you choose to do otherwise,
you may have to change some paths in the bash and python scripts.


That's it, you're done!


Maybe now you want to run :ref:`some examples <examples>`...
2 changes: 1 addition & 1 deletion docs/source/usage/quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Quickstart
==========

To begin, first follow the steps to :ref:`install CLEO <installation>`.
Start by following the steps to :ref:`install CLEO <installation>`.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
'''
----- CLEO -----
File: setup.py
Project: CLEO
Project: CLEOfire
Created Date: Thursday 12th October 2023
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Friday 3rd November 2023
Last Modified: Thursday 23rd November 2023
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand All @@ -19,7 +19,7 @@
from setuptools import setup, find_packages

setup(
name='CLEO 4.0',
name='CLEO',
version='4.0',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit fd64667

Please sign in to comment.