Loading src/saref_pypeline/resources/docgen/html.j2 +144 −147 Original line number Original line Diff line number Diff line <!DOCTYPE html> <!DOCTYPE html> <html lang="en-GB" dir="ltr"> <html lang="en-GB" dir="ltr"> <head> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> Loading @@ -15,13 +16,14 @@ <link href="{{ pathToRoot }}static/media/gantry5/engines/nucleus/css-compiled/joomla.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/media/gantry5/engines/nucleus/css-compiled/joomla.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/media/jui/css/icomoon.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/media/jui/css/icomoon.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/helium-joomla_19.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/helium-joomla_19.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/custom_19.css" rel="stylesheet" > <!-- <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/custom_19.css" rel="stylesheet" > --> {% if isOntologyDocumentation %} {% if isOntologyDocumentation %} <link href="{{ pathToRoot }}static/lode/home.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/lode/home.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/headerlink.css" rel="stylesheet" > <!-- <link href="{{ pathToRoot }}static/headerlink.css" rel="stylesheet" > --> <link href="{{ pathToRoot }}static/pygments.css" rel="stylesheet" > <!-- <link href="{{ pathToRoot }}static/pygments.css" rel="stylesheet" > --> {% endif %} {% endif %} <link href="{{ pathToRoot }}static/jqtree/jqtree.css" rel="stylesheet"> <!-- <link href="{{ pathToRoot }}static/jqtree/jqtree.css" rel="stylesheet"> --> <link href="{{ pathToRoot }}static/mycss.css" rel="stylesheet"> <script src="{{ pathToRoot }}static/templates/g5_helium/js/jui/jquery.min.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/templates/g5_helium/js/jui/jquery.min.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-noconflict.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-noconflict.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-migrate.min.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-migrate.min.js?06eedc97766b70aa1fa0e80231495faa"></script> Loading Loading @@ -75,12 +77,6 @@ document.addEventListener("DOMContentLoaded", () => { new JCaption('img.caption'); new JCaption('img.caption'); }); }); </script> </script> <!--[if (gte IE 8)&(lte IE 9)]> <script type="text/javascript" src="{{ pathToRoot }}static/media/gantry5/assets/js/html5shiv-printshiv.min.js"></script> <link rel="stylesheet" href="{{ pathToRoot }}static/media/gantry5/engines/nucleus/css/nucleus-ie9.css" type="text/css"> <script type="text/javascript" src="{{ pathToRoot }}static/media/gantry5/assets/js/matchmedia.polyfill.js"></script> <![endif]--> </head> </head> <body class="gantry g-helium-style site com_content view-article no-layout no-task dir-ltr itemid-217 outline-19 g-offcanvas-left g-default g-style-preset1"> <body class="gantry g-helium-style site com_content view-article no-layout no-task dir-ltr itemid-217 outline-19 g-offcanvas-left g-default g-style-preset1"> Loading Loading @@ -162,9 +158,10 @@ document.addEventListener("DOMContentLoaded", () => { {% if isOntologyDocumentation %} {% if isOntologyDocumentation %} <script src="{{ pathToRoot }}static/lode/scripts.js"></script> <script src="{{ pathToRoot }}static/lode/scripts.js"></script> {% endif %} {% endif %} <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> --> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> </body> </body> </html> </html> No newline at end of file src/saref_pypeline/resources/docgen/footer.j2 +42 −42 File changed.Contains only whitespace changes. Show changes src/saref_pypeline/resources/docgen/navigation.j2 +66 −66 File changed.Contains only whitespace changes. Show changes Loading
src/saref_pypeline/resources/docgen/html.j2 +144 −147 Original line number Original line Diff line number Diff line <!DOCTYPE html> <!DOCTYPE html> <html lang="en-GB" dir="ltr"> <html lang="en-GB" dir="ltr"> <head> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> Loading @@ -15,13 +16,14 @@ <link href="{{ pathToRoot }}static/media/gantry5/engines/nucleus/css-compiled/joomla.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/media/gantry5/engines/nucleus/css-compiled/joomla.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/media/jui/css/icomoon.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/media/jui/css/icomoon.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/helium-joomla_19.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/helium-joomla_19.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/custom_19.css" rel="stylesheet" > <!-- <link href="{{ pathToRoot }}static/templates/g5_helium/custom/css-compiled/custom_19.css" rel="stylesheet" > --> {% if isOntologyDocumentation %} {% if isOntologyDocumentation %} <link href="{{ pathToRoot }}static/lode/home.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/lode/home.css" rel="stylesheet"> <link href="{{ pathToRoot }}static/headerlink.css" rel="stylesheet" > <!-- <link href="{{ pathToRoot }}static/headerlink.css" rel="stylesheet" > --> <link href="{{ pathToRoot }}static/pygments.css" rel="stylesheet" > <!-- <link href="{{ pathToRoot }}static/pygments.css" rel="stylesheet" > --> {% endif %} {% endif %} <link href="{{ pathToRoot }}static/jqtree/jqtree.css" rel="stylesheet"> <!-- <link href="{{ pathToRoot }}static/jqtree/jqtree.css" rel="stylesheet"> --> <link href="{{ pathToRoot }}static/mycss.css" rel="stylesheet"> <script src="{{ pathToRoot }}static/templates/g5_helium/js/jui/jquery.min.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/templates/g5_helium/js/jui/jquery.min.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-noconflict.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-noconflict.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-migrate.min.js?06eedc97766b70aa1fa0e80231495faa"></script> <script src="{{ pathToRoot }}static/media/jui/js/jquery-migrate.min.js?06eedc97766b70aa1fa0e80231495faa"></script> Loading Loading @@ -75,12 +77,6 @@ document.addEventListener("DOMContentLoaded", () => { new JCaption('img.caption'); new JCaption('img.caption'); }); }); </script> </script> <!--[if (gte IE 8)&(lte IE 9)]> <script type="text/javascript" src="{{ pathToRoot }}static/media/gantry5/assets/js/html5shiv-printshiv.min.js"></script> <link rel="stylesheet" href="{{ pathToRoot }}static/media/gantry5/engines/nucleus/css/nucleus-ie9.css" type="text/css"> <script type="text/javascript" src="{{ pathToRoot }}static/media/gantry5/assets/js/matchmedia.polyfill.js"></script> <![endif]--> </head> </head> <body class="gantry g-helium-style site com_content view-article no-layout no-task dir-ltr itemid-217 outline-19 g-offcanvas-left g-default g-style-preset1"> <body class="gantry g-helium-style site com_content view-article no-layout no-task dir-ltr itemid-217 outline-19 g-offcanvas-left g-default g-style-preset1"> Loading Loading @@ -162,9 +158,10 @@ document.addEventListener("DOMContentLoaded", () => { {% if isOntologyDocumentation %} {% if isOntologyDocumentation %} <script src="{{ pathToRoot }}static/lode/scripts.js"></script> <script src="{{ pathToRoot }}static/lode/scripts.js"></script> {% endif %} {% endif %} <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> <!-- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> --> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> </body> </body> </html> </html> No newline at end of file
src/saref_pypeline/resources/docgen/footer.j2 +42 −42 File changed.Contains only whitespace changes. Show changes
src/saref_pypeline/resources/docgen/navigation.j2 +66 −66 File changed.Contains only whitespace changes. Show changes