Skip to content

Commit 136eb00

Browse files
authored
Merge pull request #65 from Embarcadero/add-sphinx-docs
Add sphinx docs
2 parents 80128ec + 1e0c7d8 commit 136eb00

File tree

301 files changed

+10089
-406054
lines changed

Some content is hidden

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

301 files changed

+10089
-406054
lines changed

docs/.buildinfo

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/Makefile

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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+
9+
# Path base is the source directory
10+
SOURCEDIR = .
11+
BUILDDIR = ../build
12+
13+
# Put it first so that "make" without argument is like "make help".
14+
help:
15+
@(cd source; $(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O))
16+
17+
.PHONY: help Makefile i18n
18+
19+
# All the code is executed as if everything was launched in one shell.
20+
.ONESHELL:
21+
# Like make clean but also remove files generated by autosummary and
22+
# rendered videos.
23+
cleanall: clean
24+
@rm source/reference/*
25+
@rm -rf source/media
26+
@rm -f rendering_times.csv
27+
i18n:
28+
@(cd source; $(SPHINXBUILD) -M gettext "$(SOURCEDIR)" ../i18n/ -t skip-manim $(SPHINXOPTS) $(O);cd ../i18n;bash stripUntranslatable.sh)
29+
30+
# Catch-all target: route all unknown targets to Sphinx using the new
31+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
32+
%: Makefile
33+
@(cd source; $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O))

docs/_sources/comps_ref.rst.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/_sources/index.rst.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/_sources/installer.rst.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/_sources/quickstart.rst.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.
-328 KB
Binary file not shown.

docs/_static/DelphiFMX4Python_logo-removebg-preview.svg

Lines changed: 0 additions & 30285 deletions
This file was deleted.
-328 KB
Binary file not shown.

docs/_static/DelphiFMX4Python_logo.svg

Lines changed: 0 additions & 32977 deletions
This file was deleted.

0 commit comments

Comments
 (0)