From 048732e85632f71d703e7505c3b0af5c28a45f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Thu, 12 Aug 2021 18:25:10 +0200 Subject: [PATCH] Move MySTyc mention higher up --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8b251c2d..08eeed08 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,8 @@ MyST provides [roles](syntax/roles) and [directives](syntax/directives), allowin **[Compatible with Sphinx](sphinx/index.md)** 📄 ^^^ MyST is inspired by Sphinx, and comes with [its own Sphinx parser](sphinx/index.md). -[Write your Sphinx docs in Markdown](sphinx:usage/quickstart), or convert existing [RST to Markdown][rst-to-myst]! +[Write your Sphinx docs in Markdown](sphinx:usage/quickstart), or convert existing [RST to Markdown][rst-to-myst] +from the CLI or [using an interactive web interface][mystyc]! --- **[Hackable with Python](api/index.md)** 🐍 @@ -61,8 +62,6 @@ In addition, here are a few pointers to help you get started. **[](syntax/syntax.md)**: discusses major MyST syntax components. **[The Sphinx guide](sphinx/index.md)**: how to use MyST with your Sphinx documentation. - -**[MySTyc](https://mystyc.herokuapp.com/)**: an online reST to MyST conversion tool. --- :header: bg-myst-two @@ -136,3 +135,4 @@ The MyST markdown language and MyST parser are both supported by the open commun [markdown-it-myst]: https://github.com/executablebooks/markdown-it-myst [markdown-it]: https://markdown-it.github.io/ [rst-to-myst]: https://rst-to-myst.readthedocs.io +[mystyc]: https://mystyc.herokuapp.com