Generally, you don’t have to know read here. Please read sortorder extension.
sortorder.el.py¶
The order definition to sort (Modern) Greek words.
| copyright: | © 2011-2015 by Suzumizaki-Kimitaka(鈴見咲君高). |
|---|---|
| license: | 2-clause BSD |
Please check working correctly and fix if we need!
-
sortorder.el.get_default_sort_order(cfg) Return the sort order object defined in this module
Parameters: cfg (sphinx.config.Config) – you can give from Sphinx with app.config,builder.configetc.Return type: SortOrderEl Returns: the object of the class inherits SortOrderBase. Indend to be called by
sortorder.get_default_sort_order().
-
sortorder.el.setup(app) Extend the Sphinx as we want, called from the Sphinx
Parameters: app (sphinx.application.Sphinx) – the object to add builder or something. Return type: None Returns: None