Sphinx Demo
Contents:
Demo Modules Overview
Calculator
Hello World
calculator module
helloworld module
Calculator Examples
Sphinx Demo
Demo Modules Overview
Edit on GitHub
Demo Modules Overview
This demo has two modules in
src
:
calculator.py
and
helloworld.py
.
Calculator
1. sum(x, y)
2. subtract(x, y)
3. multiply(x, y)
4. divide(x, y)
Hello World