Skip to content

Commit

Permalink
doc colorLOG and chagelog/version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Feb 5, 2024
1 parent 6d870e5 commit f0b9cab
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions saspy/sasbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f0b9cab

Please sign in to comment.