Changes between Version 3 and Version 4 of pjsip-doc/breathe
- Timestamp:
- Feb 26, 2014 11:46:32 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pjsip-doc/breathe
v3 v4 7 7 ------------ 8 8 9 1. Sphinx: http://sphinx-doc.org. I installed with PyPI:: 10 11 $ sudo pip install sphinx 12 2. Breathe: http://michaeljones.github.io/breathe/index.html. I installed with PyPI:: 13 9 This documentation is created with `Sphinx <http://sphinx-doc.org>`_ and `Breathe <http://michaeljones.github.io/breathe/index.html>`_. Here are the required tools: 10 11 1. Doxygen is required. `Install <http://www.stack.nl/~dimitri/doxygen/download.html#srcbin>`_ it for your platform. 12 13 2. On Ubuntu, the easiest way to install all the tools is with `Python Package Index (PyPI) <http://pypi.python.org>`_. Just run this and it will install Sphinx, Breathe, and all the required tools if they are not installed:: 14 14 15 $ sudo pip install breathe 15 16 3. Doxygen. I installed from Ubuntu package. 17 4. Some say Pygments are needed for syntax coloring. I didn't remember installing it, maybe it was preinstalled, and I have no problem 18 with syntax coloring (see demo below). 16 17 3. Otherwise consult Sphinx and Breathe sites for installation instructions and you may need to install these manually: 18 19 - docutils 20 - Pygments 21 - `Sphinx <http://sphinx-doc.org>`_ 22 - `Breathe <http://michaeljones.github.io/breathe/index.html>`_ 19 23 20 24