Skip to content

SofaDefrost/EmptyTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty tutorial

A simple PyQt application to make SOFA tutorials. The tutorial is based on markdown files, whose path are filled in the file tutorial.py.

Requirements

Have SOFA installed, and the path to runSofa in the PATH system variable.

Install :

  • python3-pyqt5
  • python3-pyqt5.qtwebchannel
  • python3-pyqt5.qtwebengine

How to

python3 tutorial.py

To highlight a section of the tutorial, in the markdown file, use the following html code :

<div class="highlight-content">
<strong>Title</strong> 

The text you want to highlight.
    
</div>

To create an exercise section (with open in editor and runSofa buttons), in the markdown file, use the following html code :

<div class="exercise-content">
<strong>Exercise</strong>

Your exercise. 
    
</div>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published