From 174b688fb8d47b5a18f46fa60814866ca52c74bd Mon Sep 17 00:00:00 2001 From: jrg94 Date: Fri, 31 Mar 2023 10:30:20 -0400 Subject: [PATCH] Added resources page --- docs/index.rst | 1 + docs/resources.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 docs/resources.rst diff --git a/docs/index.rst b/docs/index.rst index 7786f13..97c5fd9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,4 +10,5 @@ using Python. Use the links below to navigate the docs. install usage docs + resources version-history diff --git a/docs/resources.rst b/docs/resources.rst new file mode 100644 index 0000000..da51db6 --- /dev/null +++ b/docs/resources.rst @@ -0,0 +1,19 @@ +Resources +========= + +To help with all your SnakeMD needs, we've put together +a set of resources organized by the major versions of +the library. The lists themselves are sorted by publish +date, with the most recently published resources first. + +v2.x +---- + +- TBD + +v0.x +---- + +- **2022-05-13**: `The Complete Guide to SnakeMD: A Python Library for Generating Markdown `_ +- **2022-01-22**: `SnakeMD 0.10.x Features Checklists `_ +- **2021-09-24**: `How to Generate Markdown in Python Using SnakeMD `_