1
0
Fork 0

use sphinxcontrib-excel-table

main
Jeff Moe 2023-12-30 18:06:20 -07:00
parent 3eab907ea4
commit df25971a51
6 changed files with 146 additions and 2 deletions

16
BUILD.md 100644
View File

@ -0,0 +1,16 @@
# Build docs
```
make all
```
# Spreadsheet Table
https://github.com/hackerain/sphinxcontrib-excel-table
Need to do this too:
```
cp -p venv/lib/python3.11/site-packages/sphinxcontrib/excel_table/resources/_static/* docs/_source/_static/
cp -p venv/lib/python3.11/site-packages/sphinxcontrib/excel_table/resources/_templates/layout.html docs/_source/_templates/
```

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
{% extends "!layout.html" %}
{%- block extrahead %}
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/handsontable.full.min.css', 1) }}">
<script src="{{ pathto('_static/handsontable.full.min.js', 1) }}"></script>
{% endblock %}

View File

@ -22,5 +22,5 @@ This is the bill of materials of the cluster as deployed and as being built.
.. excel-table::
:file: ../_build/tinyrocs-bom.xlsx
:sheet: tinyrocs
:selection: A1:G88
:selection: A1:G85

View File

@ -1,7 +1,9 @@
openpyxl
pillow
polib
requests
sphinx
sphinxcontrib-exceltable
sphinxcontrib-excel-table
sphinxcontrib-markdown
sphinx-autobuild
sphinx-autodoc-typehints