-
-
Notifications
You must be signed in to change notification settings - Fork 39
docs: fix typos, RST link formatting, and exercise numbering order #286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -221,7 +221,7 @@ Count the number of rows that need to be filled up. | |||||
| Exercise 3: Use QGIS to view the work | ||||||
| ------------------------------------------------------------------------------- | ||||||
|
|
||||||
| QGIS is a powerfull tool | ||||||
| QGIS is a powerful tool | ||||||
|
|
||||||
| If you are using OSGeoLive, then you can find QGIS here: | ||||||
|
|
||||||
|
|
@@ -316,7 +316,7 @@ Create additional columns on the edges tables. | |||||
| .. note:: This is not a QGIS workshop, so the details about how to display | ||||||
| layers are not written in this workshop | ||||||
|
|
||||||
| .. rubric:: Update the edges table with based on the component number of the vertex | ||||||
| .. rubric:: Update the edges table based on the component number of the vertex | ||||||
|
|
||||||
| .. literalinclude:: ../scripts/basic/graphs/graphs.sql | ||||||
| :language: sql | ||||||
|
|
@@ -399,7 +399,7 @@ Count the distinct components. | |||||
| :start-after: see_components4.txt | ||||||
| :end-before: create_vehicle_net1.txt | ||||||
|
|
||||||
| .. collapse:: Component with maxmum edge count | ||||||
| .. collapse:: Component with maximum edge count | ||||||
|
|
||||||
| .. literalinclude:: ../scripts/basic/graphs/see_components4.txt | ||||||
|
|
||||||
|
|
@@ -645,7 +645,7 @@ Exercise 9: Testing the views | |||||
|
|
||||||
| In particular: | ||||||
|
|
||||||
| * Get a traveling cost matrix in seconds from the all follwoing ``id`` to all | ||||||
| * Get a traveling cost matrix in seconds from all the following ``id`` to all | ||||||
| the ``id`` | ||||||
|
|
||||||
| * |id_1|, |id_2|, |id_3|, |id_4| and |id_5|. | ||||||
|
|
@@ -726,7 +726,7 @@ Exercise 10: Visualize on QGIS the ``pgr_costMatrix`` result | |||||
| Based on the query from `Exercise 9: Testing the views`_, create a view to be | ||||||
| able to use on QGIS. (like the one above) | ||||||
|
|
||||||
| * The results when using ``vehile_net`` is the example. | ||||||
| * The results when using ``vehicle_net`` is the example. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Fix the subject-verb agreement.
Proposed wording-* The results when using ``vehicle_net`` is the example.
+* The results from ``vehicle_net`` are used as the example.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| * The other results are left to the reader. | ||||||
|
|
||||||
| .. rubric:: Solution | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Clarify the cost-matrix instruction.
The sentence uses
idas a singular noun and does not clearly identify the source and destination sets. Refer toidvalues explicitly.Proposed wording
🤖 Prompt for AI Agents