From de28d51f89571cb098cace6c07c075fe68b877e8 Mon Sep 17 00:00:00 2001 From: Markus Demleitner Date: Fri, 20 Feb 2026 16:48:28 +0100 Subject: [PATCH] =?UTF-8?q?Fixing=20a=20few=20typos=20spotted=20by=20Gr?= =?UTF-8?q?=C3=A9gory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DocRegExt.tex | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DocRegExt.tex b/DocRegExt.tex index 73681bc..e5d86be 100644 --- a/DocRegExt.tex +++ b/DocRegExt.tex @@ -474,7 +474,7 @@ \section{Locating Texts using RegTAP} In the relational registry \citep{2019ivoa.spec.1011D}, DocRegExt is straightforwardly represented in the standard VOResource tables. In -particular, to find all access urls for documents together with their +particular, to find all access URLs for documents together with their English-language titles, one would write: \begin{lstlisting}[language=SQL] @@ -573,7 +573,7 @@ \section{An Example DocRegExt Record} these tables. The last example\footnote{\auxiliaryurl{notebook-example.xml}} shows how -to properly declare that a tutorial comes in he form of a python +to properly declare that a tutorial comes in the form of a python notebook and declares a diverse set of relationships to other resources. \section{A versioned repository for tutorials} diff --git a/Makefile b/Makefile index e042839..47102ac 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ FIGURES = role_diagram.svg VECTORFIGURES = # Additional files to distribute (e.g., CSS, schema files, examples...) -AUX_FILES = m1distance-example.xml DocRegExt-v1.0.xsd +AUX_FILES = m1distance-example.xml DocRegExt-v1.0.xsd notebook-example.xml dfbs-example.xml AUTHOR_EMAIL=msdemlei@ari.uni-heidelberg.de