diff --git a/docs/topics/_images/scrapy_architecture_02.png b/docs/topics/_images/scrapy_architecture_02.png new file mode 100644 index 000000000..9178b3541 Binary files /dev/null and b/docs/topics/_images/scrapy_architecture_02.png differ diff --git a/docs/topics/architecture.rst b/docs/topics/architecture.rst index b4588652c..675c1b51a 100644 --- a/docs/topics/architecture.rst +++ b/docs/topics/architecture.rst @@ -16,9 +16,9 @@ components and an outline of the data flow that takes place inside the system below with links for more detailed information about them. The data flow is also described below. -.. image:: _images/scrapy_architecture.png +.. image:: _images/scrapy_architecture_02.png :width: 700 - :height: 494 + :height: 470 :alt: Scrapy architecture Components @@ -143,4 +143,3 @@ links: .. _Introduction to Deferreds in Twisted: https://twistedmatrix.com/documents/current/core/howto/defer-intro.html .. _Twisted - hello, asynchronous programming: http://jessenoller.com/2009/02/11/twisted-hello-asynchronous-programming/ .. _Twisted Introduction - Krondo: http://krondo.com/an-introduction-to-asynchronous-programming-and-twisted/ -