mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	convert(): Change the element name remapping to convert <refmodule>
to <module link>.
This commit is contained in:
		
							parent
							
								
									f82e4ab617
								
							
						
					
					
						commit
						d6ced7d199
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -676,6 +676,7 @@ def convert(ifp, ofp):
 | 
				
			||||||
        "lineii": ("row", {}),
 | 
					        "lineii": ("row", {}),
 | 
				
			||||||
        "lineiii": ("row", {}),
 | 
					        "lineiii": ("row", {}),
 | 
				
			||||||
        "lineiv": ("row", {}),
 | 
					        "lineiv": ("row", {}),
 | 
				
			||||||
 | 
					        "refmodule": ("module", {"link": "link"}),
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
    fixup_table_structures(doc)
 | 
					    fixup_table_structures(doc)
 | 
				
			||||||
    fixup_rfc_references(doc)
 | 
					    fixup_rfc_references(doc)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue