-
Notifications
You must be signed in to change notification settings - Fork 721
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
Fix broken links to glossary items in user guide #873
Conversation
6435f56
to
93d862b
Compare
The failing test seems to be a flaky one? https://github.com/agronholm/apscheduler/actions/runs/8063354336/job/22024980072 |
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.
Looks mostly good, just one change I'd like.
docs/userguide.rst
Outdated
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/>`_, |
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.
Just add a counterpart to this later (.. _Trio: https://trio.readthedocs.io/en/stable/
). I dislike inline links.
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.
Thanks! |
This PR fixes some links to concepts/glossary in the user guide