From 137f067827dcc04d34577d3274bb75772fd94315 Mon Sep 17 00:00:00 2001 From: Simone <9490772+simonepelosi@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:19:49 +0200 Subject: [PATCH] Update how-to/launchpad-api-docs.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jürgen Gmach --- how-to/launchpad-api-docs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/launchpad-api-docs.rst b/how-to/launchpad-api-docs.rst index 9980d98..39ca046 100644 --- a/how-to/launchpad-api-docs.rst +++ b/how-to/launchpad-api-docs.rst @@ -30,7 +30,7 @@ documentation using the ``lp.services.webservice.wadl`` module utilities. This script will create the related ``wadl`` file and then it will translated to ``HTML``. During this process ``generate_html`` function will be called: this function is responsible to map ``wadl`` entries to ``HTML``. -To do that we use as template the file called ``wadl-to-refhtml.xsl``: in +For that we use ``wadl-to-refhtml.xsl`` template. In this file we can also apply patches to fix not-well generated entry points for given ``wadl`` entries.