File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
![ mapping] ( https://i.imgur.com/qKqYjU9.jpeg )
8
8
9
+ [ Function-specific documentation] ( https://antsx.github.io/ANTsPyMM/antspymm/mm.html )
10
+
9
11
## processing utilities for timeseries/multichannel images - mostly neuroimaging
10
12
11
13
the outputs of these processes can be used for data inspection/cleaning/triage
@@ -512,3 +514,12 @@ python3 -m twine upload --repository antspymm dist/*
512
514
``` bash
513
515
nohup psrecord --interval 5 --log mem_log.txt --plot mem_plot.png -- docs/mm_csv_localint_sr.py > /tmp/sr_mem_record.txt
514
516
```
517
+
518
+ ## to publish docs
519
+
520
+ ``` bash
521
+ pdoc antspymm -o docs
522
+ git add docs/ && git commit -m " DOC: update docs" && git push
523
+ # Settings → Pages → Source = main, Folder = /docs
524
+ ```
525
+
You can’t perform that action at this time.
0 commit comments