luna_lms API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • luna_lms.MODI - Class to define the valid presentation modes for learning content.
  • luna_lms.storage.storage.Storage - Prototype class to handle all storage. Should be subclassed by implementations.
    • luna_lms.storage.file_storage.FileStorage - This class stores data in a folder hierarchy on disk.
    • luna_lms.storage.sqlite_storage.SQLiteStorage - This class stores data in a sqlite database on disk.
  • luna_lms.webapp.WebApp - Web application main class, suitable as cherrypy root.
API Documentation for luna_lms, generated by pydoctor 23.4.1 at 2023-08-30 14:03:41.