From 4eb3c3a5b59368b58d17153168dd1b1a67eba331 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Wed, 15 Feb 2023 09:25:47 +0000 Subject: [PATCH] Fixing duplicate tag and updating for github migration. fixes . --- mps/design/doc.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/mps/design/doc.txt b/mps/design/doc.txt index 54b6ea6e84f..5171fff528c 100644 --- a/mps/design/doc.txt +++ b/mps/design/doc.txt @@ -93,11 +93,14 @@ _`.impl.design`: Design documents are written in plain RST (with no custom directives) to meet `.req.design.standalone`_. _`.impl.design.pelican`: Design documents are converted to HTML using -|RstReader|_. +|RstReader|_ as part of `Charlotte +`__. .. |RstReader| replace:: ``pelican.readers.RstReader`` .. _RstReader: https://fossies.org/dox/pelican-3.7.1/classpelican_1_1readers_1_1RstReader.html +_`.impl.design.github`: Design documents are also `rendered as HTML by GitHub `__. + _`.impl.manual`: The manual is written in RST using Sphinx_ extensions and custom manual extensions (see `.ext`_). @@ -206,8 +209,8 @@ is translated into a ``c:function`` directive:: .. c:function:: void LandFinish(Land land) -_`.fmt.function-decl`: A paragraph consisting of a macro -declaration on a single line formatted as code, for example:: +_`.fmt.macro-decl`: A paragraph consisting of a macro declaration on a +single line formatted as code, for example:: ``RING_FOR(node, ring, next)`` @@ -323,14 +326,16 @@ Document History ---------------- - 2018-09-18 GDR_ Created based on [RB_2013-05-09]_. +- 2023-02-15 RB_ Updating for migration to GitHub. .. _GDR: https://www.ravenbrook.com/consultants/gdr/ +.. _RB: mailto:rb@ravenbrook.com Copyright and License --------------------- -Copyright © 2018–2020 `Ravenbrook Limited `_. +Copyright © 2018–2023 `Ravenbrook Limited `_. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are