Package Gnumed :: Package timelinelib :: Package dataimport :: Module tutorial
[frames] | no frames]

Module tutorial

source code

Classes
  TutorialTimelineCreator
Base class for creation of a tutorial timeline.
  GregorianTutorialTimelineCreator
A Gregorian calendar, tutorial timeline.
  NumericTutorialTimelineCreator
A numeric tutorial timeline.
Functions
 
create_in_memory_gregorian_tutorial_db()
Creates a Gregorian calender, tutorial timeline.
source code
 
create_in_memory_numeric_tutorial_db()
Creates a numeric tutorial timeline.
source code
 
create_in_memory_tutorial_db(tutcreator) source code

Imports: GregorianDateTime, GregorianDelta, NumDelta, MemoryDB, TimePeriod


Function Details

create_in_memory_gregorian_tutorial_db()

source code 

Creates a Gregorian calender, tutorial timeline.

This function is called if the timeline application is started with:
   python3 timeline.py :tutorial:
or if the menu Help -> Getting started tutorial is selected.

create_in_memory_numeric_tutorial_db()

source code 

Creates a numeric tutorial timeline.

This function is called if the timeline application is started with:
   python3 timeline.py :numtutorial: