From: Vladimír Vondruš Date: Sat, 12 Jan 2019 14:58:54 +0000 (+0100) Subject: doc: Pelican docs are now https. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=788c507dd2dc7f2044dc69477a3c426c24457484;p=blog.git doc: Pelican docs are now https. --- diff --git a/doc/pelican/writing-content.rst b/doc/pelican/writing-content.rst index 76f5ea3d..2489c4ba 100644 --- a/doc/pelican/writing-content.rst +++ b/doc/pelican/writing-content.rst @@ -137,7 +137,7 @@ contents. Consecutive indented lines are treated as part of the same field. Article content starts here. -See the `Pelican documentation `_ +See the `Pelican documentation `_ for details about recognized fields and how various metadata can be also automatically extracted from the filesystem. The `m.css Pelican theme <{filename}/pelican/theme.rst>`_ recognizes a few more @@ -419,7 +419,7 @@ created using the :rst:`.. _anchor:` syntax. There are some special features in Pelican for easier linking to internal -content, be sure to `check out the documentation `_. +content, be sure to `check out the documentation `_. The :abbr:`reST ` documentation also offers more detailed info about `inline markup `_. diff --git a/doc/plugins/htmlsanity.rst b/doc/plugins/htmlsanity.rst index 0eb1f2a9..44b1f496 100644 --- a/doc/plugins/htmlsanity.rst +++ b/doc/plugins/htmlsanity.rst @@ -267,7 +267,7 @@ By default, link expansion works only in document content and fields that are referenced in the :py:`FORMATTED_FIELDS` (such as article summaries). In order to expand links in additional fields and arbitrary strings, this plugin provides two Jinja2 filters, producing results equivalent to -`links expanded by Pelican `_. +`links expanded by Pelican `_. For formatted fields, one can use the ``expand_links`` Jinja2 filter in the template. The link expansion needs the content object (either ``article`` or diff --git a/doc/plugins/images.rst b/doc/plugins/images.rst index ab19141b..fc33ace8 100644 --- a/doc/plugins/images.rst +++ b/doc/plugins/images.rst @@ -157,4 +157,4 @@ with non-repeating images, head over to `my blog `_. + for `linking to internal content `_. diff --git a/doc/plugins/links.rst b/doc/plugins/links.rst index 74e8095a..b6e6cc3f 100644 --- a/doc/plugins/links.rst +++ b/doc/plugins/links.rst @@ -332,7 +332,7 @@ assumes presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_. PLUGINS += ['m.htmlsanity', 'm.abbr'] The plugin overrides the builtin Pelican -`abbr interpreted text role `_ +`abbr interpreted text role `_ and makes its syntax consistent with other common roles of :abbr:`reST ` and m.css. diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index 6695cc58..03b0ce43 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -288,7 +288,7 @@ it via ``pip`` or your distribution package manager: The plugin overrides the builtin docutils `code directive `_ and `code interpreted text role `_, -replaces `Pelican code-block directive `_ and: +replaces `Pelican code-block directive `_ and: - Wraps Pygments output in :html:`` element for inline code and :html:`
` element for code blocks with :css:`.m-code` CSS class