Feed aggregator
Tweak some spelling and add some links
Commit by kardoon :: r1143 /PolyVox/trunk/documentation/index.rst: (link) Tweak some spelling and add some links
Categories: Commits
Update doxylink to ignore links to nodes it can't find.
Commit by kardoon :: r1142 /PolyVox/trunk/documentation/_extensions/sphinxcontrib/doxylink.py: (link) Update doxylink to ignore links to nodes it can't find.
Categories: Commits
Make the tests only link against QtTest (i.e. not QtGui) so that they can be run...
Commit by kardoon :: r1141 /PolyVox/trunk/tests/CMakeLists.txt: (link) Make the tests only link against QtTest (i.e. not QtGui) so that they can be run outside of X11.
Categories: Commits
Make `manual` depend on `doc`. Tweak some Sphinx/CMake stuff.
Commit by kardoon :: r1140 /PolyVox/trunk/documentation/ (CMakeLists.txt conf.in.py index.rst): (link) Make `manual` depend on `doc`.
Tweak some Sphinx/CMake stuff.
Tweak some Sphinx/CMake stuff.
Categories: Commits
Use the simper :doc: role over the :ref: role.
Commit by kardoon :: r1139 /PolyVox/trunk/documentation/ (index.rst install.rst): (link) Use the simper :doc: role over the :ref: role.
Categories: Commits
Add some examples of using the doxylink extension. Add a...
Commit by kardoon :: r1138 /PolyVox/trunk/documentation/ (index.rst install.rst): (link) Add some examples of using the doxylink extension.
Add a documentation/install.rst which pulls in the content of INSTALL.txt
Add a documentation/install.rst which pulls in the content of INSTALL.txt
Categories: Commits
Minor tweaks to the INSTALL.txt
Commit by kardoon :: r1137 /PolyVox/trunk/INSTALL.txt: (link) Minor tweaks to the INSTALL.txt
Categories: Commits
Remove extraneous "
Commit by kardoon :: r1136 /PolyVox/trunk/documentation/CMakeLists.txt: (link) Remove extraneous "
Categories: Commits
Initial commit of doxylink extension. Doxylink is a Sphinx extension to allow...
Commit by milliams :: 65308312f004 r146 / (7 files in 3 dirs): (link) Initial commit of doxylink extension.
Doxylink is a Sphinx extension to allow linking to Doxygen generated HTML documentation from within Sphinx by parsing the Doxygen tag file.
Doxylink is a Sphinx extension to allow linking to Doxygen generated HTML documentation from within Sphinx by parsing the Doxygen tag file.
Categories: Commits
Add information about building the manual to the INSTALL.txt
Commit by kardoon :: r1135 /PolyVox/trunk/ (3 files in 2 dirs): (link) Add information about building the manual to the INSTALL.txt
Categories: Commits
Add a CMakeLists.txt which provides the 'manual' target for building the Sphinx...
Commit by kardoon :: r1134 /PolyVox/trunk/ (11 files in 4 dirs): (link) Add a CMakeLists.txt which provides the 'manual' target for building the Sphinx documentation. This may require you to set the SPHINXBUILD_EXECUTABLE CMake variable to the sphinx-build executable
Change the file extension to 'rst' rather than 'txt' to avoid clashes with CMakeLists.txt and to help syntax highlighting.
Add the doxylink Sphinx extension from sphinx-contrib to provide Doxygen links.
Change the file extension to 'rst' rather than 'txt' to avoid clashes with CMakeLists.txt and to help syntax highlighting.
Add the doxylink Sphinx extension from sphinx-contrib to provide Doxygen links.
Categories: Commits
Add and cleanup some of the API documentation.
Commit by kardoon :: r1126 /PolyVox/trunk/library/ (8 files in 2 dirs): (link) Add and cleanup some of the API documentation.
Categories: Commits
...and update the docs to match.
Commit by kardoon :: r1124 /PolyVox/trunk/INSTALL.txt: (link) ...and update the docs to match.
Categories: Commits
Put the Qt Help stuff in a different folder under the build directory.
Commit by kardoon :: r1123 /PolyVox/trunk/library/ (CMakeLists.txt polyvox.qhcp.in): (link) Put the Qt Help stuff in a different folder under the build directory.
Categories: Commits
Make installing the docs OPTIONAL so that there's no error if the user runs...
Commit by kardoon :: r1122 /PolyVox/trunk/library/CMakeLists.txt: (link) Make installing the docs OPTIONAL so that there's no error if the user runs 'make install' without having run 'make doc'.
Categories: Commits
Place the Doxygen API docs into the 'api' virtual Qt Help directory.
Commit by kardoon :: r1121 /PolyVox/trunk/library/ (Doxyfile.in polyvox.qhcp.in): (link) Place the Doxygen API docs into the 'api' virtual Qt Help directory.
Categories: Commits
More cleaning up of the Qt 'dependency'. Qt is now used by the tests, the OpenGL...
Commit by kardoon :: r1120 /PolyVox/trunk/ (3 files in 3 dirs): (link) More cleaning up of the Qt 'dependency'. Qt is now used by the tests, the OpenGL example and the documentation. These are of course all optional components.
Categories: Commits
Fix up the docs to reflect the latest changes.
Commit by kardoon :: r1119 /PolyVox/trunk/ (3 files in 2 dirs): (link) Fix up the docs to reflect the latest changes.
Categories: Commits
Make qcollectiongenerator even more optional. If both Doxygen and...
Commit by kardoon :: r1118 /PolyVox/trunk/library/CMakeLists.txt: (link) Make qcollectiongenerator even more optional. If both Doxygen and qcollectiongenerator are found then the HTML docs will be created and bundled into a Qt Help Collection. However, if qcollectiongenerator is not found, the HTML docs will still be created.
Categories: Commits
Move the find_package(Qt4...) bit into the root CMakeLists.txt file since it is...
Commit by kardoon :: r1117 /PolyVox/trunk/ (CMakeLists.txt tests/CMakeLists.txt): (link) Move the find_package(Qt4...) bit into the root CMakeLists.txt file since it is used by both the tests and library subdirectories.
Categories: Commits
