]> git.ipfire.org Git - thirdparty/vala.git/commit
doc/manual: Port reference manual to sphinx format
authorLorenz Wildberg <lorenz@wild-fisch.de>
Thu, 15 Sep 2022 19:42:05 +0000 (21:42 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 9 Oct 2023 11:28:20 +0000 (13:28 +0200)
commitc47021eb0bf139a50676a62992a0bab437b30dfa
tree48372b1cc9d1b22b7ce1a7ae5099c0ad2f0777f2
parent1de9e2661e178053068418eb22e9c28c5136a84e
doc/manual: Port reference manual to sphinx format
43 files changed:
configure.ac
doc/manual/.gitignore
doc/manual/Makefile.am
doc/manual/README [deleted file]
doc/manual/README.md [new file with mode: 0644]
doc/manual/common.xsl [deleted file]
doc/manual/default.css [deleted file]
doc/manual/devhelp.xsl [deleted file]
doc/manual/manual.xml [deleted file]
doc/manual/print.xsl [deleted file]
doc/manual/source/_static/bullet.svg [new file with mode: 0644]
doc/manual/source/_static/fonts/cantarell-bold-latin.woff2 [new file with mode: 0644]
doc/manual/source/_static/fonts/cantarell-extra-bold-latin.woff2 [new file with mode: 0644]
doc/manual/source/_static/fonts/cantarell-light.woff2 [new file with mode: 0644]
doc/manual/source/_static/fonts/cantarell-regular-latin.woff2 [new file with mode: 0644]
doc/manual/source/_static/gnome.css [new file with mode: 0644]
doc/manual/source/_static/right.svg [new file with mode: 0644]
doc/manual/source/_static/toc_bullet.svg [new file with mode: 0644]
doc/manual/source/_templates/page.html [new file with mode: 0644]
doc/manual/source/_templates/sidebar/brand.html [new file with mode: 0644]
doc/manual/source/attributes.rst [new file with mode: 0644]
doc/manual/source/classes.rst [new file with mode: 0644]
doc/manual/source/concepts.rst [new file with mode: 0644]
doc/manual/source/conf.py [new file with mode: 0644]
doc/manual/source/delegates.rst [new file with mode: 0644]
doc/manual/source/enumerated-types-enums.rst [new file with mode: 0644]
doc/manual/source/errors.rst [new file with mode: 0644]
doc/manual/source/expressions.rst [new file with mode: 0644]
doc/manual/source/generics.rst [new file with mode: 0644]
doc/manual/source/gidl-metadata-format.rst [new file with mode: 0644]
doc/manual/source/gir-metadata-format.rst [new file with mode: 0644]
doc/manual/source/index.rst [new file with mode: 0644]
doc/manual/source/interfaces.rst [new file with mode: 0644]
doc/manual/source/logo.png [new file with mode: 0644]
doc/manual/source/methods.rst [new file with mode: 0644]
doc/manual/source/namespaces.rst [new file with mode: 0644]
doc/manual/source/overview.rst [new file with mode: 0644]
doc/manual/source/preprocessor.rst [new file with mode: 0644]
doc/manual/source/statements.rst [new file with mode: 0644]
doc/manual/source/structs.rst [new file with mode: 0644]
doc/manual/source/types.rst [new file with mode: 0644]
doc/manual/version.xml.in [deleted file]
doc/manual/xhtml.xsl [deleted file]