Rename tutorial image dirs

This commit is contained in:
Roman Mogylatov 2020-10-08 17:05:50 -04:00
parent 38864c7a24
commit 6320f5523b
7 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ response it will log:
- The amount of bytes in the response - The amount of bytes in the response
- The time took to complete the response - The time took to complete the response
.. image:: asyncio_images/diagram.png .. image:: asyncio-images/diagram.png
Prerequisites 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 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. 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. 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 will send the HTTP request to the specified URL. The http request sending will be delegated to
the ``HttpClient``. the ``HttpClient``.
.. image:: asyncio_images/class_2.png .. image:: asyncio-images/class_2.png
First, we need to create the ``HttpClient``. First, we need to create the ``HttpClient``.

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 65 KiB

View File

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 100 KiB

View File

Before

Width:  |  Height:  |  Size: 647 KiB

After

Width:  |  Height:  |  Size: 647 KiB

View File

@ -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 - User can click on the repository, the repository owner or the last commit to open its web page
on the Github. on the Github.
.. image:: flask_images/screen_02.png .. image:: flask-images/screen_02.png
Prepare the environment 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: You should see:
.. image:: flask_images/screen_01.png .. image:: flask-images/screen_01.png
Connect to the GitHub 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: You should see:
.. image:: flask_images/screen_02.png .. image:: flask-images/screen_02.png
Make some refactoring Make some refactoring
--------------------- ---------------------