scrapy/sites/scrapy.org/templates/articles/doc.html

30 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% 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>
<h1>Getting help</h1>
<p>Having trouble? Wed like to help!</p>
<ul>
<li>Check the <a href="http://doc.scrapy.org/faq.html">FAQ</a> its got answers to many common questions.</li>
<li>Looking for specific information? Try the <a href="http://doc.scrapy.org/genindex.html">Index</a>, <a href="http://doc.scrapy.org/modindex.html">Module Index</a> or the <a href="http://doc.scrapy.org/ref/index.html">Scrapy API table of contents</a>.</li>
<li>Search for information in <a href="http://groups.google.com/group/scrapy-users/">the archives of the scrapy-users mailing list</a>, or <a href="http://groups.google.com/group/scrapy-users/">post a question</a>.</li>
<li>Ask a question in the <a href="irc://irc.freenode.net/scrapy">#scrapy IRC channel</a>.</li>
<li>Report bugs with Scrapy in our <a href="http://dev.scrapy.org">ticket tracker</a>.</li>
</ul>
{% endblock %}