mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-30 19:15:42 +00:00 
			
		
		
		
	 b29a59fb66
			
		
	
	
		b29a59fb66
		
	
	
	
	
		
			
			Now that qemu-doc.html is no longer present, the ordering of manuals within the top-level index page looks a bit odd. Reshuffle so that the manuals the user is most likely to be interested in are at the top of the list, and the reference material is at the bottom. Similarly, we reorder the index.rst file used as the base of the "all manuals in one" documentation for readthedocs. The new order is: * system * user * tools * interop * specs * QMP reference (if present) * Guest agent protocol reference (if present) * devel (if present) Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20200306171749.10756-7-peter.maydell@linaro.org
		
			
				
	
	
		
			19 lines
		
	
	
		
			427 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			427 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. QEMU documentation master file, created by
 | |
|    sphinx-quickstart on Thu Jan 31 16:40:14 2019.
 | |
|    You can adapt this file completely to your liking, but it should at least
 | |
|    contain the root `toctree` directive.
 | |
| 
 | |
| Welcome to QEMU's documentation!
 | |
| ================================
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 2
 | |
|    :caption: Contents:
 | |
| 
 | |
|    system/index
 | |
|    user/index
 | |
|    tools/index
 | |
|    interop/index
 | |
|    specs/index
 | |
|    devel/index
 |