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

Add logo to the documentation #165

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

hyrodium
Copy link
Collaborator

@hyrodium hyrodium commented Nov 2, 2023

This PR adds a logo to the documentation.

image

image

I designed this logo with the following in mind:

  • Arrange four types of Interval.
    • $\textcolor{#4063D8}{I_1}$ : OpenInterval
    • $\textcolor{#389826}{I_2}$ : ClosedInterval
    • $\textcolor{#9558B2}{I_3}$ : Interval{:closed, :open}
    • $\textcolor{#CB3C33}{I_4}$ : Interval{:open, :closed}
  • Julia logo constructed of the closed endpoints of $\textcolor{#389826}{I_2}$, $\textcolor{#9558B2}{I_3}$, $\textcolor{#CB3C33}{I_4}$.
  • Imply set operations such as $\textcolor{#CB3C33}{I_4} = \textcolor{#4063D8}{I_1} \cap \textcolor{#389826}{I_2}$.
  • The colors are from julia-logo-graphics.

I hope everyone likes this logo!

Copy link

codecov bot commented Nov 2, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d0c0100) 99.10% compared to head (d785520) 99.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #165   +/-   ##
=======================================
  Coverage   99.10%   99.10%           
=======================================
  Files           4        4           
  Lines         224      224           
=======================================
  Hits          222      222           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hyrodium
Copy link
Collaborator Author

hyrodium commented Nov 7, 2023

@aplavin @dlfivefifty
Do you have any thoughts on the design?

@dlfivefifty
Copy link
Member

Looks good!

@hyrodium hyrodium merged commit 9f3b49a into JuliaMath:master Nov 9, 2023
10 checks passed
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.

2 participants