jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks

Home Page:http://jakevdp.github.io/PythonDataScienceHandbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative Documentation with Mkdocs

fralfaro opened this issue · comments

Hi everyone. I have developed an alternative documentation with mkdocs, google colab and github actions. This repository lives at fralfaro/PythonDataScienceHandbook (documentation: link). In each chapter there is a jupyter notebook connected with google colab. This documentation solve pandas output:

  • Original Documentation:
    1

  • Alternative Documentation:
    2

Another interesting point is that all the documentation is generated in a single branch (master), and it is not necessary to use website branch. With this, the costs of maintaining both branches will be reduced.

I hope this is a good alternative. If you have any questions, happy to answer them!