Skip to content

Commit 28f7041

Browse files
committed
update doc
1 parent f9281a1 commit 28f7041

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ help:
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)"

docs/source/utilities.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
Utility 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

0 commit comments

Comments
 (0)