Skip to content

Commit 398b3c9

Browse files
authored
Merge pull request #8 from Matter-and-Form/RC/8.20.13
Release Candidate for three-python-library - 8.20.13
2 parents e85929c + bca252e commit 398b3c9

File tree

259 files changed

+97408
-3242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+97408
-3242
lines changed

.github/workflows/CD.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
3737
- name: Build the package
3838
run: python -m build
39+
40+
- name: Build Documentation
41+
run: |
42+
python3 ./scripts/build_doc.py
3943
4044
- name: Publish to PyPI
4145
env:

.github/workflows/CI.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
- name: Build the package
4242
run: python -m build
4343

44+
- name: Build Documentation
45+
run: |
46+
python3 ./scripts/build_doc.py
47+
4448
- name: Publish to TestPyPI
4549
env:
4650
TWINE_USERNAME: __token__

Makefile

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minimal makefile for Sphinx documentation
2+
#
3+
4+
# You can set these variables from the command line, and also
5+
# from the environment for the first two.
6+
SPHINXOPTS ?=
7+
SPHINXBUILD ?= sphinx-build
8+
SOURCEDIR = source
9+
BUILDDIR = build
10+
11+
# Put it first so that "make" without argument is like "make help".
12+
help:
13+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
14+
15+
.PHONY: help Makefile
16+
17+
# Catch-all target: route all unknown targets to Sphinx using the new
18+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19+
%: Makefile
20+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0; url=./three.html"/>
6+
</head>
7+
</html>

docs/search.js

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/three.html

Lines changed: 243 additions & 0 deletions
Large diffs are not rendered by default.

docs/three/MF.html

Lines changed: 237 additions & 0 deletions
Large diffs are not rendered by default.

docs/three/MF/V3.html

Lines changed: 249 additions & 0 deletions
Large diffs are not rendered by default.

docs/three/MF/V3/Buffer.html

Lines changed: 531 additions & 0 deletions
Large diffs are not rendered by default.

docs/three/MF/V3/Descriptors.html

Lines changed: 269 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)