You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Once you have an account there are two ways to contribute. One is quick for smal
18
18
19
19
Browse to https://github.com/OpenDroneMap/docs/tree/publish/source. Each row in the table corresponds to a page in the documentation. Tap on the file name, in the second (2nd) column from left. Press the "Edit" icon.
As there is an issue with python3.13 [(https://github.com/ethereum/s……olidity/issues/15811) with ](https://github.com/ethereum/solidity/issues/15811) python3.12 at most should be used.
@@ -104,7 +104,7 @@ After running `source .venv/bin/activate` there should be some indication that t
104
104
105
105
Note: If you've installed `sphinx` on your system, you may run into issues with commands using that version instead of the version inside your virtualenv.
@@ -171,9 +171,9 @@ An *italic section of text* may also have a single asterisk on either side.
171
171
172
172
Italic text needs to have a space before, then a backtick or grave accent (\`) that touches the first character of the italic text, then the italic text, then a backtick or grave accent (\`) that touches the last character of the italic text, then a space. The backticks may also be asterisks.
@@ -184,9 +184,9 @@ A **bold section of text** will have double asterisks on either side.
184
184
185
185
Bold text needs to have a space before, then a double asterisk (`**`) that touches the first character of the bold text, then the bold text, then a double asterisk (`**`) that touches the last character of the bold text, then a space.
@@ -195,23 +195,23 @@ Check out the `ODM documentation <https://docs.opendronemap.org/>`_!
195
195
```
196
196
Links need to have a space before, then a backtick or grave accent (\`), then the text that will become the link on the page (in the above example: "ODM documentation"), then a space, then a less than symbol (`<`), then the complete URL, then a greater than symbol and underscore (`>_`).
Code snippets need to have a space before, then a double backtick or grave accent (\`\`) that touches the first character of the code text, then the code text, then a double backtick or grave accent (\`\`) that touches the last character of the code text, then a space.
205
205
206
206
**NOTE:** Code snippets may be referring to specific software commands and so often should NOT be translated.

251
+

252
252
253
253
You should see output in your console such as:
254
254
@@ -261,7 +261,7 @@ Look at the source file and line that is mentioned. In this case the file is `so
261
261
262
262
Go to Transifex, go to the resource, and go to the string. The warning/error message should help you understand what went wrong. In this case the link syntax wasn't matched correctly. Fix and save the translation.
:alt:WebODM displaying the reconstruction extent of a terrestrial orbit survey of a Northern Catalpa tree.
69
69
70
70
The WebODM 3D View shows the full extent of the recosntruction. Compared to the ``--auto-boundary`` reconstruction above, one can see that the full reconstruction area is much larger (and therefore more visually sparse).
0 commit comments