Project - Documentation: Difference between revisions

From Octave
Jump to navigation Jump to search
(→‎Octave's internal documentation: Add Resources section.)
Line 60: Line 60:
Add more Doxygen comments.
Add more Doxygen comments.


'''Resources'''
* '''Style Guides'''
: [[C++ style guide#Doxygen]]
* '''Source code'''
: https://hg.savannah.gnu.org/hgweb/octave/file/tip/doc/doxyhtml
* '''Required skills'''
: [http://www.doxygen.nl/ Doxygen], [https://www.mercurial-scm.org/ hg], [[Building | building Octave from source]]
* '''Potential mentors'''
: [[User:siko1056 | Kai]]


=== Octave's wiki ===
=== Octave's wiki ===

Revision as of 08:08, 21 April 2020

This article contains project ideas related to improve GNU Octave's documentation. For general project ideas, see Projects.

News

SeasonofDocs Logo SecondaryGrey 300ppi.png

Existing Documentation

For a comprehensive list see Publications about Octave.
  • Doxygen documentation for the internal C++ classes and external API.

Suggested Projects

Octave's interpreter documentation

Description

The documentation for the interpreter is presumably the oldest, long grown documentation of the GNU Octave project. It is mostly written in Texinfo and strongly interleaved in the Octave build process, i.e., it is necessary to build Octave from source to generate included figures. Additionally, large portions of the Texinfo source are auto generated to stay close to the source code to avoid stale documentation. A special type of this auto generation are the so-called "docstrings", which are extracted from both C++ files and Octave's own script files (m-files).

The resulting Texinfo sources are translated to Info, PDF, PostScript, and HTML, whereas the HTML is further processed to match the QT Help Framework, which is displayed in Octave.

Improvements

  • Check for inconsistencies in the manual, e.g., outdated descriptions, awkwardly ordered information, ...
  • More examples and demo files for using each Octave command.
  • More figures to demonstrate Octave's plotting capabilities, but regard doc size and building time.
  • Think about a superior organization/splitting of the manual. Currently it covers many topics interleaved: user manual, function reference, developer guide.
  • Document the documentation building process (e.g. rename and document involved scripts).

Long term goals / highly controversial within the community

Resources

  • Style Guides
Contribution guidelines#Coding style
  • Source code
https://hg.savannah.gnu.org/hgweb/octave/file/tip/doc/interpreter
  • Required skills
Texinfo, hg, building Octave from source
  • Potential mentors
Kai

Octave's internal documentation

Add more Doxygen comments.

Resources

  • Style Guides
C++ style guide#Doxygen
  • Source code
https://hg.savannah.gnu.org/hgweb/octave/file/tip/doc/doxyhtml
  • Required skills
Doxygen, hg, building Octave from source
  • Potential mentors
Kai

Octave's wiki

Flesh out this wiki.