Skip to content

Commit

Permalink
docs(*): update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
John Zhao committed Mar 11, 2019
1 parent 849e8c8 commit 9dcf3ac
Show file tree
Hide file tree
Showing 52 changed files with 569 additions and 3,453 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ _build/
_install/
_output/

/docs/_doxygen/

/get-pip.py

/*INFO*
Expand Down
15 changes: 5 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,17 @@ all: init samples tools ros

# doc

apidoc:
apidoc: cleandoc
@$(call echo,Make $@)
@# @[ -e ./_install/include ] || $(MAKE) install
@[ -e /usr/local/include/mynteye ] || $(MAKE) install
@$(SH) ./doc/build.sh
@cd docs; make html

opendoc: apidoc
@$(call echo,Make $@)
@$(shell $(SH) ./doc/langs.sh 1); \
for lang in "$${LANGS[@]}"; do \
html=./doc/_output/$$lang/html/index.html; \
[ -f "$$html" ] && $(SH) ./scripts/open.sh $$html; \
done
@$(SH) ./scripts/open.sh docs/_build/html/index.html

cleandoc:
@$(call rm,./doc/_output/)
@$(call rm,./docs/_build/)
@$(call rm,./docs/_doxygen/)

.PHONY: apidoc opendoc cleandoc

Expand Down
83 changes: 0 additions & 83 deletions doc/build.sh

This file was deleted.

11 changes: 0 additions & 11 deletions doc/en/mainpage.md

This file was deleted.

26 changes: 0 additions & 26 deletions doc/en/spec_control_api.md

This file was deleted.

53 changes: 0 additions & 53 deletions doc/en/spec_control_channel.md

This file was deleted.

16 changes: 0 additions & 16 deletions doc/en/spec_hardware_info.md

This file was deleted.

20 changes: 0 additions & 20 deletions doc/en/spec_image_data.md

This file was deleted.

23 changes: 0 additions & 23 deletions doc/en/spec_image_params.md

This file was deleted.

42 changes: 0 additions & 42 deletions doc/en/spec_imu_data.md

This file was deleted.

23 changes: 0 additions & 23 deletions doc/en/spec_imu_params.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc/en/specs_ctrl.md

This file was deleted.

7 changes: 0 additions & 7 deletions doc/en/specs_data.md

This file was deleted.

20 changes: 0 additions & 20 deletions doc/langs.sh

This file was deleted.

3 changes: 0 additions & 3 deletions doc/static/custom.css

This file was deleted.

Binary file removed doc/static/images/icon.png
Binary file not shown.
Binary file removed doc/static/images/imu_analytics.png
Binary file not shown.
Binary file removed doc/static/images/make_install.png
Binary file not shown.
Binary file removed doc/static/images/stamp_analytics.png
Binary file not shown.
Loading

0 comments on commit 9dcf3ac

Please sign in to comment.