From c0ec3b02b7943371473d8bd561654081acfe68f3 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Sat, 30 Apr 2022 14:34:00 -0400 Subject: [PATCH] Minor documentation improvements --- packages/website/docs/Features/Functions.mdx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/website/docs/Features/Functions.mdx b/packages/website/docs/Features/Functions.mdx index 1de7514b..936d8b93 100644 --- a/packages/website/docs/Features/Functions.mdx +++ b/packages/website/docs/Features/Functions.mdx @@ -5,8 +5,6 @@ sidebar_position: 7 import { SquiggleEditor } from "../../src/components/SquiggleEditor"; -_The source of truth for this document is [this file of code](https://github.com/quantified-uncertainty/squiggle/blob/develop/packages/squiggle-lang/src/rescript/ReducerInterface/ReducerInterface_GenericDistribution.res)_ - ## Inventory distributions We provide starter distributions, computed symbolically. @@ -255,8 +253,8 @@ dist1 .* dist2`} ### Pointwise division