From b7aecfe6aaff9ea50f657ae2d6638e33addc07c6 Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Mon, 14 Nov 2022 15:27:33 -0500 Subject: rename "master" to "main" --- docs/quick_tutorial/cookiecutters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tutorial') diff --git a/docs/quick_tutorial/cookiecutters.rst b/docs/quick_tutorial/cookiecutters.rst index a1d60c181..ead93d85e 100644 --- a/docs/quick_tutorial/cookiecutters.rst +++ b/docs/quick_tutorial/cookiecutters.rst @@ -28,7 +28,7 @@ Steps .. code-block:: bash - $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout master + $VENV/bin/cookiecutter gh:Pylons/pyramid-cookiecutter-starter --checkout main If prompted for the first item, accept the default ``yes`` by hitting return. -- cgit v1.2.3 From 13df6badcf97ad379dc88bb9773bdabc1520a71d Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Thu, 17 Nov 2022 16:27:20 -0500 Subject: Updated link to SQLAlchemy docs, as the old link was removed in 2.0 release --- docs/quick_tutorial/databases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tutorial') diff --git a/docs/quick_tutorial/databases.rst b/docs/quick_tutorial/databases.rst index db75d70ce..968c7b6a4 100644 --- a/docs/quick_tutorial/databases.rst +++ b/docs/quick_tutorial/databases.rst @@ -13,7 +13,7 @@ Background Our Pyramid-based wiki application now needs database-backed storage of pages. This frequently means an SQL database. The Pyramid community strongly supports the :ref:`SQLAlchemy ` project and its -:ref:`object-relational mapper (ORM) ` as a +:ref:`object-relational mapper (ORM) ` as a convenient, Pythonic way to interface to databases. In this step we hook up SQLAlchemy to a SQLite database table, providing -- cgit v1.2.3