mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 23:21:29 +00:00 
			
		
		
		
	Add Doc/using/configure.rst documentation to document configure, preprocessor, compiler and linker options. Add a new section about the "Python debug build".
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			425 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			425 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
.. _using-index:
 | 
						|
 | 
						|
##########################
 | 
						|
  Python Setup and Usage
 | 
						|
##########################
 | 
						|
 | 
						|
 | 
						|
This part of the documentation is devoted to general information on the setup
 | 
						|
of the Python environment on different platforms, the invocation of the
 | 
						|
interpreter and things that make working with Python easier.
 | 
						|
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :numbered:
 | 
						|
 | 
						|
   cmdline.rst
 | 
						|
   unix.rst
 | 
						|
   configure.rst
 | 
						|
   windows.rst
 | 
						|
   mac.rst
 | 
						|
   editors.rst
 |