Inline documentation

We have tutorials for SlicerMorph community on GH.

I would like to make a small utility module that we can bundle with SlicerMorph extension to provide this information to the users. Currently the plan is to have list of tutorials displayed in the module panel, and when clicked on, the internal web browser will display them.

Are there any better alternatives to this? Would it be possible to render the pages inside the module panel or Slicer application window for more close intergration?

I don’t see any technical limitations on this. You can embed the web widget in the module panel or elsewhere in the main window, like where the python console is. The main issue would be how to lay out the content so that users can easily follow the tutorial and access the Slicer controls at the same time.