Skip to content

fit old rtd links in faq #720

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

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/user_guide/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ How does ``fastplotlib`` relate to ``matplotlib``?
How can I learn to use ``fastplotlib``?
---------------------------------------

We want `fastplotlib` to be easy to learn and use. To get started with the library we recommend taking a look at our `guide <https://fastplotlib.readthedocs.io/en/latest/user_guide/guide.html>`_ and
`examples gallery <https://fastplotlib.readthedocs.io/en/latest/_gallery/index.html>`_.
We want `fastplotlib` to be easy to learn and use. To get started with the library we recommend taking a look at our `guide <https://www.fastplotlib.org/ver/dev/user_guide/guide.html>`_ and
`examples gallery <https://www.fastplotlib.org/ver/dev/_gallery/index.html>`_.

In general, if you are familiar with numpy and array notation you will already have a intuitive understanding of interacting
with your data in `fastplotlib`. If you have any questions, please do not hesitate to post an issue or discussion forum post.
Expand Down
Loading