mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	bpo-34717: Stop numbering stdlib titles/sections in the docs (GH-9370)
This commit is contained in:
		
							parent
							
								
									6750922f8d
								
							
						
					
					
						commit
						c62ab2862d
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -32,10 +32,11 @@ several thousand components (from individual programs and modules to
 | 
				
			||||||
packages and entire application development frameworks), available from
 | 
					packages and entire application development frameworks), available from
 | 
				
			||||||
the `Python Package Index <https://pypi.org>`_.
 | 
					the `Python Package Index <https://pypi.org>`_.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. We don't use :numbered: option for the TOC below as it enforces
 | 
				
			||||||
 | 
					   numbered sections for the entire stdlib docs.  If desired,
 | 
				
			||||||
 | 
					   :numbered: can be enabled on a per-module basis.
 | 
				
			||||||
.. toctree::
 | 
					.. toctree::
 | 
				
			||||||
   :maxdepth: 2
 | 
					   :maxdepth: 2
 | 
				
			||||||
   :numbered:
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
   intro.rst
 | 
					   intro.rst
 | 
				
			||||||
   functions.rst
 | 
					   functions.rst
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue