From 8eeed31eb2f86ac982fa4b26f93b15828289c56d Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 22 Apr 2021 20:22:47 -0400 Subject: New upstream version 8.1.3. --- nikola/data/samplesite/galleries/demo/index.txt | 2 +- .../data/samplesite/pages/dr-nikolas-vendetta.rst | 6 +- nikola/data/samplesite/pages/quickref.rst | 86 +++++++++++----------- nikola/data/samplesite/pages/quickstart.rst | 16 ++-- 4 files changed, 55 insertions(+), 55 deletions(-) (limited to 'nikola/data/samplesite') diff --git a/nikola/data/samplesite/galleries/demo/index.txt b/nikola/data/samplesite/galleries/demo/index.txt index e29f66e..3cb1d02 100644 --- a/nikola/data/samplesite/galleries/demo/index.txt +++ b/nikola/data/samplesite/galleries/demo/index.txt @@ -1,4 +1,4 @@ .. title: Nikola Tesla Some public domain pictures of Nikola Tesla -(copied from `here `_) +(copied from `here `_) diff --git a/nikola/data/samplesite/pages/dr-nikolas-vendetta.rst b/nikola/data/samplesite/pages/dr-nikolas-vendetta.rst index 9342f11..2006b63 100644 --- a/nikola/data/samplesite/pages/dr-nikolas-vendetta.rst +++ b/nikola/data/samplesite/pages/dr-nikolas-vendetta.rst @@ -5,7 +5,7 @@ .. class:: subtitle -By `GUY BOOTHBY `__ +By `GUY BOOTHBY `__ Author of "Dr. Nikola," "The Beautiful White Devil," etc., etc. @@ -23,14 +23,14 @@ Author of "Dr. Nikola," "The Beautiful White Devil," etc., etc. Title: A Bid for Fortune or Dr. Nikola's Vendetta - Author: `Guy Boothby `__ + Author: `Guy Boothby `__ Release Date: May 29, 2007 [EBook #21640] Language: English Produced by Marilynda Fraser-Cunliffe, Mary Meehan and the - Online Distributed Proofreading Team at http://www.pgdp.net + Online Distributed Proofreading Team at https://www.pgdp.net Originally published by: diff --git a/nikola/data/samplesite/pages/quickref.rst b/nikola/data/samplesite/pages/quickref.rst index 152fbd0..3768c73 100644 --- a/nikola/data/samplesite/pages/quickref.rst +++ b/nikola/data/samplesite/pages/quickref.rst @@ -58,22 +58,22 @@

The full details of the markup may be found on the - reStructuredText + reStructuredText page. This document is just intended as a reminder.

Links that look like "(details)" point into the HTML version of the full reStructuredText + href="https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html">reStructuredText specification document. These are relative links; if they don't work, please use the master "Quick reStructuredText" document.

Inline Markup

-

(details) +

(details)

Inline markup allows words and phrases within text to have character styles (like italics and boldface) and functionality @@ -157,8 +157,8 @@ See Citations. - http://docutils.sf.net/ - http://docutils.sf.net/ + https://docutils.sourceforge.io/ + https://docutils.sourceforge.io/ A standalone hyperlink. @@ -206,7 +206,7 @@ >Escaping with Backslashes

(details) + href="https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#escaping-mechanism">details)

reStructuredText uses backslashes ("\") to override the special meaning given to markup characters and get the literal characters @@ -254,7 +254,7 @@

Section Structure

-

(details) +

(details)

@@ -300,7 +300,7 @@

Paragraphs

-

(details) +

(details)

@@ -328,7 +328,7 @@

Bullet Lists

-

(details) +

(details)

@@ -366,7 +366,7 @@

Enumerated Lists

-

(details) +

(details)

@@ -404,7 +404,7 @@

Definition Lists

-

(details) +

(details)

@@ -445,7 +445,7 @@

Field Lists

-

(details) +

(details)

@@ -484,7 +484,7 @@

Option Lists

-

(details) +

(details)

@@ -532,7 +532,7 @@

Literal Blocks

-

(details) +

(details)

@@ -621,7 +621,7 @@

Line Blocks

-

(details) +

(details)

@@ -663,7 +663,7 @@

Block Quotes

-

(details) +

(details)

@@ -695,7 +695,7 @@

Doctest Blocks

-

(details) +

(details)

@@ -723,7 +723,7 @@

"The doctest + href="https://docs.python.org/3/library/doctest.html">doctest module searches a module's docstrings for text that looks like an interactive Python session, then executes all such sessions to verify they still work exactly as shown." (From the doctest docs.) @@ -731,7 +731,7 @@

Tables

-

(details) +

(details)

There are two syntaxes for tables in reStructuredText. Grid tables are complete but cumbersome to create. Simple tables are @@ -848,7 +848,7 @@

Transitions

-

(details) +

(details)

@@ -898,7 +898,7 @@

Footnotes

-

(details) +

(details)

@@ -991,7 +991,7 @@

Citations

-

(details) +

(details)

@@ -1044,7 +1044,7 @@

Hyperlink Targets

-

(details) +

(details)

External Hyperlink Targets

@@ -1061,12 +1061,12 @@
External hyperlinks, like Python_. -

.. _Python: http://www.python.org/ +

.. _Python: https://www.python.org/

Fold-in form
External hyperlinks, like - Python. + Python.
@@ -1078,7 +1078,7 @@


Python: - http://www.python.org/ + https://www.python.org/

@@ -1089,11 +1089,11 @@ printed documents, where the link needs to be presented explicitly, for example as a footnote. You can force usage of the call-out form by using the - "target-notes" + "target-notes" directive.

reStructuredText also provides for embedded URIs (details), + href="https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases">details), a convenience at the expense of readability. A hyperlink reference may directly embed a target URI inline, within angle brackets. The following is exactly equivalent to the example above: @@ -1109,9 +1109,9 @@ External hyperlinks, like `Python -
<http://www.python.org/>`_.
+
<https://www.python.org/>`_. External hyperlinks, like - Python. + Python.

Indirect Hyperlink Targets

-

(details) +

(details)

@@ -1172,13 +1172,13 @@ Python_ is `my favourite
programming language`__.
-

.. _Python: http://www.python.org/ +

.. _Python: https://www.python.org/

__ Python_

-

Python is - my favourite +

Python is + my favourite programming language.

@@ -1197,7 +1197,7 @@

Implicit Hyperlink Targets

-

(details) +

(details)

Section titles, footnotes, and citations automatically generate hyperlink targets (the title text or footnote/citation label is @@ -1225,12 +1225,12 @@

Directives

-

(details) +

(details)

Directives are a general-purpose extension mechanism, a way of adding support for new constructs without adding new syntax. For a description of all standard directives, see reStructuredText + href="https://docutils.sourceforge.io/docs/ref/rst/directives.html" >reStructuredText Directives.

@@ -1253,7 +1253,7 @@

Substitution References and Definitions

-

(details) +

(details)

Substitutions are like inline directives, allowing graphics and arbitrary constructs within text. @@ -1283,7 +1283,7 @@

Comments

-

(details) +

(details)

Any text which begins with an explicit markup start but doesn't use the syntax of any of the constructs above, is a comment. @@ -1332,15 +1332,15 @@ reStructuredText should post a message to the Docutils-Users mailing list. The Docutils project web + href="https://docutils.sourceforge.io/" >Docutils project web site has more information.


Authors: - Tibs + Tibs (tibs@tibsnjoan.co.uk) and David Goodger (goodger@python.org) diff --git a/nikola/data/samplesite/pages/quickstart.rst b/nikola/data/samplesite/pages/quickstart.rst index 28a452d..50e88a0 100644 --- a/nikola/data/samplesite/pages/quickstart.rst +++ b/nikola/data/samplesite/pages/quickstart.rst @@ -22,7 +22,7 @@ quick reference`_ document. __ .. _Quick reStructuredText: ../quickref/ .. _master quick reference: - http://docutils.sourceforge.net/docs/user/rst/quickref.html + https://docutils.sourceforge.io/docs/user/rst/quickref.html .. Note:: This document is an informal introduction to reStructuredText. The `What Next?`_ section below has links to @@ -100,7 +100,7 @@ __ ../quickref/#escaping middle of a word won't be recognized. See the `markup spec`__ for full details. -__ http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#inline-markup +__ https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#inline-markup Lists @@ -385,8 +385,8 @@ you wish to supply additional information, you may:: See the full `image directive documentation`__ for more info. -__ http://docutils.sourceforge.net/docs/ref/rst/directives.html -__ http://docutils.sourceforge.net/docs/ref/rst/directives.html#images +__ https://docutils.sourceforge.io/docs/ref/rst/directives.html +__ https://docutils.sourceforge.io/docs/ref/rst/directives.html#images What Next? @@ -402,9 +402,9 @@ reStructuredText should post a message to the Docutils-users_ mailing list. .. [#] If that relative link doesn't work, try the master document: - http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html. + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html. .. _reStructuredText Markup Specification: - http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html -.. _Docutils-users: http://docutils.sourceforge.net/docs/user/mailing-lists.html#docutils-users -.. _Docutils project web site: http://docutils.sourceforge.net/ + https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html +.. _Docutils-users: https://docutils.sourceforge.io/docs/user/mailing-lists.html#docutils-users +.. _Docutils project web site: https://docutils.sourceforge.io/ -- cgit v1.2.3