[Numpy-discussion] numpy.org website redesign proposal

Ralf Gommers ralf.gommers at gmail.com
Wed Jul 17 18:40:25 EDT 2019


On Wed, Jul 17, 2019 at 8:43 AM Dashamir Hoxha <dashohoxha at gmail.com> wrote:

>
> On Wed, Jul 17, 2019 at 6:00 AM Ralf Gommers <ralf.gommers at gmail.com>
> wrote:
>
>> Hi all,
>>
>> I just opened https://github.com/numpy/numpy/pull/14032, which contains
>> a NEP for a redesign of the NumPy website (just the top-level site, not the
>> docs). The part that most warrants discussion is probably the translation
>> part. Additions to the NEP from anyone who has useful experiences with
>> managing translations like that would be quite welcome.
>>
>> There's a couple of motivations for writing this as a NEP:
>> 1. Ensure that we're all on the same page before doing quite a bit of work
>> 2. Empowering people who have offered help with the website to go ahead
>> and make changes. We got a few offers of help from people who are new to
>> the project, which is awesome. I want to make sure they feel comfortable
>> making some decisions.
>> 3. Pushing forward with the website redesign now prepares the ground for
>> GSoD, where we have tech writers and people with marketing skills that I
>> hope will generate much better content than we have now. Integrating that
>> content is much easier in a well-designed site than into the current Sphinx
>> site.
>>
>> I also will start inviting our new volunteers to the NumPy web team, so
>> they have the permissions needed to work on the website repo.
>>
>
> First of all, choosing a few existing sites as examples to follow is the
> best thing to do. I like all the three sites selected by Ralf, especially
> that of Jupiter and Julia. Having such examples makes our job much easier
> (and also reduces our choices and discussions about possible choices).
>
> Indeed, if we want to make our site similar to Jupiter, we just fork it (
> https://github.com/jupyter/jupyter.github.io) and customize its content.
> If we want to make it similar to Julia, we just fork it:
> https://github.com/JuliaLang/www.julialang.org Both of them are in Jekyll
> and markdown, so this is the only choice (unless we want to make our site
> similar to that of pandas, which is built with sphinx). We admit that none
> of us is good as a web designer, so following the example of a nice website
> is the best way to go.
>

That could be an idea. Not sure it's much less work (we'd have to change
all stying, graphics and text anyway), but it may be. I think


> I don't understand the need/requirement for translation or i18n.
>

The need is simple: for many of our users (the majority I think), English
is not the first language. Many people are prevented from learning about
NumPy effectively. A few pages in their own language goes a long way to
helping them. Also, we're likely missing out on contributions due to this.
I've had a number of people tell me that this is a significant barrier.

None of the sites that we are considering as examples have it, and I have
> not seen any other sites that have it. Maybe I am missing something. Can
> someone show an example of a website with translation?
>

AstroPy is wanting to do this too IIRC. Most widely used commercial
software/platforms have this (because they can measure the impact of
translations in sales - it matters). Examples: https://hortonworks.com/,
https://aws.amazon.com/.

An example from an open source project:
https://www.tensorflow.org/guide/extend/bindings ("language button" at the
top, changes to Chinese).

I'd like to try it and see if we can make it work with low maintenance
overhead. If we can't figure out the workflow to make the overhead low
enough, then that's a no-go. But I think with today's tools it's possible.

Cheers,
Ralf



> By the way, I know that the docs are not the topic of this NEP, but I
> think that we should follow the good examples for the documentation of the
> code as well. For example Jupiter and Julia:
> - https://jupyter.org/documentation
> - https://docs.julialang.org/en/v1/
>
> Regards,
> Dashamir
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20190717/11fa7113/attachment.html>


More information about the NumPy-Discussion mailing list