mirror of https://github.com/scrapy/scrapy.git
18 lines
546 B
HTML
18 lines
546 B
HTML
{% extends "base_home.html" %}
|
|
|
|
{% block main-content %}
|
|
<h1>Scrapy Documentation</h1>
|
|
|
|
<p>You can browse the Scrapy documentation online at:</p>
|
|
|
|
<p style="margin-left: 20px; font-size: larger;"><a href="http://doc.scrapy.org/">http://doc.scrapy.org</a></p>
|
|
|
|
<p>At the moment (January, 2009) our top priority is improving the
|
|
documentation so keep in mind that it will change and grow quite a bit
|
|
these days.</p>
|
|
|
|
<p>After we finish the documention we'll make it available in another
|
|
formats.</p>
|
|
|
|
{% endblock %}
|