EL-BID / UrbanTrips

An open-source library to process smart card payment data, infer destination and get meaningful KPI
https://el-bid.github.io/UrbanTrips/
Other
24 stars 2 forks source link

Wrong link on docs #115

Closed PIBSAS closed 10 months ago

PIBSAS commented 10 months ago

On the docs welcome page: Says: "Para una discusión metodológica de cómo se imputan destinos y se construye la matriz de origen y destino se puede consultar este documento metodológico"

The actual path: https://github.com/EL-BID/UrbanTrips/blob/dev/Metodologia_UrbanTrips.pdf The correct path: https://github.com/EL-BID/UrbanTrips/blob/main/docs/Metodologia_UrbanTrips.pdf

Plus on the Readme.md miss typo: Para una discusión metodológica de cómo se imputan destinos y se construye la matriz de origen y destino se puede consultar este ![documento metodológico](https://github.com/EL-BID/UrbanTrips/blob/dev/docs/Metodologia_UrbanTrips.pdf "Documento metodológico").

Should be: Para una discusión metodológica de cómo se imputan destinos y se construye la matriz de origen y destino se puede consultar este [documento metodológico](https://github.com/EL-BID/UrbanTrips/blob/docs/Metodologia_UrbanTrips.pdf "Documento metodológico"). In this case the link works anyway but error typo ![] wait for a picture, the hyperlink is only []

In install instructions: $ virtualenv venv --python=python3.10 (.venv) $ source venv/bin/activate (.venv) $ pip install urbantrips

Should be: $ virtualenv venv --python=python3.10 $ source venv/bin/activate (.venv) $ pip install urbantrips

Because de venv still is not active.

alephcero commented 10 months ago

Thanks for the issue! Solved in https://github.com/EL-BID/UrbanTrips/commit/368b61d1263a62ec7261400486f7181c51e853cd