Skip to content

Commit

Permalink
add typescript docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed Oct 22, 2024
1 parent 1449da8 commit c54b95a
Show file tree
Hide file tree
Showing 11 changed files with 1,245 additions and 24 deletions.
7 changes: 7 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SPHINXAUTOBUILD ?= sphinx-autobuild
SOURCEDIR = src
BUILDDIR = _build

Expand All @@ -18,3 +19,9 @@ help:
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

watch:
@$(SPHINXBUILD) -W -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

autobuild:
@$(SPHINXAUTOBUILD) -W -b html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Loading

0 comments on commit c54b95a

Please sign in to comment.