Skip to content

Commit ebc14e5

Browse files
author
Yiannis Gatsoulis
committed
more docs
1 parent fa31f1c commit ebc14e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1066
-506
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ target/
5858
.idea/
5959

6060
*~
61+
.DS_Store
6162

6263
# DOC
6364
qsr_lib/docs/_build/

docs/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@ make html
1515
```
1616

1717
## `qsrs.rst`
18-
`qsrs.rst` is generated from `qsrs.md` as writing tables in RsT is a pain. md files can be converted to rst ones using
19-
`pandoc`. The actual command run from within the `docs/rsts/handwritten` folder is:
18+
The table in `qsrs.rst` is generated from `qsrs_table.md` as writing tables in RsT is a pain.
19+
md files can be converted to rst ones using `pandoc`.
20+
The actual command run from within the `docs/rsts/handwritten/qsrs` folder is:
2021

2122
```bash
22-
pandoc --from=markdown --to=rst --output=qsrs.rst qsrs.md
23+
pandoc --from=markdown --to=rst --output=qsrs_table.rst qsrs_table.md
2324
```
2425

2526
If pandoc converts "\`" to "\`\`" then do two string replacements:
2627

2728
1. "\`\`" to "\`"
28-
2. "\` " to "\` ", i.e 'backtilt+1 space' to 'backtilt+3 spaces'
29+
2. "\` " to "\` ", i.e 'backtilt+2 spaces' to 'backtilt+6 spaces'

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Contents:
1919
rsts/handwritten/authors
2020
rsts/handwritten/install
2121
rsts/handwritten/usage
22-
rsts/handwritten/qsrs
22+
rsts/handwritten/qsrs/qsrs
2323
rsts/handwritten/for_developers
2424
rsts/api/modules
2525

docs/rsts/api/qsrlib_qsrs.qsr_cone_direction_bounding_boxes_centroid_2d.rst renamed to docs/rsts/api/qsrlib_qsrs.qsr_cardinal_direction_bounding_boxes_centroid_2d.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
qsrlib_qsrs.qsr_cardinal_direction_bounding_boxes_centroid_2d module
2-
================================================================
2+
====================================================================
33

44
.. automodule:: qsrlib_qsrs.qsr_cardinal_direction_bounding_boxes_centroid_2d
55
:members:
2.81 KB
Loading
2.81 KB
Loading
2.78 KB
Loading
132 KB
Loading
3.54 KB
Loading
3.62 KB
Loading

0 commit comments

Comments
 (0)