Skip to content

Commit 11c7c5f

Browse files
committed
Change 'functions' to 'modules'
1 parent 35f713e commit 11c7c5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# You can set these variables from the command line.
55
SPHINXOPTS =
6-
SPHINXBUILD = python -msphinx
6+
SPHINXBUILD = python3 -msphinx
77
SPHINXPROJ = bbox-visualizer
88
SOURCEDIR = .
99
BUILDDIR = _build

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Usage
1616
:caption: Contents:
1717

1818
installation
19-
functions
19+
modules
2020

2121

2222
Project Info
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Functions
1+
Modules
22
=========
33

44

0 commit comments

Comments
 (0)