Skip to content

Commit 3346170

Browse files
committed
build docs using markdown
1 parent 4590697 commit 3346170

File tree

9 files changed

+26
-130
lines changed

9 files changed

+26
-130
lines changed

β€Ždocs/Makefileβ€Ž

Lines changed: 0 additions & 20 deletions
This file was deleted.

β€Ždocs/about.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## About coderunner

β€Ždocs/conf.pyβ€Ž

Lines changed: 0 additions & 57 deletions
This file was deleted.

β€Ždocs/index.mdβ€Ž

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# CodeRunner πŸƒ
2+
3+
> [Judge0 API](https://api.judge0.com/) Interface written in Python
4+
5+
[![Build Status](https://travis-ci.org/codeclassroom/CodeRunner.svg?branch=master)](https://travis-ci.org/codeclassroom/CodeRunner)
6+
![PyPI](https://img.shields.io/pypi/v/coderunner?color=blue)
7+
[![Documentation Status](https://readthedocs.org/projects/coderunner/badge/?version=latest)](https://coderunner.readthedocs.io/en/latest/?badge=latest)
8+
[![GitHub license](https://img.shields.io/github/license/codeclassroom/CodeRunner)](https://github.com/codeclassroom/CodeRunner/blob/master/LICENSE)
9+
[![GitHub issues](https://img.shields.io/github/issues/codeclassroom/CodeRunner?color=blueviolet)](https://github.com/codeclassroom/CodeRunner/issues)
10+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](http://makeapullrequest.com)

β€Ždocs/index.rstβ€Ž

Lines changed: 0 additions & 18 deletions
This file was deleted.

β€Ždocs/installation.mdβ€Ž

Whitespace-only changes.

β€Ždocs/make.batβ€Ž

Lines changed: 0 additions & 35 deletions
This file was deleted.

β€Ždocs/usage.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## Usage

β€Žmkdocs.ymlβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
site_name: CodeRunner
2+
repo_url: https://github.com/codeclassroom/CodeRunner
3+
site_author: Bhupesh Varshney
4+
site_description: CodeRunner v0.3 Documentation
5+
copyright: Β© 2019, Bhupesh Varshney
6+
nav:
7+
- Home: index.md
8+
- Installation: installation.md
9+
- Usage: usage.md
10+
- About: about.md
11+
theme: readthedocs
12+
markdown_extensions:
13+
- toc:
14+
permalink: "#"

0 commit comments

Comments
Β (0)