Skip to content
Snippets Groups Projects
Commit 8126709c authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Better documentation for research and gui_utils modules

parent 7ca370e4
No related branches found
No related tags found
1 merge request!242Better documentation for research and gui_utils modules
Pipeline #90633 passed
"""
B-ASIC GUI utilities.
This module contains GUI classes that have a general use and are not
strictly related to either the Block Diagram GUI or Scheduler GUI.
"""
"""
B-ASIC module for research purposes.
This module contains functions that are used in different research
projects. They are typically not general enough to be part of the main
library, but are packaged here for convenience, reproducibility, and
that they may be useful for someone else as well.
The following module is currently available:
- :mod:`b_asic.research.interleaver`: generate matrix transposers and random interleavers.
"""
gui\_utils package
==================
GUI Utilities
=============
.. automodule:: b_asic.gui_utils
:members:
:undoc-members:
gui\_utils.about\_window module
-------------------------------
......
Research functions
==================
.. automodule:: b_asic.research
:members:
:undoc-members:
research.interleaver module
---------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment