codio / knowledge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating Python programs in Codio

One time setup

Stack

If using Codio, put on the certified Python stack.

Install

python3 -m pip install git+https://github.com/codio/pydata-sphinx-theme.git@master
python3 -m pip install sphinx sphinx-sitemap recommonmark

Build

python3 -m sphinx source build

Every time you make an edit

Make

make html

If inside Codio, you can use the Make rocketship button on the Codio menu

Preview

Navigate using a web-browser to: https://{{domain}}/build/html/index.html

If inside Codio, you can use the Preview play button on the Codio menu.

About


Languages

Language:Python 39.6%Language:CSS 27.4%Language:HTML 26.5%Language:JavaScript 2.4%Language:Batchfile 2.1%Language:Makefile 1.9%