diff --git a/src/calibre/manual/conf.py b/src/calibre/manual/conf.py index 1cad3adb4e..c0a70c5381 100644 --- a/src/calibre/manual/conf.py +++ b/src/calibre/manual/conf.py @@ -93,8 +93,9 @@ html_last_updated_fmt = '%b %d, %Y' # typographically correct entities. #html_use_smartypants = True -# Content template for the index page. -#html_index = '' +# Overall title of the documentation +html_title = 'calibre User Manual' +html_logo = 'resources/logo.png' # Custom sidebar templates, maps document names to template names. #html_sidebars = {} diff --git a/src/calibre/manual/faq.rst b/src/calibre/manual/faq.rst index 6036a0b8e7..d00d335eec 100644 --- a/src/calibre/manual/faq.rst +++ b/src/calibre/manual/faq.rst @@ -64,6 +64,11 @@ You should not use both |app| and Connect to transfer books to the reader. You c * Unplugging the reader and waiting till the list of books shows up again * Re-connecting the reader and starting the SONY software +Can I use the collections feature of the SONY reader? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +|app| has full support for collections. When you add tags to a book's metadata, those tags are turned into collections when you upload the book to the SONY reader. Also, the series information is automatically +turned into a collection on the reader. Note that the PRS-500 does not support collections for books stored on the SD card. The PRS-505 does. + Library Management ------------------ diff --git a/src/calibre/manual/news_recipe.rst b/src/calibre/manual/news_recipe.rst index f0955c0dad..d486b7570b 100644 --- a/src/calibre/manual/news_recipe.rst +++ b/src/calibre/manual/news_recipe.rst @@ -126,9 +126,7 @@ CustomIndexRecipe .. class:: CustomIndexRecipe - This class is useful for getting content from websites that don't follow the "multiple articles in several feeds" content model. For example, it is used in the built-in recipe for fetching the `Daily Dilbert` comic strip. - - .. literalinclude:: ../web/feeds/recipes/dilbert.py + This class is useful for getting content from websites that don't follow the "multiple articles in several feeds" content model. .. automethod:: CustomIndexRecipe.custom_index diff --git a/src/calibre/manual/templates/layout.html b/src/calibre/manual/templates/layout.html deleted file mode 100644 index 8a1407b19b..0000000000 --- a/src/calibre/manual/templates/layout.html +++ /dev/null @@ -1,134 +0,0 @@ -{%- include "macros.html" %} -{%- block doctype -%} - -{%- endblock %} -{%- macro relbar %} -{# this macro needs to stay in layout.html due to it containing blocks #} -
-{%- endmacro %} - - - - {%- if builder != 'htmlhelp' %} - {%- set titlesuffix = " — " + project + " Documentation" %} - {%- endif %} -