From 462323c4a716c6e7299d8190d0b2ff5441f13b4b Mon Sep 17 00:00:00 2001 From: Jeroen Hermans Date: Fri, 9 Feb 2024 09:17:00 +0100 Subject: [PATCH] docs: update links --- docs/index.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a9c657c..6fe5308 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,8 +3,9 @@ protowhat protowhat is a utility package required by -- `sqlwhat `_ to write SCTs for SQL exercises, and -- `protowhat `_ to write SCTs for Shell exercises. +- `pythonwhat `_ to write SCTs for Python exercises +- `sqlwhat `_ to write SCTs for SQL exercises +- `shellwhat `_ to write SCTs for Shell exercises protowhat contains functionality that is shared between these packages, including: @@ -13,11 +14,11 @@ protowhat contains functionality that is shared between these packages, includin - AST element selection, dispatching and message generation, - Basic SCT functions such as ``success_msg()`` and ``has_chosen()``. -All relevent documentation to write SCTs for SQL and Shell exercises, -including functions that reside in ``protowhat``, can be found in the `sqlwhat `_ and `protowhat `_ documentation. +All relevent documentation to write SCTs for Python, SQL and Shell exercises, +including functions that reside in ``protowhat``, can be found in the `pythonwhat `_, `sqlwhat `_ and `shellwhat `_ documentation. .. toctree:: :maxdepth: 2 :caption: Reference - reference \ No newline at end of file + reference