I've changed where the web pages (www.njoy21.io/NJOY21) are served from. They used to come from the docs/ folder in the master branch. Now they are served from the gh-pages branch.
The reasoning behind this is that we can change the documentation without modifying the master branch. Since the master branch is supposed to be only touched for production use, it looks really bad if we are changing it just for documentation.
Coverage remained the same at 88.265% when pulling fc742266123f165f76e0737d2db640697f5fdfa5 on feature/remove-docs into 1c0fc0d2f87590cef43c7ec8ba9146c1f5000059 on master.
I've changed where the web pages (www.njoy21.io/NJOY21) are served from. They used to come from the
docs/
folder in themaster
branch. Now they are served from thegh-pages
branch.The reasoning behind this is that we can change the documentation without modifying the
master
branch. Since the master branch is supposed to be only touched for production use, it looks really bad if we are changing it just for documentation.