You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the heading “Releases” is misleading. When reading it, my first intention is, that I can download different releases of bottle. But the links only switch between different releases of the online documentation.
I tried to make that clearer:
As I'm not sure if you like it, I didn't make the effort to provide a pull request. Here is a quick and dirty hack (note that ul is not allowed within p):
<h3>Online Docs</h3><pstyle="margin-bottom:0;">Current:
<ulstyle="margin-top:0; margin-bottom:0;"><listyle="padding-left: 10px;"><ahref="/docs/dev/">Bottle 0.11</a> (stable)<br />
<spanstyle='font-size: 80%; color: darkred'><b>Warning:</b> This is a development preview and not released yet.</span></li></ul>
Other:
<ulstyle="margin-top:0;"><listyle="padding-left: 10px;"><ahref="/docs/0.11/">Bottle 0.12-dev</a> (development)</li><listyle="padding-left: 10px;"><ahref="/docs/0.10/">Bottle 0.10</a> (old stable)</li></ul></p>
The text was updated successfully, but these errors were encountered:
I think the heading “Releases” is misleading. When reading it, my first intention is, that I can download different releases of bottle. But the links only switch between different releases of the online documentation.
I tried to make that clearer:
As I'm not sure if you like it, I didn't make the effort to provide a pull request. Here is a quick and dirty hack (note that ul is not allowed within p):
The text was updated successfully, but these errors were encountered: