Skip to content

Commit 25ccbfc

Browse files
hlym123lbuque
authored andcommitted
cmodules: Fix merge conflicts (add omv module)
Signed-off-by: hlym123 <[email protected]>
1 parent 256da4a commit 25ccbfc

24 files changed

+211
-200
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# from the environment for the first two.
66
SPHINXOPTS ?=
77
SPHINXBUILD ?= sphinx-build
8-
SOURCEDIR = en
8+
SOURCEDIR = zh_CN
99
BUILDDIR = build/$(SOURCEDIR)
1010

1111
# Put it first so that "make" without argument is like "make help".

docs/_static/software/camera/camera_display.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_static/software/dl/human_face_detect.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_static/software/dl/human_face_recognition.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_static/software/dl/pedestrian_detect.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_static/software/image/draw_test.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/en/software/camera.rst renamed to docs/en/hardware/camera.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
=====================================
33
The camera module is used for taking pictures.
44

5-
.. include:: ../refs/software.camera.ref
5+
.. include:: ../refs/hardware.camera.ref
66

77
.. note:: This module is only applicable to the CoreS3 Controller
88

@@ -15,7 +15,7 @@ Micropython Example
1515
capture display
1616
++++++++++++++++++++++++++++
1717

18-
.. literalinclude:: ../../../examples/softwave/camera/cores3_example_camera_display.py
18+
.. literalinclude:: ../../../examples/hardware/camera/cores3_example_camera_display.py
1919
:language: python
2020
:linenos:
2121

File renamed without changes.

docs/en/hardware/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Hardware
1515
rotary.rst
1616
speaker.rst
1717
wdt.rst
18+
camera.rst
19+
display.rst
File renamed without changes.

0 commit comments

Comments
 (0)