OSDN Git Service

remove the individual md ref files
[joypy/Thun.git] / docs / reference / max.md
diff --git a/docs/reference/max.md b/docs/reference/max.md
deleted file mode 100644 (file)
index 43d8ffd..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-------------------------------------------------------------------------
-
-## max
-
-Basis Function
-
-Given a list find the maximum.
-
-### Example
-
-       [1 2 3 4] max
-    -------------------
-             4
-
-### Crosslinks
-
-[min]
-[size]
-[sum]
-