Quansight-Labs / python-moa

Python implementation of Mathematics of Arrays (MOA)
https://python-moa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

Blog post for Python-MoA #14

Closed dcharbon closed 5 years ago

costrouc commented 5 years ago

Working on today.

costrouc commented 5 years ago

Initial post https://github.com/Quansight-Labs/python-moa/blob/master/docs/introduction.rst need to create an equivalent notebook.

rgommers commented 5 years ago

@costrouc if it's easier, you can also just run the .rst through Pandoc and get Markdown out. Pygments highlighting works, so that should require minimal fixups only.

The Jupyter notebook support I have working, but it's still a bit ugly (Jupyter has a known issue with embedding and its CSS clashing with the main CSS of the site - still need to fix that up).

rgommers commented 5 years ago

Nice blog post by the way, reads well.

costrouc commented 5 years ago

Thanks @rgommers! I will have a jupyter notebook for you today of the equivalent post. Should I open a PR in https://github.com/Quansight-Labs/quansight-labs-site to add it?

rgommers commented 5 years ago

Yes, a PR to that repo would be great.

costrouc commented 5 years ago

See PR https://github.com/Quansight-Labs/quansight-labs-site/pull/5

costrouc commented 5 years ago

Closing as blog was recently added! https://labs.quansight.org/blog/2019/04/python-moa-tensor-compiler/