OpenDroneMap / docs

🎉 Contribute to OpenDroneMap's documentation! Read how below! 🎉
https://docs.opendronemap.org/
28 stars 62 forks source link

Mermaid flowchart with options #183

Closed sbonaime closed 5 months ago

sbonaime commented 6 months ago

mermaid_flowchart in the doc

Capture d’écran 2024-06-27 à 13 28 44

Saijin-Naib commented 6 months ago

Looks great!

Why was transifex-client bumped back down to 0.12.5 from 0.14.4? Is there some incompatibility with mermaid?

sbonaime commented 6 months ago

@Saijin-Naib I had I think this issue https://github.com/transifex/transifex-client/issues/332 I revert to 0.12.5

sbonaime commented 6 months ago

Also update virtualenv to venv as virtualenv

https://www.dataquest.io/blog/a-complete-guide-to-python-virtual-environments/ NOTE There are two tools for setting up virtual environments, virtualenv and venv, that we can use almost interchangeably. virtualenv supports older Python versions and needs to be installed using the pip command. In contrast, venv is only used with Python 3.3 or higher and is included in the Python standard library, requiring no installation.

sbonaime commented 5 months ago

Any idea to move the flowchart somewhere else ?

Saijin-Naib commented 5 months ago

Any idea to move the flowchart somewhere else ?

I do not have any concrete ideas, no.

What are you concerned about with your current location for it?

sbonaime commented 5 months ago

I put it at this place without really thinking about it.

sbonaime commented 5 months ago

Then, can you merge this PR ? Thanks !

smathermather commented 5 months ago

Sorry for the delay: travel slowed down my review.

Maybe move to after options and flags and call it done for now.

Since @Saijin-Naib is working on a re-org of the docs this summer, I think it'll be fine there until the re-org is complete.

Saijin-Naib commented 5 months ago

I wanted to test it in my fork to make sure CI doesnt get mad at any changes first, but yeah, I will merge and we can go from there.

sbonaime commented 5 months ago

I just move the flowchart after "options and flags".

Saijin-Naib commented 5 months ago

CI go brrrrr.

Thanks so much for this. This is so incredibly cool!