Rename tutorial image dirs
|
@ -42,7 +42,7 @@ response it will log:
|
|||
- The amount of bytes in the response
|
||||
- The time took to complete the response
|
||||
|
||||
.. image:: asyncio_images/diagram.png
|
||||
.. image:: asyncio-images/diagram.png
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
|
@ -293,7 +293,7 @@ The dispatcher will control a list of the monitoring tasks. It will execute each
|
|||
to the configured schedule. The ``Monitor`` class is the base class for all the monitors. You can
|
||||
create different monitors by subclassing it and implementing the ``check()`` method.
|
||||
|
||||
.. image:: asyncio_images/class_1.png
|
||||
.. image:: asyncio-images/class_1.png
|
||||
|
||||
Let's create dispatcher and the monitor base classes.
|
||||
|
||||
|
@ -506,7 +506,7 @@ The ``HttpMonitor`` is a subclass of the ``Monitor``. We will implement the ``ch
|
|||
will send the HTTP request to the specified URL. The http request sending will be delegated to
|
||||
the ``HttpClient``.
|
||||
|
||||
.. image:: asyncio_images/class_2.png
|
||||
.. image:: asyncio-images/class_2.png
|
||||
|
||||
First, we need to create the ``HttpClient``.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 100 KiB |
Before Width: | Height: | Size: 647 KiB After Width: | Height: | Size: 647 KiB |
|
@ -43,7 +43,7 @@ How does Github Navigator work?
|
|||
- User can click on the repository, the repository owner or the last commit to open its web page
|
||||
on the Github.
|
||||
|
||||
.. image:: flask_images/screen_02.png
|
||||
.. image:: flask-images/screen_02.png
|
||||
|
||||
Prepare the environment
|
||||
-----------------------
|
||||
|
@ -416,7 +416,7 @@ Make sure the app is running or use ``flask run`` and open ``http://127.0.0.1:50
|
|||
|
||||
You should see:
|
||||
|
||||
.. image:: flask_images/screen_01.png
|
||||
.. image:: flask-images/screen_01.png
|
||||
|
||||
Connect to the GitHub
|
||||
---------------------
|
||||
|
@ -768,7 +768,7 @@ Make sure the app is running or use ``flask run`` and open ``http://127.0.0.1:50
|
|||
|
||||
You should see:
|
||||
|
||||
.. image:: flask_images/screen_02.png
|
||||
.. image:: flask-images/screen_02.png
|
||||
|
||||
Make some refactoring
|
||||
---------------------
|
||||
|
|