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

Fix broken links to glossary items in user guide #873

Merged

Conversation

edgarrmondragon
Copy link
Contributor

This PR fixes some links to concepts/glossary in the user guide

@coveralls
Copy link

coveralls commented Feb 27, 2024

Coverage Status

coverage: 92.468%. remained the same
when pulling fa0dba5 on edgarrmondragon:docs-broken-glossary-anchors
into 1d21b20 on agronholm:master.

@edgarrmondragon edgarrmondragon force-pushed the docs-broken-glossary-anchors branch from 6435f56 to 93d862b Compare February 27, 2024 19:36
@edgarrmondragon
Copy link
Contributor Author

edgarrmondragon commented Feb 27, 2024

Copy link
Owner

@agronholm agronholm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks mostly good, just one change I'd like.

them, and then sending back the results to the `data store`_.

Running the scheduler
=====================

The scheduler_ comes in two flavors: synchronous and asynchronous. The synchronous
scheduler actually runs an asynchronous scheduler behind the scenes in a dedicated
thread, so if your app runs on :mod:`asyncio` or Trio_, you should prefer the
asynchronous scheduler.
thread, so if your app runs on :mod:`asyncio` or `Trio <https://trio.readthedocs.io/en/stable/>`_,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just add a counterpart to this later (.. _Trio: https://trio.readthedocs.io/en/stable/). I dislike inline links.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@agronholm agronholm merged commit 7b6a34e into agronholm:master Mar 2, 2024
13 checks passed
@agronholm
Copy link
Owner

Thanks!

@edgarrmondragon edgarrmondragon deleted the docs-broken-glossary-anchors branch March 2, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants