Category:Developing Qt::Documentation: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Fix link formats)
No edit summary
Line 10: Line 10:


Currently, Qt documentation is hosted at three sites:
Currently, Qt documentation is hosted at three sites:
* [http://doc.qt.io/ Qt Project]: contains official releases
* [http://doc.qt.io/ doc.qt.io]: contains official releases
* [http://doc-snapshot.qt.io Snapshot]: contains unreleased documentation from the [http://codereview.qt.io Codereview] repositories
* [http://doc-snapshots.qt.io snapshots]: contains unreleased documentation from the [http://codereview.qt.io Codereview] repositories
* [http://doc.qt.digia.com Archives]: contains legacy documentation
* [http://doc.qt.digia.com archives]: contains legacy documentation


== Contributing to Qt Documentation ==
== Contributing to Qt Documentation ==
Line 29: Line 29:
reference documentation.
reference documentation.


* "QDoc Manual":http://doc-snapshot.qt.io/qdoc/
* "QDoc Manual":http://doc-snapshots.qt.io/qt5-5.5/qdoc-index.html


To get started, the "QDoc Guide":http://doc.qt.io/qt-5/qdoc-guide.html explains how QDoc generates documentation from QDoc comments.
To get started, the "QDoc Guide":http://doc.qt.io/qt-5/qdoc-guide.html explains how QDoc generates documentation from QDoc comments.
Line 49: Line 49:
For language reviews, documentation reviews, and technical reviews, you may add any of the relevant [[Maintainers | maintainers]] as reviewers as well as the following individuals:
For language reviews, documentation reviews, and technical reviews, you may add any of the relevant [[Maintainers | maintainers]] as reviewers as well as the following individuals:
* Leena Miettinen (Qt Creator documentation maintainer)
* Leena Miettinen (Qt Creator documentation maintainer)
* Geir Vattekar
* Jerome Pasion
* Jerome Pasion
* Venugopal Shivashankar
* Venugopal Shivashankar
Line 67: Line 66:
Anybody with a "Jira":https://bugreports.qt.io 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.
Anybody with a "Jira":https://bugreports.qt.io 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.


The latest documentation snapshot is at "http://doc-snapshot.qt.io/":http://doc-snapshot.qt.io/
The latest documentation snapshots are at "http://doc-snapshots.qt.io/":http://doc-snapshots.qt.io/


== Qt 5 Documentation ==
== Qt 5 Documentation ==

Revision as of 14:44, 9 March 2015

Developing Qt Documentation

Qt documentation is written by a small global team of technical writers and developers working at Digia Plc, 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 expertize in those areas are typically co-located with those developers. For example, much of the documentation for Qt Creator and the Qt SDK is written in Berlin.

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:

Contributing to Qt Documentation

Prerequisites

Here are the basic steps to help you get started contributing to the Qt documentation:

  1. Familiarize yourself with the development process. In particular, the process of contributing code.
  2. Create a "Jira":https://bugreports.qt.io account and set up your Gerrit environment.
  3. Download the Qt sources.
  4. Read the page regarding code reviews.

QDoc and Style Guidelines

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.

To get started, the "QDoc Guide":http://doc.qt.io/qt-5/qdoc-guide.html explains how QDoc generates documentation from QDoc comments.

QDoc Regression Testing

Writing Guidelines

Submitting a Patch

The process for submitting a documentation patch is the same as for source code. For more information, read the Code Reviews page.

Approvers and Editors

For language reviews, documentation reviews, and technical reviews, you may add any of the relevant maintainers as reviewers as well as the following individuals:

  • Leena Miettinen (Qt Creator documentation maintainer)
  • Jerome Pasion
  • Venugopal Shivashankar
  • Martin Smith
  • Nico Vertriest
  • Topi Reinio (Documentation maintainer)
  • Sze Howe Koh

For language reviews (particularly for non-native English speakers) only, you may also add any of the following individuals:

  • Mitch Curtis
  • Lorn Potter

For documentation help, join the #qt-documentation channel in Freenode.

Filing Documentation Issues

Anybody with a "Jira":https://bugreports.qt.io 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.

The latest documentation snapshots are at "http://doc-snapshots.qt.io/":http://doc-snapshots.qt.io/

Qt 5 Documentation

The organization and development of Qt 5 documentation is covered in another wiki: Qt5DocumentationProject

Documentation Structure

The Qt Documentation Structure page provides information about the structure of the documentation.

Subcategories

This category has only the following subcategory.

Pages in category "Developing Qt::Documentation"

The following 4 pages are in this category, out of 4 total.