Recently I found out that ExDoc allows specifying a `:name` field inside the `project` implementation that is part of the `mix.exs` file, which will be used in the generated documentation.
Interestingly, Hex uses a name that is part of the `:package` subfield.
Having two separate locations to specify the (humanly readable) name seems odd.
As these are two external packages but both closely related to elixir's core ecosystem, I thought it most appropriate to discuss about this issue here.
Ideas to conventionalize:
What to do?
~Qqwy