33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > README.rst </ title >
6+ < title > Document Page Reference </ title >
77< style type ="text/css ">
88
99/*
1010:Author: David Goodger (goodger@python.org)
11- :Id: $Id: html4css1.css 9511 2024 -01-13 09:50:07Z milde $
11+ :Id: $Id: html4css1.css 8954 2022 -01-20 10:10:25Z milde $
1212:Copyright: This stylesheet has been placed in the public domain.
1313
1414Default cascading style sheet for the HTML output of Docutils.
15- Despite the name, some widely supported CSS2 features are used.
1615
1716See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1817customize this style sheet.
275274 margin-left : 2em ;
276275 margin-right : 2em }
277276
278- pre .code .ln { color : gray ; } /* line numbers */
277+ pre .code .ln { color : grey ; } /* line numbers */
279278pre .code , code { background-color : # eeeeee }
280279pre .code .comment , code .comment { color : # 5C6576 }
281280pre .code .keyword , code .keyword { color : # 3B0D06 ; font-weight : bold }
301300span .pre {
302301 white-space : pre }
303302
304- span .problematic , pre . problematic {
303+ span .problematic {
305304 color : red }
306305
307306span .section-subtitle {
360359</ style >
361360</ head >
362361< body >
363- < div class ="document ">
362+ < div class ="document " id ="document-page-reference ">
363+ < h1 class ="title "> Document Page Reference</ h1 >
364364
365-
366- < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367- < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368- </ a >
369- < div class ="section " id ="document-page-reference ">
370- < h1 > Document Page Reference</ h1 >
371365<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
372366!! This file is generated by oca-gen-addon-readme !!
373367!! changes will be overwritten. !!
374368!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375369!! source digest: sha256:3604a4c11db5706c09226e3e0d5a5363cc7272e856131e06c4a5a47b43616e20
376370!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/knowledge/tree/16.0/document_page_reference "> < img alt ="OCA/knowledge " src ="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_reference "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
371+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/knowledge/tree/16.0/document_page_reference "> < img alt ="OCA/knowledge " src ="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-0-document_page_reference "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=16.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378372< p > This module allows to add a reference name on documents and simplifies the link
379373between document pages.</ p >
380374< p > < strong > Table of contents</ strong > </ p >
@@ -391,39 +385,37 @@ <h1>Document Page Reference</h1>
391385</ ul >
392386</ div >
393387< div class ="section " id ="usage ">
394- < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
388+ < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
395389< p > When editing a document page add elements like ${XXX} where XXX is the reference
396390of another page. Now, when viewing the document, it will link directly to the page.
397391Also, the name will be parsed as the display name.</ p >
398392</ div >
399393< div class ="section " id ="bug-tracker ">
400- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h2 >
394+ < h1 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h1 >
401395< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/knowledge/issues "> GitHub Issues</ a > .
402396In case of trouble, please check there if your issue has already been reported.
403397If you spotted it first, help us to smash it by providing a detailed and welcomed
404398< a class ="reference external " href ="https://github.com/OCA/knowledge/issues/new?body=module:%20document_page_reference%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
405399< p > Do not contact contributors directly about support or help with technical issues.</ p >
406400</ div >
407401< div class ="section " id ="credits ">
408- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h2 >
402+ < h1 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h1 >
409403< div class ="section " id ="authors ">
410- < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h3 >
404+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h2 >
411405< ul class ="simple ">
412406< li > Creu Blanca</ li >
413407</ ul >
414408</ div >
415409< div class ="section " id ="contributors ">
416- < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h3 >
410+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h2 >
417411< ul class ="simple ">
418412< li > Enric Tobella << a class ="reference external " href ="mailto:etobella@creublanca.es "> etobella@creublanca.es</ a > ></ li >
419413</ ul >
420414</ div >
421415< div class ="section " id ="maintainers ">
422- < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h3 >
416+ < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Maintainers</ a > </ h2 >
423417< p > This module is maintained by the OCA.</ p >
424- < a class ="reference external image-reference " href ="https://odoo-community.org ">
425- < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
426- </ a >
418+ < a class ="reference external image-reference " href ="https://odoo-community.org "> < img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " /> </ a >
427419< p > OCA, or the Odoo Community Association, is a nonprofit organization whose
428420mission is to support the collaborative development of Odoo features and
429421promote its widespread use.</ p >
@@ -434,6 +426,5 @@ <h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
434426</ div >
435427</ div >
436428</ div >
437- </ div >
438429</ body >
439430</ html >
0 commit comments