From cad81505d489b8d4aa9a181fa86038d6a674cfa7 Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Fri, 1 Jun 2018 09:36:37 +0100 Subject: [PATCH] Added how to configure with the minimal hydro scheme to the docs --- doc/RTD/source/HydroSchemes/minimal_sph.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/RTD/source/HydroSchemes/minimal_sph.rst b/doc/RTD/source/HydroSchemes/minimal_sph.rst index 0440f6c7af..57ffb248bf 100644 --- a/doc/RTD/source/HydroSchemes/minimal_sph.rst +++ b/doc/RTD/source/HydroSchemes/minimal_sph.rst @@ -12,4 +12,8 @@ Minimal (Density-Energy) SPH This scheme is a textbook implementation of Density-Energy SPH, and can be used as a pedagogical example. It also implements a Monaghan AV scheme, like the GADGET-2 scheme. It uses very similar equations, but differs in implementation -details. +details. To use the minimal scheme, use + +.. code-block:: bash + + ./configure --with-hydro="minimal" -- GitLab