From 56ac4af1c533a3b908e5d50047bf510a0d89c9e2 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 25 May 2026 18:25:09 -0700 Subject: [PATCH] docs: fix index.rst, fix table --- docs/index.rst | 2 +- docs/md/dfns.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5f3b08f2..ec7f2fc1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,7 +26,7 @@ The `modflow-devtools` package provides a set of tools for developing and testin :maxdepth: 2 :caption: Specification - md/dfn-schema.md + md/dfnspec.md md/dfns.md .. toctree:: diff --git a/docs/md/dfns.md b/docs/md/dfns.md index 64ae05dd..20aa08e3 100644 --- a/docs/md/dfns.md +++ b/docs/md/dfns.md @@ -172,7 +172,7 @@ Available field types: | `String` | `"string"` | String value | | `Integer` | `"integer"` | Integer value | | `Double` | `"double"` | Floating-point value | -| `File` | `"file"` (legacy `"path"`) | File path | +| `File` | `"file"` | File path | | `Array` | `"array"` | Fixed or dynamic array | | `Record` | `"record"` | Single-line product type | | `Union` | `"union"` | Tagged sum type |