Grafoscopio/src/Grafoscopio/UbakyeBook.class.st

17 lines
352 B
Smalltalk

"
An UbakyeBook is a booklet to compile all documentation needed
in the making of the Ubakye outliner and visual data narrative
environment.
"
Class {
#name : #UbakyeBook,
#superclass : #CustomHelp,
#category : #'Grafoscopio-Help'
}
{ #category : #'as yet unclassified' }
UbakyeBook >> bookName [
^'Visual Data Narratives with Pharo/Smalltalk'
]