diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-27 22:09:33 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-04-27 22:09:33 -0400 |
commit | 503e95b4054555d322355ae40cdab2bfd22c48ed (patch) | |
tree | 7e1740a611a6f06afd0fd3c4c1ef08bf2dae0cef | |
parent | 574ac3a88807891a8555e99cb3162045b3280e0e (diff) | |
download | astroconda-503e95b4054555d322355ae40cdab2bfd22c48ed.tar.gz |
Fix unescaped "*"
-rw-r--r-- | source/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |