Difference between revisions of "Software documentation"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 31: | Line 31: | ||
* [https://en.wikipedia.org/wiki/Software_documentation Software documentation] @ Wikipedia | * [https://en.wikipedia.org/wiki/Software_documentation Software documentation] @ Wikipedia | ||
+ | |||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Intellectual property]] | ||
+ | [[Category:Software]] | ||
+ | [[Category:Software development]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 20:24, 25 April 2016
Software documentation (or simply documentation, or docs) is written text that accompanies computer software.
Description
Software documentation either explains how it operates or how to use it, and may mean different things to people in different roles.
Documentation is an important part of software engineering.
Types of documentation include:
- Requirements
- Statements that identify attributes, capabilities, characteristics, or qualities of a system.
- This is the foundation for what shall be or has been implemented.
- Architecture/Design
- Overview of software.
- Includes relations to an environment and construction principles to be used in design of software components.
- Technical
- Documentation of source code, algorithms, interfaces, and APIs.
- End user
- Manuals for the end-user, system administrators and support staff.
- Marketing
- How to market the product and analysis of the market demand.
See also
External links
- Software documentation @ Wikipedia