Skip to content
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

Corrected some typo's #9692

Merged
merged 22 commits into from
Mar 3, 2025
Merged

Corrected some typo's #9692

merged 22 commits into from
Mar 3, 2025

Conversation

DiGro
Copy link
Contributor

@DiGro DiGro commented Mar 3, 2025

Goal: Making good documentation

Corrected some typo's malformations

Ticket(s): #

  • Backport to LTR documentation is requested

docs/user_manual/managing_data_source/create_layers.rst
docs/user_manual/print_composer/composer_items/composer_tables.rst
docs/user_manual/processing_algs/qgis/vectortable.rst
docs/user_manual/style_library/symbol_selector.rst
docs/user_manual/working_with_mesh/mesh.rst

DiGro added 22 commits June 5, 2023 11:25
paramteter  -->  should be 'parameter'
Line  : html>`_ or documentation.  ---> should be 'html>`_ for documentation.' adde 'f'  to 'or'

Line 473 :   A test on will ensure that this file --->  the word 'on' removed
Line 290 : A :guilabel:`Run as Single Process...` helps --> should have the word 'button' behind :guilabel:`Run as Single Process...`
Line 822 : one of your current project  --> should be plural 'projects'
                because of "one of your"
Line 162 : installs the same stable version  --> should probably be:              
                ' installs the same experimental version' because the 
                paragraph is named "Reinstal Eperimental Plugin"
Line 43 : Shorcut --> should be Shortcut
Added one word "tab"
Added colon to be consistent with other items
reference indicator was missing, which caused the reference to be displayed as plain text.

Added :ref:
:guilabel:`Avergare angle  ===>> Average
Double wording 'the'. Removed one
@DelazJ DelazJ merged commit e0897e8 into qgis:master Mar 3, 2025
3 checks passed
@DelazJ DelazJ added the backport release_3.40 On merge create a backported pull request to 3.40 label Mar 3, 2025
@qgis-bot
Copy link
Collaborator

qgis-bot commented Mar 3, 2025

The backport to release_3.40 failed:

The process '/usr/bin/git' failed with exit code 1
stderr
The previous cherry-pick is now empty, possibly due to conflict resolution.
If you wish to commit it anyway, use:

    git commit --allow-empty

Otherwise, please use 'git cherry-pick --skip'

stdout
On branch backport-9692-to-release_3.40
You are currently cherry-picking commit e6464f91c9.
  (all conflicts fixed: run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

nothing to commit, working tree clean

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release_3.40 release_3.40
# Navigate to the new working tree
cd .worktrees/backport-release_3.40
# Create a new branch
git switch --create backport-9692-to-release_3.40
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick e6464f91c983c8539eefcb664b2ae954618235d9,cd4efd55f0d775a5d60aa3fcc8d8ca70c7772890,7b504592d4aa86edb4c20923f23c8c6f474ae800,936d2330d164b7a1504ce04efd3d88474d4b2f1d,37a9917ba7ebe9d61a6ae37e6564aabf4a04a468,4901d160335af4c6ab4e5fe80e809dc3a43a4f5e,b6254852e1f49f8d226743d2cb444a0fb67f901c,e6b692208b74d2886d059fa8a2699f802e23ff5e,bcbf4e42f6333967e7c94c232cd7f8719f61bfdb,61805d9135aa0b27898d2f7ae233bc21638b12a2,aa6c85efb09b6634a22edaf2d179630f67c05d7d,bf48a73811b1880b6856c87865e1f6c0077a7e08,88dfe7040beb8e605f0248d0ba2bb69f2e907c98,d076429da15e34cb25559c9dbd7b2a06f52c39d7,661357bdd9338608be1543e05224caa1179c11cf,3ee43f79fdb7014b15790165a7e9456818ca7f97,63d7c8e93741b0ee27cb8bc5557245c9f629157a,455119b305d3ebdb54888ab787d9269069a5c33d,c7346abddd87e103a12a490efe768bbb1a3697a5,a2fc3e8495a91dd43b248c3d83d8a5d8f72e47bc,f1f22d0c445e16338b0ac01ed99756e3b3faddab,29faa82bad6d333c9194450cfd3b72ee2f7cd8a8
# Push it to GitHub
git push --set-upstream origin backport-9692-to-release_3.40
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release_3.40

Then, create a pull request where the base branch is release_3.40 and the compare/head branch is backport-9692-to-release_3.40.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release_3.40 On merge create a backported pull request to 3.40
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants