Xiang Xiao
|
598e3eedb4
|
Documentation: Remove all tail spaces from *.rst and *.html
by the below command:
find . -type f -name '*.rst' -exec sed --in-place 's/[[:space:]]\+$//' {} \+
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-10-18 10:51:22 -07:00 |
Matias N
|
94e1a9247c
|
documentation: work on quickstart, add tabs sphinx extension
|
2020-09-12 19:28:24 -07:00 |
Brennan Ashton
|
572be4d74d
|
Docs: Clean up installation requirements and only support pipenv
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
|
2020-09-02 17:12:32 -03:00 |
Matias N
|
f8207ded75
|
doc: remove todo
|
2020-08-25 12:54:24 -07:00 |
Matias N
|
911cc3f0ea
|
fix wrong "todo" placement
|
2020-08-24 10:29:55 -07:00 |
Matias N
|
3f723a247d
|
add basic documentation contributing guidelines
|
2020-08-24 10:29:55 -07:00 |
Matias N
|
4276d6254a
|
rename doc/ -> Documentation/
|
2020-08-24 10:29:55 -07:00 |