chiark / gitweb /
doc: Pelican docs are now https.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 12 Jan 2019 14:58:54 +0000 (15:58 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 12 Jan 2019 14:58:54 +0000 (15:58 +0100)
doc/pelican/writing-content.rst
doc/plugins/htmlsanity.rst
doc/plugins/images.rst
doc/plugins/links.rst
doc/plugins/math-and-code.rst

index 76f5ea3dcaaeafa65b16c8a9919addbac0528a1e..2489c4ba8d8008501541c24d3b09ed57e5863b03 100644 (file)
@@ -137,7 +137,7 @@ contents. Consecutive indented lines are treated as part of the same field.
 
     Article content starts here.
 
-See the `Pelican documentation <http://docs.getpelican.com/en/stable/content.html>`_
+See the `Pelican documentation <https://docs.getpelican.com/en/stable/content.html>`_
 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.
         </section>
 
 There are some special features in Pelican for easier linking to internal
-content, be sure to `check out the documentation <http://docs.getpelican.com/en/stable/content.html#linking-to-internal-content>`_.
+content, be sure to `check out the documentation <https://docs.getpelican.com/en/stable/content.html#linking-to-internal-content>`_.
 The :abbr:`reST <reStructuredText>` documentation also offers more detailed
 info about `inline markup <http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup>`_.
 
index 0eb1f2a9ee7eb17d3ad63fe3ae3fc99c651ceaf5..44b1f49656d1c04751d73b12c76d6eed8e05c201 100644 (file)
@@ -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 <http://docs.getpelican.com/en/stable/content.html#linking-to-internal-content>`_.
+`links expanded by Pelican <https://docs.getpelican.com/en/stable/content.html#linking-to-internal-content>`_.
 
 For formatted fields, one can use the ``expand_links`` Jinja2 filter in the
 template. The link expansion needs the content object (either ``article`` or
index ab19141b9f73a0bbfaf454ab5d23c7c5fccce451..fc33ace895c3175f8bd161ba0f15fe57ab26b63b 100644 (file)
@@ -157,4 +157,4 @@ with non-repeating images, head over to `my blog <http://blog.mosra.cz/cesty/mai
     Unlike with the image and figure directives above, Pelican *needs* to have
     the images present on a filesystem to extract size information. It's
     advised to use the builtin *absolute* ``{static}`` or ``{attach}`` syntax
-    for `linking to internal content <http://docs.getpelican.com/en/stable/content.html#linking-to-internal-content>`_.
+    for `linking to internal content <https://docs.getpelican.com/en/stable/content.html#linking-to-internal-content>`_.
index 74e8095ae2253ae7eb62af40565c5bf46a8d1157..b6e6cc3fc2492a791c0137899cccdfb11503371c 100644 (file)
@@ -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 <http://docs.getpelican.com/en/stable/content.html#file-metadata>`_
+`abbr interpreted text role <https://docs.getpelican.com/en/stable/content.html#file-metadata>`_
 and makes its syntax consistent with other common roles of :abbr:`reST <reStructuredText>`
 and m.css.
 
index 6695cc5882798aa96cae7c833ad38f7f4ead09b4..03b0ce435bf2aa6166e221917cdb9d7c902c155a 100644 (file)
@@ -288,7 +288,7 @@ it via ``pip`` or your distribution package manager:
 The plugin overrides the builtin docutils
 `code directive <http://docutils.sourceforge.net/docs/ref/rst/directives.html#code>`_
 and `code interpreted text role <http://docutils.sourceforge.net/docs/ref/rst/roles.html#code>`_,
-replaces `Pelican code-block directive <http://docs.getpelican.com/en/3.6.3/content.html#syntax-highlighting>`_ and:
+replaces `Pelican code-block directive <https://docs.getpelican.com/en/stable/content.html#syntax-highlighting>`_ and:
 
 -   Wraps Pygments output in :html:`<code>` element for inline code and
     :html:`<pre>` element for code blocks with :css:`.m-code` CSS class