Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions linux/start/jupyter/DC-gs_sles_jupyter-jupyterlab
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Comment out to deactivate draft mode when completed
#DRAFT=yes
ROLE="sbp"
PROFROLE="sbp"
ROLE="trd"
# PROFROLE="trd"

## -------------------------------
## Doc Config File for DAPS
Expand All @@ -20,16 +20,14 @@ ADOC_TYPE="article"
#ADOC_TYPE="book"

# Stylesheet Root
STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2021-ns"
#STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2013-sbp-ns"
#STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2013-ns"
STYLEROOT="/usr/share/xml/docbook/stylesheet/trd"

# Turn on postprocessing
ADOC_POST="yes"

# Leverage SUSE Best Practices
XSLTPARAM="--stringparam publishing.series=sbp"
DOCBOOK5_RNG_URI="http://docbook.org/xml/5.1/rng/docbookxi.rnc"
# XSLTPARAM="--stringparam publishing.series=sbp"
DOCBOOK5_RNG_URI="http://docbook.org/xml/5.2/rng/docbookxi.rnc"

# Enable attributes
ADOC_ATTRIBUTES="--attribute env-daps=1"
Expand Down
29 changes: 23 additions & 6 deletions linux/start/jupyter/adoc/gs_sles_jupyter-jupyterlab-docinfo.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- https://tdg.docbook.org/tdg/5.1/info -->
<!-- https://tdg.docbook.org/tdg/5.2/info -->

<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
Expand All @@ -20,29 +20,46 @@

<!--<orgname>Technical Reference Documentation</orgname>-->
<productname>{productname}</productname>
<meta name="series">Technical Reference Documentation</meta>
<meta name="type">Getting Started</meta>

<authorgroup>
<author>
<personname>
<surname>{author1}</surname>
</personname>
<affiliation>
<jobtitle>{jobtitle1}</jobtitle>
<orgname>{affiliation1}</orgname>
</affiliation>
</author>
<author>
<personname>
<surname>{author2}</surname>
</personname>
<affiliation>
<jobtitle>{jobtitle2}</jobtitle>
<orgname>{affiliation2}</orgname>
</affiliation>
</author>
</authorgroup>

<cover role="logos">
<mediaobject>
<imageobject>
<imagedata fileref="suse-white-logo-green.svg"/>
<imagedata fileref="suse-white-logo-green.svg" width="8em"/>
</imageobject>
</mediaobject>
</cover>

<abstract>
<para>This document illustrates how to install and run JupyterLab, the web-based interactive development environment from Project Jupyter, on SUSE Linux Enterprise.</para>
<para></para>
<abstract role="executivesummary">
<title>Summary</title>
<para>
This document illustrates how to install and run JupyterLab, the web-based interactive development environment from Project Jupyter, on SUSE Linux Enterprise.
</para>
</abstract>

<para> <emphasis role="strong">Disclaimer:</emphasis> {disclaimer} </para>
<abstract>
<title>Disclaimer</title>
<para>{disclaimer}</para>
</abstract>
10 changes: 8 additions & 2 deletions linux/start/jupyter/adoc/gs_sles_jupyter-jupyterlab.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ include::./common_docinfo_vars.adoc[]
:defaultpythonbin: python3.6
:partnerprod1: JupyterLab
:partnerprod2: Jupyter Notebook
:author1: Brian Fromme, Technical Alliance Manager, SUSE
:author2: Terry Smith, Partner Solutions Director, SUSE
:author1: Brian Fromme
:affiliation1: SUSE
:jobtitle1: Technical Alliance Manager

:author2: Terry Smith
:affiliation2: SUSE
:jobtitle2: Partner Solutions Director

// Deprecated variables & attributes - do not use
//:revdate: August, 2022
//:revnumber: 20220804
Expand Down