@@ -58,13 +58,13 @@ this tutorial:
58
58
to create an Atlas cluster, see the
59
59
:atlas:`Get Started with Atlas </getting-started?tck=docs_driver_python>` page
60
60
in the Atlas documentation.
61
- - A database names ``newsletter`` in your cluster. For more information, see
61
+ - A database named ``newsletter`` in your cluster. For more information, see
62
62
the :atlas:`Create a Database </atlas-ui/databases/#create-a-database>` page
63
63
in the Atlas guide.
64
64
- `RabbitMQ <https://www.rabbitmq.com/docs/download>`__ to use as a message broker for Celery.
65
65
- `Gmail <www.gmail.com>`__ to use as an SMTP server. For more information about
66
- SMTP servers, see the `Simple Mail Transfer Protocol
67
- <https://en.wikipedia.org/wiki/ Simple_Mail_Transfer_Protocol>`__ wikipedia page.
66
+ SMTP servers, see the :wikipedia: `Simple Mail Transfer Protocol
67
+ <Simple_Mail_Transfer_Protocol>` Wikipedia page.
68
68
- `Python 3.8 or later <https://www.python.org/downloads/>`__
69
69
70
70
Setup
@@ -278,8 +278,7 @@ Create Your Pages
278
278
You can build your user interface in the ``templates`` directory.
279
279
280
280
Because this application uses asynchronous messages, the scripts in the
281
- following files use `Fetch API calls
282
- <https://en.wikipedia.org/wiki/XMLHttpRequest#Fetch_alternative>`__. They also
281
+ following files use :wikipedia:`Fetch API calls <XMLHttpRequest#Fetch_alternative>`. They also
283
282
handle timeouts and errors.
284
283
285
284
Copy the following code into your ``subscribe.html`` file to create your
@@ -341,7 +340,7 @@ Copy the following code into your ``subscribe.html`` file to create your
341
340
</body>
342
341
</html>
343
342
344
- The script for the admin page displays an alert to the user which depends on the
343
+ The script for the admin page displays an alert to the user that depends on the
345
344
success of the ``send_newsletter`` call.
346
345
347
346
Copy the following code into your ``admin.html`` file to create your
0 commit comments