Category:Developing Qt::Documentation
Qt documentation is written by a small global team of technical writers and developers working at The Qt Company, complemented by a number of contributors from other parts of the Qt community. Since different parts of Qt are developed in different locations, writers with expertise in a particular area are typically co-located with the developers of that area.
Qt's technical writers are also responsible for many of the examples provided with Qt and related projects. However, the demonstrations provided with these projects are typically created by developers, and these are often not intended to be documented or supported by the Qt documentation team.
The documents in this category aim to cover the many aspects of Qt documentation creation, including the process we use to accept contributions from other community members.
Documentation Snapshots
Currently, Qt documentation is hosted at three sites:
- doc.qt.io: contains official releases
- snapshots: contains unreleased documentation from the Codereview repositories
- archives: contains legacy documentation
Setting Up for Documentation Writing
Here are the basic steps to help you get started contributing to the Qt documentation:
- Familiarize yourself with the development process. In particular, the process of contributing code.
- Create a Jira account and set up your Gerrit environment.
- Download the Qt sources.
- Read the page regarding code reviews.
- Start by contributing small fixes. Don't hesitate to ask for help!
Qt's documentation tool is QDoc. QDoc scans through the source and generates HTML pages regarding the classes, enums, QML types, and other parts of the reference documentation. It is possible to create a documentation set for Qt modules and tools.
- QDoc Manual
- QDocRegressionTesting - how to test the Qt documentation set
- Building Qt Documentation
Writing Guidelines
Language Guidelines
Qt documentation adheres to the Microsoft Style Guide. The documentation follows American English grammar and spelling.
The Language Guidelines page provides further information about idioms and usage, punctuation and grammar issues.
Vale is a recommended tool for documentation writing. See Setting Up Vale.
API Documentation
We document Qt APIs in the sources and use QDoc to generate the HTML for the doc.qt.io site and an offline version for Qt Creator. C++ and QML documentation follow a similar style, but there are differences. See the following pages for documenting APIs.
For designing APIs, visit the following pages
Examples
Visit the following pages for creating and documenting examples.
Getting Help with Editing
The process for submitting a documentation patch is the same as for source code. For more information, read the Code Reviews page.
For documentation reviews, you may add the following for reviews:
Qt Reference Documentation and QDoc:
- Andreas Eliasson
- Jerome Pasion
- Luca Di Sera
- Paul Wicking
- Topi Reiniö (QDoc maintainer)
- Venugopal Shivashankar
Qt Tools (Qt Creator, Qt Assistant, and others)
- Leena Miettinen (Qt Creator documentation maintainer)
Qt Products
- Esa Törmänen (Qt for MCU documentation)
- Inkamari Harjula (Boot2Qt documentation)
- Jaishree Vyas (Qt Foundations)
- Johanna Vanhatapio (Qt Design Studio documentation)
- Mats Honkamaa (Qt Design Studio documentation)
- Nicholas Bennet (Platform documentation)
- Pranta Dastider (Qt Design Studio documentation)
- Teea Põldsam (Qt Design Studio and Qt License Server documentation)
- Sze Howe Koh
Also, the following individuals are developers that can help with English reviews:
- Mitch Curtis
- Lorn Potter
- Edward Welbourne
Filing Documentation Issues
Anybody with a Jira account may file a bug. For documentation bugs, please file the issue and enter Documentation AND the relevant library or module in the Component field. The process of fixing code bugs also apply to documentation issues.
Before filing an issue, please check that it has not already been fixed in a later version of the documentation. The latest documentation snapshots are at doc-snapshots.qt.io
Modular Qt Documentation
The organization and development of modular Qt documentation is covered in another wiki: Qt5DocumentationProject
Documentation Structure
The Qt Documentation Structure page provides information about the structure of the documentation.
Pages in category "Developing Qt::Documentation"
The following 5 pages are in this category, out of 5 total.