UPDATE: Adds python bindings (#90)
* UPDATE: Adds python bindings Exclude pyroncalc and wasm from test coverage
This commit is contained in:
committed by
GitHub
parent
00b5b65588
commit
11df4a55c7
14
bindings/python/docs/conf.py
Normal file
14
bindings/python/docs/conf.py
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
project = 'IronCalc'
|
||||
author = 'Nicolás Hatcher'
|
||||
|
||||
release = '0.1'
|
||||
version = '0.1.2'
|
||||
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.napoleon']
|
||||
|
||||
templates_path = ['_templates']
|
||||
|
||||
exclude_patterns = []
|
||||
|
||||
html_theme = 'alabaster'
|
||||
7
bindings/python/docs/index.rst
Normal file
7
bindings/python/docs/index.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Welcome to ProjectName's documentation!
|
||||
======================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
Reference in New Issue
Block a user