mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	This is what the Sphinx docs recommend when you actually don't want the page to be included in navigation: http://www.sphinx-doc.org/en/stable/markup/toctree.html And now that we have `eval_rst`, we're able to take advantage of it! One difference between doing this and the old way of making "hidden" toctree entries is that with the latter, the "previous" and "next" links at the bottom of each page would thread through the hidden entries; which gets kind of confusing when they don't appear in the nav.
		
			
				
	
	
		
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			327 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
#######################
 | 
						|
Development Environment
 | 
						|
#######################
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 3
 | 
						|
 | 
						|
   Development environment installation <overview>
 | 
						|
   Recommended setup (Vagrant) <setup-vagrant>
 | 
						|
   Advanced Setup (non-Vagrant) <setup-advanced>
 | 
						|
   Using the development environment <using>
 | 
						|
   Developing remotely <remote>
 |