Rename the "doc" folder to "docs" to be consistent with the tox env name. RTD also seems to expect "docs" as its first choice, even though it will discover "doc" as well.
30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!-- Based on TextBlob's template: http://goo.gl/XqFeTq -->
|
|
|
|
<!-- Dirty hack since RTD doesn't respect 'templates_path' in conf.py-->
|
|
<link href='http://fonts.googleapis.com/css?family=Amethysta:400' rel='stylesheet'>
|
|
<link rel="stylesheet" type="text/css" href="{{pathto('_static/css/falcon.css', 1)}}" />
|
|
|
|
<h1 class="logo-text">Falcon</h1>
|
|
<p class="logo">
|
|
<a href="{{ pathto(master_doc) }}"><img class="logo" src="{{ pathto('_static/img/logo.png', 1) }}" width="170" height="214" alt="Logo"/></a>
|
|
</p>
|
|
|
|
<p>
|
|
<iframe src="http://ghbtns.com/github-btn.html?user=racker&repo=falcon&type=watch&count=true&size=large"
|
|
allowtransparency="true" frameborder="0" scrolling="0" width="200px" height="35px"></iframe>
|
|
</p>
|
|
|
|
<p>
|
|
Falcon is a high-performance Python framework for building web APIs. It
|
|
encourages the REST architectural style, and tries to do as little as
|
|
possible while remaining highly effective.
|
|
</p>
|
|
|
|
<h3>Useful Links</h3>
|
|
<ul>
|
|
<li><a href="http://falconframework.org/">Falcon Home</a></li>
|
|
<li><a href="https://pypi.python.org/pypi/falcon">Falcon @ PyPI</a></li>
|
|
<li><a href="https://github.com/racker/falcon">Falcon @ GitHub</a></li>
|
|
<li><a href="https://github.com/racker/falcon/issues">Issue Tracker</a></li>
|
|
</ul>
|