From 4228ea5f5c1db5fd65315e90f6da28a91d5a7d6e Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Mon, 25 Aug 2014 22:58:42 +0200 Subject: [PATCH] Docs: drop IfSharp remark since fixed in IfSharp v2.0.1-beta --- docs/content/IFsharpNotebook.fsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/content/IFsharpNotebook.fsx b/docs/content/IFsharpNotebook.fsx index dc3f08e6..8db2a9db 100644 --- a/docs/content/IFsharpNotebook.fsx +++ b/docs/content/IFsharpNotebook.fsx @@ -24,10 +24,6 @@ Essentially: 3. Install [IfSharp](https://github.com/BayardRock/IfSharp/releases). -*Note that while IfSharp does have support for custom display printers in the repository, -the v2.0-Beta release does not include this yet. Until a newer release is available you may have to compile -IfSharp yourself from [master](https://github.com/BayardRock/IfSharp) and replace the installed binaries.* - Display Printers for Matrices and Vectors -----------------------------------------