From 8a32d79ba4d17a9e284e1285a45863e861fb68eb Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Sat, 6 Dec 2014 11:49:54 -0500 Subject: [PATCH] Tidy up predefined mixtures docs See https://github.com/CoolProp/CoolProp/issues/280 Signed-off-by: Ian Bell --- Web/coolprop/HighLevelAPI.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Web/coolprop/HighLevelAPI.rst b/Web/coolprop/HighLevelAPI.rst index 3c7eb0cbd2..5d6dee114d 100644 --- a/Web/coolprop/HighLevelAPI.rst +++ b/Web/coolprop/HighLevelAPI.rst @@ -130,10 +130,12 @@ For a given fluid, the phase can be plotted in T-p coordinates: plt.xlabel('Temperature [K]') plt.tight_layout() +.. _predefined_mixtures: + Predefined Mixtures ------------------- -A number of predefined mixtures are included in CoolProp. You can retrieve the list of predefined mixtures by calling `get_global_param_string("predefined_mixtures")` which will return a comma-separated list of predefined mixtures. In Python, to get the first 5 mixtures, you would do:: +A number of predefined mixtures are included in CoolProp. You can retrieve the list of predefined mixtures by calling ``get_global_param_string("predefined_mixtures")`` which will return a comma-separated list of predefined mixtures. In Python, to get the first 5 mixtures, you would do .. ipython::