docs: Link to reference
This commit is contained in:
		@ -102,6 +102,17 @@ contain a comma separated list of:
 | 
				
			|||||||
Coding
 | 
					Coding
 | 
				
			||||||
------
 | 
					------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Reference docs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Reference documentation can be generated using:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					cd squeekboard_build/ 
 | 
				
			||||||
 | 
					../squeekboard_source/cargo.sh doc --no-deps --document-private-items
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					as well as found [online](https://world.pages.gitlab.gnome.org/Phosh/squeekboard/doc/rs/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Project structure
 | 
					### Project structure
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Rust modules should be split into 2 categories: libraries, and user interface. They differ in the way they do error handling.
 | 
					Rust modules should be split into 2 categories: libraries, and user interface. They differ in the way they do error handling.
 | 
				
			||||||
 | 
				
			|||||||
@ -7,6 +7,7 @@ Contents
 | 
				
			|||||||
* [Tutorial](tutorial.md)
 | 
					* [Tutorial](tutorial.md)
 | 
				
			||||||
* [Contributing](hacking.md)
 | 
					* [Contributing](hacking.md)
 | 
				
			||||||
* [Switching views](views.md)
 | 
					* [Switching views](views.md)
 | 
				
			||||||
 | 
					* [Reference](doc/rs/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Introduction
 | 
					Introduction
 | 
				
			||||||
------------
 | 
					------------
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user