I'm working with Bokeh (https://docs.bokeh.org/en/latest/), another
open-source Python package. The developers would like to have the latest
version of their documentation appear at the top of Google search results
when users search for information, but knowledge of how to do this is
lacking.

I've noticed that Numpy seems to have gotten this problem figured out, e.g.,
googling "numpy interpolate" results in the first hit being
https://numpy.org/doc/stable/reference/generated/numpy.interp.html. This is
unlike Python itself, where googling "python string formatting" results in
the first hit being https://docs.python.org/3.4/library/string.html.

So apparently someone in the Numpy developer world knows how to setup the
doc pages in a manner that allows for this. Would that person be willing to
post to the Bokeh message board on the topic
(https://discourse.bokeh.org/t/some-unsolicited-feedback/6643/17) with some
advice?

Thank you!



--
Sent from: http://numpy-discussion.10968.n7.nabble.com/
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to