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

DOC: Fix documentation warnings #932

Merged
merged 4 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/source/posts/2023/2023-01-29-final-report-shivam.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,15 @@ Timeline
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 3 (04-07-2022) | Fixing fetcher adding tests and docs | `FURY <https://fury.gl/latest/posts/2022/2022-07-04-week3-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-3-fixing-fetcher-adding-tests-and-docs/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 4 (12-07-2022) | Finalizing glTF loader | `FURY <https://fury.gl/latest/posts/2022/2022-07-12-week4-shivam.html>`__ -`Python<https://blogs.python-gsoc.org/en/xtanions-blog/week-4-finalizing-gltf-loader/>`__ |
| Week 4 (12-07-2022) | Finalizing glTF loader | `FURY <https://fury.gl/latest/posts/2022/2022-07-12-week4-shivam.html>`__ -`Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-4-finalizing-gltf-loader/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 5 (19-07-2022) | Creating PR for glTF exporter and fixing the loader | `FURY <https://fury.gl/latest/posts/2022/2022-07-19-week5-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-5-creating-pr-for-gltf-exporter-and-fixing-the-loader/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 6 (25-07-2022) | Extracting the animation data | `FURY <https://fury.gl/latest/posts/2022/2022-07-25-week-6-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-6-extracting-the-animation-data/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 7 (01-08-2022) | Fixing bugs in animations | `FURY <https://fury.gl/latest/posts/2022/2022-08-01-week-7-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-7-fixing-bugs-in-animations/>`__ |
+----------------------+-----------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 8 (09-08-2022) | Fixing animation bugs | `FURY <https://fury.gl/latest/posts/2022/2022-08-09-week-08-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-8-fixing-animation-bugs/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 8 (09-08-2022) | Fixing animation bugs | `FURY <https://fury.gl/latest/posts/2022/2022-08-09-week-08-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-8-fixing-animation-bugs/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Week 9 (17-08-2022) | First working skeletal animation prototype | `FURY <https://fury.gl/latest/posts/2022/2022-08-17-week-09-shivam.html>`__ - `Python <https://blogs.python-gsoc.org/en/xtanions-blog/week-9-first-working-skeletal-animation-prototype/>`__ |
+----------------------+-----------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/posts/2023/2023-07-17-week-7-tvcastillod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ I also continued working on the ellipsoid tutorial, which I hope to finish this
What is coming up next?
-----------------------

I will finish defining some details of the tutorial so that it is ready for review, and now I will start working on the tutorial related to the uncertainty, while I receive feedback on the other PRs. Also, as preparation for the next step I will start exploring on how to address visualization of spherical harmonics for ODF glyphs visualization, I found that a previous GSoC participant at FURY started working on that and also did several work with raymarching and SDF (:doc:`here is a summary of the work <../2020/2020-08-24-final-work-lenix>`_), so I will take a deeper look on that to see if I can get something useful I can start with.
I will finish defining some details of the tutorial so that it is ready for review, and now I will start working on the tutorial related to the uncertainty, while I receive feedback on the other PRs. Also, as preparation for the next step I will start exploring on how to address visualization of spherical harmonics for ODF glyphs visualization, I found that a previous GSoC participant at FURY started working on that and also did several work with raymarching and SDF (`here is a summary of the work <../2020/2020-08-24-final-work-lenix>`_), so I will take a deeper look on that to see if I can get something useful I can start with.

Did I get stuck anywhere?
-------------------------
Expand Down
Loading