From 67a0d2124169e5fd83ecd4224ed8782d4e4f152d Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:32:29 -0400 Subject: [PATCH] docs: Update format for alternative projects --- docs/overview.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/overview.rst b/docs/overview.rst index 177ba05c..80d17e1a 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -66,11 +66,13 @@ Web Interface Scrapyd comes with a minimal web interface (for monitoring running processes and accessing logs) which can be accessed at http://localhost:6800/ -Alternatively, you can use `ScrapydWeb`_ to manage your Scrapyd cluster. also you can use `spider-admin-pro`_ to manage your single Scrapyd project. +Other options to manage your Scrapyd cluster include: + +- `ScrapydWeb`_ +- `spider-admin-pro`_ .. _packaging: https://pypi.org/project/packaging/ .. _Twisted Application Framework: http://twistedmatrix.com/documents/current/core/howto/application.html .. _server command: http://doc.scrapy.org/en/latest/topics/commands.html#server .. _ScrapydWeb: https://github.com/my8100/scrapydweb .. _spider-admin-pro: https://github.com/mouday/spider-admin-pro -