namespace.tmpl 551 B

12345678910111213141516
  1. <%! page_type="guide" %>\
  2. <%inherit file="/base.tmpl"/>
  3. <%block name="doc"></%block>
  4. <%block name="info"></%block>
  5. <%block name="links">
  6. <links type="topic" ui:expanded="true" groups="class interface" style="linklist">
  7. <title>Classes</title>
  8. </links>
  9. <links type="topic" ui:expanded="true" groups="function" style="linklist">
  10. <title>Functions</title>
  11. </links>
  12. <links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist">
  13. <title>Other</title>
  14. </links>
  15. </%block>
  16. <%block name="since_version"></%block>