diff --git a/docs/custom-packs.md b/docs/custom-packs.md index 9a671ac..43aa20a 100644 --- a/docs/custom-packs.md +++ b/docs/custom-packs.md @@ -92,4 +92,4 @@ fpy pack custom.json Once your `custom.json` is complete and working, you can turn it into a proper `foreignthon-xx` package on PyPI so others can install it with `pip install foreignthon-xx`. -See [Contributing → Language Packs](contributing/language-packs.md) for the full guide. Custom Packs +See [Contributing → Language Packs](contributing/language-packs.md) for the full guide. diff --git a/docs/language-packs.md b/docs/language-packs.md deleted file mode 100644 index 91f12c9..0000000 --- a/docs/language-packs.md +++ /dev/null @@ -1 +0,0 @@ -# Coming soon diff --git a/docs/postfix-syntax.md b/docs/postfix-syntax.md index d8d230a..a422986 100644 --- a/docs/postfix-syntax.md +++ b/docs/postfix-syntax.md @@ -84,4 +84,4 @@ Which keywords get rewritten is controlled by the `postfix_keywords` list in the | Direction | Mechanism | Controlled by | |---|---|---| | Input (writing `.xx.py`) | `@@` in source | Always available for any keyword | -| Output (`fpy decompile --postfix`) | Pack's `postfix_keywords` | Language pack author | Postfix Syntax +| Output (`fpy decompile --postfix`) | Pack's `postfix_keywords` | Language pack author |