]> git.donarmstrong.com Git - neurodebian.git/blob - neurodebian/templates/pkgs_toc.rst
Big rewrite using DDE and jinja insead of homebrew.
[neurodebian.git] / neurodebian / templates / pkgs_toc.rst
1 .. _full_pkg_list:
2
3 Package list
4 ============
5
6 .. toctree::
7   :maxdepth: 1
8 {% for p in pkgs|sort %}
9   pkgs/{{ p }}.rst
10 {%- endfor %}
11