summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2023-02-07 20:19:58 +0100
committerGitHub <noreply@github.com>2023-02-07 20:19:58 +0100
commit1df7814e4b76211a13eaecd77a05137006b82723 (patch)
treee5cea9c219979cae8a99d6e24d1484145577663e /docs/intro
parent7715c9fef55c8775608cdb64d5666c7f90ada937 (diff)
Refs #34146 -- Fixed typos in tutorial. (#16530)
- Fixed formatting on index page. - Removed duplicate What's next section. Thanks to Tim Graham for the report.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial07.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/intro/tutorial07.txt b/docs/intro/tutorial07.txt
index f258453936..54567fcbb5 100644
--- a/docs/intro/tutorial07.txt
+++ b/docs/intro/tutorial07.txt
@@ -420,13 +420,3 @@ object-specific admin pages in whatever way you think is best.
When you're comfortable with the admin, read :doc:`part 8 of this
tutorial </intro/tutorial08>` to learn how to use third-party packages.
-
-What's next?
-============
-
-The beginner tutorial ends here. In the meantime, you might want to check out
-some pointers on :doc:`where to go from here </intro/whatsnext>`.
-
-If you are familiar with Python packaging and interested in learning how to
-turn polls into a "reusable app", check out :doc:`Advanced tutorial: How to
-write reusable apps</intro/reusable-apps>`.