mirror of https://github.com/scrapy/scrapy.git
10 lines
568 B
HTML
10 lines
568 B
HTML
{% extends "!layout.html" %}
|
|
|
|
{% block relbaritems %}
|
|
<li class="right"><a title="Getting Started" href="{{ pathto('faq') }}">faq</a> — </li>
|
|
<li class="right"><a title="API Reference" href="{{ pathto('reference') }}">reference</a> | </li>
|
|
<li class="right"><a title="Usage guide" href="{{ pathto('topics/index') }}">topics</a> | </li>
|
|
<li class="right"><a title="API Reference" href="{{ pathto('intro/index') }}">intro</a> | </li>
|
|
<li class="right"><a title="Docomentation home" href="{{ pathto('index') }}">start</a> | </li>
|
|
{% endblock %}
|