From f0b9cab5423334a0f7091ef0b697bb35ea2d5bc5 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Mon, 5 Feb 2024 13:50:45 -0500 Subject: [PATCH] doc colorLOG and chagelog/version for new release --- saspy/sasbase.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/saspy/sasbase.py b/saspy/sasbase.py index 9e6e7d4f..c0c5e7ef 100644 --- a/saspy/sasbase.py +++ b/saspy/sasbase.py @@ -416,6 +416,8 @@ class SASsession(): https://sassoftware.github.io/saspy/configuration.html These are generally defined in the sascfg_personal.py file as opposed to being specified on the SASsession() invocation. + :rtype: 'SASsession' + Common parms for all access methods are: :param cfgname: the Configuration Definition to use - value in SAS_config_names List in the sascfg_personal.py file @@ -430,13 +432,6 @@ class SASsession(): text (str) and to have ERROR:, WARNING: and NOTE: lines colorized like in other SAS UI's. This was added in version 5.6.0. - Common functions that can be used in the Notebook sessions supported by the `Display` Config setting - - - HTML() - different Notebooks use different ways to identify HTML. This function maps to each Notebooks method. - For instance, in Jupyter HTML is the HTML method from IPython.display - - DISPLAY() - different Notebooks have different ways to render things, like HTML. This function maps to each - Notebooks method. For instance, in Jupyter DISPLAY is the display method from IPython.display. - And each access method has its own set of parameters. **STDIO** @@ -546,7 +541,13 @@ class SASsession(): You can change this value on the fly by setting the value for this attribute. - :rtype: 'SASsession' + **Common functions that can be used in the Notebook sessions supported by the `Display` Config setting** + + - `HTML()` - different Notebooks use different ways to identify HTML. This function maps to each Notebooks method. \ + For instance, in Jupyter HTML is the HTML method from IPython.display + - `DISPLAY()` - different Notebooks have different ways to render things, like HTML. This function maps to each \ + Notebooks method. For instance, in Jupyter DISPLAY is the display method from IPython.display. + """ # SAS Epoch: 1960-01-01