8 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			191 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {%- if show_headings %}
 | |
| {{- [basename, ".py"] | join('') | e | heading }}
 | |
| 
 | |
| {% endif -%}
 | |
| .. automodule:: {{ qualname }}
 | |
| {%- for option in automodule_options %}
 | |
|    :{{ option }}:
 | |
| {%- endfor %}
 |