diff --git a/templates/download.html b/templates/download.html index 31e46623c4bbcae1a2963192e57b786575028f96_dGVtcGxhdGVzL2Rvd25sb2FkLmh0bWw=..f56ae992f38da7dc1368616f4966b6c13790b536_dGVtcGxhdGVzL2Rvd25sb2FkLmh0bWw= 100644 --- a/templates/download.html +++ b/templates/download.html @@ -18,6 +18,7 @@ <li class="nav-item"><a class="pl-3" href="#chronos">Chronos</a></li> <li class="nav-item"><a class="pl-3" href="#packages">Packages</a></li> <li class="nav-item"><a class="pl-3" href="#distributions">Distributions</a></li> + <li class="nav-item"><a class="pl-3" href="#third-party-modules">Third Party Modules</a></li> </ul> {% endblock toc %} @@ -123,4 +124,9 @@ <li><a href="http://pkgsrc.se/meta-pkgs/py-tryton-platform">NetBSD</a></li> </ul> </section> +<section class="subsection"> + <h2 id="third-party-modules">Third Party Modules</h2> + <p>Tryton has a <a href="http://pypi.python.org/pypi?:action=browse&show=all&c=551">large ecosystem of modules</a>.<br/> + To ease your choice, we maintain a curated list of <a href="https://discuss.tryton.org/c/third-party-modules">third party modules</a>.</p> +</section> {% endblock main %}