Skip to content

Commit

Permalink
Add docs for fft module
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Dec 6, 2024
1 parent 5af0051 commit acaaf81
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/auto_generater.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,16 @@ def main():
submodule_names=[k[0] for k in module_and_name],
section_names=[k[1] for k in module_and_name])

module_and_name = [
('_fft_change_unit', 'Functions that Changing Unit'),
('_fft_keep_unit', 'Functions that Keeping Unit'),
]

_write_submodules(module_name='brainunit.fft',
filename='apis/brainunit.fft.rst',
header='``brainunit.fft`` module',
submodule_names=[k[0] for k in module_and_name],
section_names=[k[1] for k in module_and_name])

if __name__ == '__main__':
main()
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ We are building the `brain dynamics programming ecosystem <https://ecosystem-for
apis/brainunit.math.rst
apis/brainunit.linalg.rst
apis/brainunit.lax.rst
apis/brainunit.fft.rst



0 comments on commit acaaf81

Please sign in to comment.