项目作者: sonictk

项目描述 :
Dash/Zeal-compatible docset for Autodesk Mudbox C++ API
高级语言: HTML
项目地址: git://github.com/sonictk/mudbox-cpp-reference.git
创建时间: 2018-04-01T04:48:01Z
项目社区:https://github.com/sonictk/mudbox-cpp-reference

开源协议:GNU General Public License v3.0

下载


Readme

This is a Dash-compatible docset for the Mudbox C++
API reference. It has been built against the 2018 documentation, but should work
for other versions as well.

Usage

Place the mudbox-2018-cpp-reference.docset folder in your directory that is
used by Zeal/Dash/Velocity to lookup docsets. Please refer to your respective
application’s documentation for how to install such things.

Building

Dependencies

You will need to install the dependencies listed in requirements.txt
through pip or have it available on your PYTHONPATH.

Generating the docset

The Python scripts for building the database and formatting the documentation
to work in standalone mode are located in the bin directory. The Autodesk
documentation should be placed in the directory:
mudbox-2018-cpp-reference.docset/Contents/Resources/Documents. Once that is
done, you should be able to run python clean_html_documentation.py and
python generate_database_entries.py in order to re-generate the docset. The
formatted HTML output will be placed in
mudbox-2018-cpp-reference.docset/Contents/Resources/Documents/output, which
you should move to the Documents directory instead.

License

Except for the documentation itself (which belongs to Autodesk and is freely
available for download via their website), the license for the scripts in this
repository is viewable in the LICENSE file.

Author

Siew Yi Liang