What underlying technology does MATLAB use for its documentation system?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Matlab is well known for having excellent documentation, for example
Matlab documentation details release functionality with code examples, images and mathematical figures. Importantly the matlab documentation is a mixture of inline code comments and general discussion, seamlessly merged.
One example of a well known documentation system is Sphinx
- https://en.wikipedia.org/wiki/Sphinx_(documentation_generator)
- For example this toolbox documentation is written using Sphinx: http://deeplearning.net/software/theano/index.html
Another example of a documentation system is confluence,
- https://en.wikipedia.org/wiki/Confluence_(software)
- For example http://www.cmegroup.com/confluence/display/EPICSANDBOX/CME+Globex
My question is what is the technology Matlab uses to produce its documentation? Is it 100% HTML in-house (ie proprietary) or is it based on some other technology?
Can anyone recommend any documentation systems?
0 Kommentare
Antworten (1)
Soumya Saxena
am 12 Aug. 2016
I understand that you want to know about the underlying technologies used by Matlab Documentation.
The underlying technology uses HTML. If you have created a custom toolbox that works with MathWorks products, you can create HTML files to provide documentation. These files would enable you to insert diagrams, screen shots, figures and equations, in order to make your toolbox more usable.
In addition, you should create a “info.xml” file to enable MathWorks to find and identify your documentation and a “helptoc.xml file” to create a “table of contents” for all topics in your custom toolbox. The detailed description of the process is given at the following link:
If you want to know about the detailed infrastructure used by the documentation, I would recommend that you contact the MathWorks Technical Support at the following link:
Siehe auch
Kategorien
Mehr zu Code Execution finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!