..
Custom template for our custom_autosummary.
The purpose of using custom_autosummary is list the entries on
the right side bar instead of the left side bar.
This is achieved with the combination of custom directive, template and CSS.
The `custom_autosummary` directive functions mostly like `autosummary`. We
pass `:toctree:` option to generate a doc page for each entry, but we use
our custom `:hide_from_toctree:` option so as not to attach them in ToC tree.
This template inserts a section header for each entry, so that they show up
in the right-side bar. The headers are hidden by CSS.
Because each entry will have its own table and their borders no longer match,
table borders are hidden by CSS and instead we use horizontal line.
.. raw:: html
multi\_thread\_preprocessing
============================
.. automodule:: multi_thread_preprocessing
..
############################################################################
Source
############################################################################
Source
------
.. rubric:: Source
.. raw:: html
Click here to see the source.
.. literalinclude:: ../../../examples/multi_thread_preprocessing.py
:linenos:
.. raw:: html
..
############################################################################
Functions
############################################################################
Functions
---------
.. rubric:: Functions
.. autofunction:: multi_thread_preprocessing.entrypoint
.. autofunction:: multi_thread_preprocessing.exp_torch
.. autofunction:: multi_thread_preprocessing.exp_spdl
.. autofunction:: multi_thread_preprocessing.run_dataloader
..
############################################################################
Attributes
############################################################################
..
############################################################################
Classes
############################################################################
.. raw:: html