Adding changelog to the website

This commit is contained in:
Deva 2014-09-27 16:59:39 +05:30
parent 9d05c68fa2
commit f9b40b74d5
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ mkdir -p "$build/doc"
echo "2. build static pages"
cp doc/real_index.html "$build/index.html"
cp NEWS doc/changelog.rst
# -b html -- builder, output mode
# -d dir -- path to doctrees cache

View File

@ -162,6 +162,7 @@ In case iframe is broken, try visiting script again and copy updated html from t
<h3>Links</h3>
<ul>
<li><a class="reference external" href="doc/">Documentation</a></li>
<li><a class="reference external" href="doc/changelog.html">Changelog</a></li>
<li><a class="reference external" target="_blank" href="https://plus.google.com/communities/102444398246193806164">Google+ community</a></li>
<li><a class="reference external" target="_blank" href="https://github.com/eventlet/eventlet/">Eventlet on Github</a></li>
<li><a class="reference external" target="_blank" href="https://bitbucket.org/eventlet/eventlet/">Eventlet on Bitbucket</a></li>