Skip to content

Commit 68bfc36

Browse files
authored
fix #300: update parallelization api documentation (#302)
fix #300: update parallelization api documentation
2 parents dd5e7ad + 16d37ba commit 68bfc36

File tree

2 files changed

+363
-205
lines changed

2 files changed

+363
-205
lines changed

docs/auto_generater.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,9 @@ def generate_running_docs(path='apis/auto/'):
565565
os.makedirs(path)
566566

567567
module_and_name = [
568-
('multiprocess', 'Parallel Pool'),
568+
('pathos_multiprocessing', 'Parallel Processing 1'),
569+
('native_multiprocessing', 'Parallel Processing 2'),
570+
('jax_multiprocessing', 'Parallel Processing 3'),
569571
('runner', 'Runners')
570572
]
571573
write_submodules(module_name='brainpy.running',

docs/tutorial_simulation/parallel_computing.ipynb

Lines changed: 360 additions & 204 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)