Skip to content

Commit

Permalink
Style changes on Troubleshooting and Index pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercedes Puzio committed May 22, 2016
1 parent cd4c2bd commit 9721c0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Table of Contents
*****************

.. toctree::
:maxdepth: 5
:maxdepth: 3

compilation
installation
Expand Down
20 changes: 10 additions & 10 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ General
*******

No components are listed after a reinstallation with a folder location change
-----------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If Caneda was reinstalled to another folder location, when opened, it show few components available, or none at all.

Expand All @@ -26,7 +26,7 @@ Compilation
***********

bash: cmake: command not found
------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

Expand All @@ -52,8 +52,8 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

CMake Error at CMakeLists.txt:3 (PROJECT): No CMAKE_CXX_COMPILER could be found.
--------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

.. code-block:: none
Expand Down Expand Up @@ -93,7 +93,7 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

CMake Error at CMakeLists.txt:14 (FIND_PACKAGE): By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH...
----------------------------------------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

Expand Down Expand Up @@ -141,7 +141,7 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

Make Error at CMakeLists.txt:15 (FIND_PACKAGE): By not providing "FindQt5Svg.cmake" in CMAKE_MODULE_PATH...
-----------------------------------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

Expand Down Expand Up @@ -183,7 +183,7 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

Make Error at CMakeLists.txt:17 (FIND_PACKAGE): By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH...
---------------------------------------------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

Expand Down Expand Up @@ -224,7 +224,7 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools/Qt5LinguistToolsConfig.cmake:22 (message)...
------------------------------------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

Expand Down Expand Up @@ -263,7 +263,7 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message)...
------------------------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``cmake ../`` to install Caneda, the following error occurs:

Expand Down Expand Up @@ -300,7 +300,7 @@ It is also recommended to install the optional package ``ngspice`` (simulation e
To install a package from the *non-free* Debian repository, first edit **/etc/apt/sources.list**, add the keyword **non-free** at the end of the distribution description (e.g. ``deb http://ftp.us.debian.org/debian/ stable main non-free``) and then execute ``aptitude update`` as root. Finally, execute ``aptitude install <package>``.

caneda: error while loading shared libraries: libqwt.so.6: cannot open shared object file: No such file or directory
--------------------------------------------------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

After executing ``caneda`` from a terminal emulator, the following error is displayed:

Expand Down

0 comments on commit 9721c0f

Please sign in to comment.