Skip to content

Commit

Permalink
docs: small fixes to the flask extension docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson authored Jun 24, 2024
1 parent 2d9c6fc commit dcac146
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/tutorials/getting-started-with-flask.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ Finally, create a new directory for this tutorial and go inside it:
mkdir flask-hello-world
cd flask-hello-world
Note that you'll also need a text editor. You can either install one of your
choice or simply use one of the already existing editors in your Ubuntu
environment (like ``vi``).

Create the Flask application
============================

Expand Down Expand Up @@ -127,7 +123,7 @@ extension:
:end-before: [docs:ls-rock-end]
:dedent: 2

The created rock is about 62MB in size. We will reduce its size later in this
The created rock is about 65MB in size. We will reduce its size later in this
tutorial.

.. note::
Expand Down Expand Up @@ -295,7 +291,8 @@ Unsurprisingly, the Flask application should still respond with
Cleanup
~~~~~~~

And that's it. You can now stop container and remove the corresponding image:
And that's it. You can now stop the container and remove the corresponding
image:

.. literalinclude:: code/getting-started-with-flask/task.yaml
:language: bash
Expand All @@ -318,7 +315,7 @@ look like the following:
:language: python

Since you are creating a new version of your application, **open the**
``rockfile.yaml`` **file and change the** ``version`` (e.g. to ``0.2``).
``rockfile.yaml`` file and change the ``version`` (e.g. to ``0.2``).

Pack and run the rock using similar commands as before:

Expand Down Expand Up @@ -347,7 +344,7 @@ The updated application should respond with the current date and time (e.g.
Cleanup
~~~~~~~

You can now stop container and remove the corresponding image:
You can now stop the container and remove the corresponding image:

.. literalinclude:: code/getting-started-with-flask/task.yaml
:language: bash
Expand Down

0 comments on commit dcac146

Please sign in to comment.