Use console syntax highlighting for application output Change-Id: I75c5a4bef55416e456528fde5485264c8c7545aa
diff --git a/docs/source/solving_faqs.rst b/docs/source/solving_faqs.rst index 2001bcf..a021cbb 100644 --- a/docs/source/solving_faqs.rst +++ b/docs/source/solving_faqs.rst
@@ -61,7 +61,7 @@ the first place to start is by looking at the output of ``Solver::Summary::FullReport``. Here is an example - .. code-block:: bash + .. code-block:: console ./bin/bundle_adjuster --input ../data/problem-16-22106-pre.txt @@ -117,7 +117,7 @@ Let us focus on run-time performance. The relevant lines to look at are - .. code-block:: bash + .. code-block:: console Time (in seconds): Preprocessor 0.283 @@ -138,7 +138,7 @@ The preprocessing seems particularly expensive. Looking back at the report, we observe - .. code-block:: bash + .. code-block:: console Linear solver ordering AUTOMATIC 22106, 16 @@ -148,7 +148,7 @@ done by passing the flag ``-ordering=user``. Doing so and looking at the timing block of the full report gives us - .. code-block:: bash + .. code-block:: console Time (in seconds): Preprocessor 0.051