فهرست منبع

Add titlesonly to reference / topics top-level TOCs

This prevents duplicated headings in places where the second-level index page has intro blurbs for each subsection (and also means we're not listing out long multi-section pages in full in the index, but given how big these indexes are that's probably not a bad thing).
Matt Westcott 3 سال پیش
والد
کامیت
87057501ac
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      docs/reference/index.rst
  2. 1 0
      docs/topics/index.md

+ 1 - 0
docs/reference/index.rst

@@ -4,6 +4,7 @@ Reference
 
 .. toctree::
     :maxdepth: 2
+    :titlesonly:
 
     pages/index
     streamfield/index

+ 1 - 0
docs/topics/index.md

@@ -3,6 +3,7 @@
 ```eval_rst
 .. toctree::
     :maxdepth: 2
+    :titlesonly:
 
     pages
     writing_templates