mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Slint docs style cleanups
- refresh copyright - link to slint-ui.com - add footer icons
This commit is contained in:
parent
da95051db1
commit
88f9d0aed5
8 changed files with 45 additions and 25 deletions
4
api/cpp/docs/.gitignore
vendored
4
api/cpp/docs/.gitignore
vendored
|
@ -1,4 +0,0 @@
|
|||
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
Pipfile.lock
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
|
||||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
[[source]]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright © 2021 SixtyFPS GmbH <info@slint-ui.com>
|
||||
# Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
|
@ -21,9 +21,9 @@ import textwrap
|
|||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "Slint C++"
|
||||
copyright = "2022, info@slint-ui.com"
|
||||
author = "info@slint-ui.com"
|
||||
project = "Slint C++ API"
|
||||
copyright = "SixtyFPS GmbH"
|
||||
author = "Slint Developers <info@slint-ui.com>"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
version = "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue