mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
Use same bullet level for functions and classes.
This commit is contained in:
+1
-1
@@ -274,7 +274,7 @@ class ApiDocWriter(object):
|
||||
# must NOT exclude from index to keep cross-refs working
|
||||
full_f = uri + '.' + f
|
||||
ad += f + '\n'
|
||||
ad += self.rst_section_levels[3] * len(f) + '\n'
|
||||
ad += self.rst_section_levels[2] * len(f) + '\n'
|
||||
ad += '\n.. autofunction:: ' + full_f + '\n\n'
|
||||
return ad
|
||||
|
||||
|
||||
Reference in New Issue
Block a user