معرفی شرکت ها


doxycast-2.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Generate reStructuredText documentations from your C++ sources
ویژگی مقدار
سیستم عامل -
نام فایل doxycast-2.0.0
نام doxycast
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Akib Azmain
ایمیل نویسنده akib8492@gmail.com
آدرس صفحه اصلی https://gitlab.com/pypp/doxycast
آدرس اینترنتی https://pypi.org/project/doxycast/
مجوز GNU Lesser General Public License v3 or later (LGPLv3+)
DoxyCast ======== .. image:: https://img.shields.io/badge/license-GPLv3-informational :alt: License GPLv3 DoxyCast is a documentation generator that helps you to generate beautiful documentations from the comments you have written in your source code. DoxyCast reads the XML output from Doxygen and generates reStructuredText sources, which are parsed by Sphinx to generate the documentations. Installation ------------ To install DoxyCast, execute the following command:: pip install doxycast Getting Started --------------- Before getting started, make sure you have Doxygen and Sphinx installed. Then add the following to your ``conf.py``:: doxycast_config = { "projects": { "xml_dir": "path/to/xml", "output_dir": "path/to/output", "execute_doxygen": True, "doxycast_config": "INPUT = path/to/sources\n" # Other Doxygen options # "writer": your_custom_writer # Optional, default ``doxycast.writers.default`` } } Note: if you are using the default writer (not using any custom writer), you also need to install Breathe.


نیازمندی

مقدار نام
- sphinx
- breathe


نحوه نصب


نصب پکیج whl doxycast-2.0.0:

    pip install doxycast-2.0.0.whl


نصب پکیج tar.gz doxycast-2.0.0:

    pip install doxycast-2.0.0.tar.gz