Skip to content

Commit

Permalink
fix: Fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoDell committed Aug 25, 2023
1 parent 74a7ac9 commit 6e0f951
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/posts/2023/2023-08-21-week-12-joaodellagli.rst
@@ -1,17 +1,17 @@
Week 12: Now That is (almost) a Wrap!
==========================
=====================================

.. post:: August 21, 2023
:author: João Victor Dell Agli Floriano
:tags: google
:category: gsoc

Hello everyone, it's time for another GSoC blogpost! Today, I am going to talk about some minor detailes I worked on last week on my
Hello everyone, it's time for another GSoC blogpost! Today, I am going to talk about some minor details I worked on last week on my
project.

Last Week's Effort
------------------
After the API refactoring done last week, I focused on addressing the reviews I would get from it. The first issues I addressed was related to
After the API refactoring was done last week, I focused on addressing the reviews I would get from it. The first issues I addressed was related to
style, as there were some minor details my GSoC contributors pointed out that needed change. Also, I have addressed an issue I was having
with the `typed hint` of one of my functions. Filipi, my mentor, showed me there is a way to have more than one typed hint in the same parameter,
all I needed to do was to use the `Union` class from the `typing` module, as shown below:
Expand All @@ -34,6 +34,6 @@ The Next Steps
--------------
My next plans are, after having PR `#826 <https://github.com/fury-gl/fury/pull/826>`_ merged, to work on the float encoding issue described in
:doc:`this blogpost<2023-07-31-week-9-joaodellagli>`. Also, I plan to tackle the UI idea once again, to see if I can finally give the user
a way to control de intensities of the distributions.
a way to control the intensities of the distributions.

Wish me luck!

0 comments on commit 6e0f951

Please sign in to comment.