From b44a55f6a9070b7531222e85f12fcc17fe0c255e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 4 Feb 2024 12:15:19 -0700 Subject: fix design chapter --- docs/tutorials/wiki2/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst index e3b35d24a..f7cbc5fdc 100644 --- a/docs/tutorials/wiki2/design.rst +++ b/docs/tutorials/wiki2/design.rst @@ -13,7 +13,7 @@ Overall We choose to use :term:`reStructuredText` markup in the wiki text. Translation from reStructuredText to HTML is provided by the widely used ``docutils`` Python module. We will add this module to the dependency list in the project's -``setup.py`` file. +``pyproject.toml`` file. Models ====== -- cgit v1.2.3