diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-04-15 09:12:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 08:12:44 +0200 |
commit | f8dce493d36c10bfdfb3bd4ac87eae7b96b97f1a (patch) | |
tree | 0b7408e8b11eda880ed55d67b3caae7f7205a977 /nimdoc/rst2html | |
parent | ae9231cfebf800886c4febcf0fc7ccc380066108 (diff) | |
download | Nim-f8dce493d36c10bfdfb3bd4ac87eae7b96b97f1a.tar.gz |
rst indentation fixes (ref #17340) (#17715)
Diffstat (limited to 'nimdoc/rst2html')
-rw-r--r-- | nimdoc/rst2html/expected/rst_examples.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nimdoc/rst2html/expected/rst_examples.html b/nimdoc/rst2html/expected/rst_examples.html index 32abc0f80..5c434193e 100644 --- a/nimdoc/rst2html/expected/rst_examples.html +++ b/nimdoc/rst2html/expected/rst_examples.html @@ -119,8 +119,8 @@ window.addEventListener('DOMContentLoaded', main); <div class="nine columns" id="content"> <div id="tocRoot"></div> - <p class="module-desc"><table class="docinfo" frame="void" rules="none"><col class="docinfo-name" /><col class="docinfo-content" /><tbody valign="top"><tr><th class="docinfo-name">Authors:</th><td> Andreas Rumpf, Zahary Karadjov</td></tr> -<tr><th class="docinfo-name">Version:</th><td> |nimversion|</td></tr> + <p class="module-desc"><table class="docinfo" frame="void" rules="none"><col class="docinfo-name" /><col class="docinfo-content" /><tbody valign="top"><tr><th class="docinfo-name">Authors:</th><td>Andreas Rumpf, Zahary Karadjov</td></tr> +<tr><th class="docinfo-name">Version:</th><td>|nimversion|</td></tr> </tbody></table><blockquote><p>"Complexity" seems to be a lot like "energy": you can transfer it from the end-user to one/some of the other players, but the total amount seems to remain pretty much constant for a given task. -- Ran</p></blockquote> <h1><a class="toc-backref" id="about-this-document" href="#about-this-document">About this document</a></h1><p><strong>Note</strong>: This document is a draft! Several of Nim's features may need more precise wording. This manual is constantly evolving into a proper specification.</p> |