vmlRTDseminar
Why Documentation is needed?
How about common word processor?
How to solve this problem?
Introduction to Read the Docs
What is Read the Docs?
Sphinx
reStructuredText / Markdown
Autodoc of Sphinx
Features of Read the Docs
How to use Read the Docs
Installation of Read the Docs
Create documents
Autodoc
Autodoc Settings
Autodoc docstrings
Autodoc modules
On-line build using Read the Docs
Github Repository
Import the project into Read the Docs
Apply Read the Docs Theme
Korean documentation
한글 문서를 작성하기 위한 환경설정
Autodoc 작성을 위한 파이썬 파일에서의 환경설정
ETC
Bugs
Other Language
API
VML_Module_A
VML_Module_B
vmlRTDseminar
Docs
»
How to use Read the Docs
»
ETC
Edit on GitHub
ETC
¶
Bugs
¶
File extension should be lower case.
Deleted Github project remained in Read the Docs import list
Other Language
¶
C++ also possible
void
main
(
void
){
std
::
cout
<<
"hello, world!"
<<
std
::
endl
;
}
If you want to use autodoc, you have to use
doxygen
&
breathe
END! Any question?