File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
1919% : Makefile
2020 @$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
21+
22+ doc :
23+ @$(SPHINXBUILD ) -b html " $( SOURCEDIR) " " $( BUILDDIR) "
Original file line number Diff line number Diff line change 11Utility functions
22*****************
3-
4- List of functions in the ``utils `` folder.
3+
4+ List of functions in the ``utils `` folder.
55
66----
77
88.. automodule :: src.utils
99
10- .. autofunction :: checkCppBidsDependencies
1110.. autofunction :: checkInput
1211.. autofunction :: createValidName
1312.. autofunction :: getFullFilename
@@ -22,6 +21,6 @@ List of functions in the ``utils`` folder.
2221.. autofunction :: returnNbColumns
2322.. autofunction :: setDefaultFields
2423
25- .. automodule :: src.gui
24+ .. automodule :: src.gui
2625
2726.. autofunction :: askUserCli
You can’t perform that action at this time.
0 commit comments