feat(lib): use and add more config option (#452)

* feat(lib): use and add more config option

Closes #441

* feat(lib): add support for more options and test them

* chore(docs): add attributes to documentation

* chore(docs): sort members by member type

* chore(docs): small improvements

* chore(docs): cleanup
This commit is contained in:
Jérome Eertmans
2024-09-05 14:08:10 +02:00
committed by GitHub
parent 87867762ea
commit a39a9c2bb1
9 changed files with 302 additions and 25 deletions

View File

@ -38,3 +38,7 @@ class BasicSlide(Slide):
self.next_slide()
self.zoom(other_text, [])
class BasicSlideSkipReversing(BasicSlide):
skip_reversing = True