From 503e95b4054555d322355ae40cdab2bfd22c48ed Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 27 Apr 2016 22:09:33 -0400 Subject: Fix unescaped "*" --- source/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/contributing.rst') diff --git a/source/contributing.rst b/source/contributing.rst index b3430f5..734d0b3 100644 --- a/source/contributing.rst +++ b/source/contributing.rst @@ -259,7 +259,7 @@ Below is our ``sympy`` final recipe. Despite the overwhelming use of JINGA2 in o - sympy -The ``template`` directory copied earlier in this tutorial contains two basic python build scripts for both *Nix (``build.sh``) and Windows (``bld.bat``), +The ``template`` directory copied earlier in this tutorial contains two basic python build scripts for both \*Nix (``build.sh``) and Windows (``bld.bat``), and is coincidentally compatible with the example we're using here. Not all Python packages (especially Makefile-based packages) will compile successfully using this "one-liner" template. Always refer to the ``INSTALL`` file or equivalent documentation for the program you are attempting to compile to learn more about what the package expects from the end-user at compile-time. -- cgit