mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	Update some links in the User Manual
This commit is contained in:
		
							parent
							
								
									48ecd9b516
								
							
						
					
					
						commit
						a687ddfe50
					
				@ -24,7 +24,7 @@ comprehensive command line interface for all its functions, documented in :doc:`
 | 
			
		||||
The modular design of calibre is expressed via ``Plugins``. There is a :ref:`tutorial <customize>` on writing calibre plugins.
 | 
			
		||||
For example, adding support for a new device to calibre typically involves writing less than a 100 lines of code in the form of
 | 
			
		||||
a device driver plugin. You can browse the
 | 
			
		||||
`built-in drivers <http://bazaar.launchpad.net/%7Ekovid/calibre/trunk/files/head%3A/src/calibre/devices/>`_. Similarly, adding support
 | 
			
		||||
`built-in drivers <https://github.com/kovidgoyal/calibre/tree/master/src/calibre/devices>`_. Similarly, adding support
 | 
			
		||||
for new conversion formats involves writing input/output format plugins. Another example of the modular design is the :ref:`recipe system <news>` for
 | 
			
		||||
fetching news. For more examples of plugins designed to add features to calibre, see the `plugin index <http://www.mobileread.com/forums/showthread.php?p=1362767#post1362767>`_.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -319,10 +319,10 @@ To learn more about writing advanced recipes using some of the facilities, avail
 | 
			
		||||
    :ref:`API Documentation <news_recipe>`
 | 
			
		||||
        Documentation of the ``BasicNewsRecipe`` class and all its important methods and fields.
 | 
			
		||||
 | 
			
		||||
    `BasicNewsRecipe <http://bazaar.launchpad.net/~kovid/calibre/trunk/annotate/head:/src/calibre/web/feeds/news.py>`_
 | 
			
		||||
    `BasicNewsRecipe <https://github.com/kovidgoyal/calibre/blob/master/src/calibre/web/feeds/news.py>`_
 | 
			
		||||
        The source code of ``BasicNewsRecipe``
 | 
			
		||||
 | 
			
		||||
    `Built-in recipes <http://bazaar.launchpad.net/~kovid/calibre/trunk/files/head:/recipes/>`_
 | 
			
		||||
    `Built-in recipes <https://github.com/kovidgoyal/calibre/tree/master/recipes>`_
 | 
			
		||||
        The source code for the built-in recipes that come with calibre
 | 
			
		||||
 | 
			
		||||
    `The calibre recipes forum <http://www.mobileread.com/forums/forumdisplay.php?f=228>`_
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user