| 
														
															@@ -22,7 +22,7 @@ $ pip3 install --user --upgrade yamily[yaml,graphviz] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... birth_date: 2019-12-23 
														 | 
														
														 | 
														
															 ... birth_date: 2019-12-23 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... mother: !person 
														 | 
														
														 | 
														
															 ... mother: !person 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ...   identifier: alice-mother 
														 | 
														
														 | 
														
															 ...   identifier: alice-mother 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-...   name: Carol Test  
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+...   name: Carol Test 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ...   birth_date: 1992-10-26 
														 | 
														
														 | 
														
															 ...   birth_date: 1992-10-26 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... father: !person 
														 | 
														
														 | 
														
															 ... father: !person 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ...   identifier: bob 
														 | 
														
														 | 
														
															 ...   identifier: bob 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -49,7 +49,7 @@ Person(alice-mother, Carol Test, *1992-10-26) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 >>> carol_yaml = ''' 
														 | 
														
														 | 
														
															 >>> carol_yaml = ''' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... !person 
														 | 
														
														 | 
														
															 ... !person 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... identifier: carol 
														 | 
														
														 | 
														
															 ... identifier: carol 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-... name: Carol Test  
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+... name: Carol Test 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... birth_date: 1992-10-26 
														 | 
														
														 | 
														
															 ... birth_date: 1992-10-26 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ... ''' 
														 | 
														
														 | 
														
															 ... ''' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 >>> collection = yamily.PersonCollection() 
														 | 
														
														 | 
														
															 >>> collection = yamily.PersonCollection() 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -90,6 +90,13 @@ name: Alice Test 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ``` 
														 | 
														
														 | 
														
															 ``` 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+### Plot Family Tree 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+```sh 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+$ yamily-dot . > tree.dot 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+$ dot -Tpdf -O tree.dot 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+``` 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ## Develop 
														 | 
														
														 | 
														
															 ## Develop 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ```sh 
														 | 
														
														 | 
														
															 ```sh 
														 |