Update documentation

This commit is contained in:
Maxime Schmitt
2022-10-23 12:10:41 +02:00
parent b35793482a
commit 4651bc8806
3 changed files with 3 additions and 39 deletions

View File

@@ -116,39 +116,3 @@ if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
endif()
include(CTest)
add_subdirectory(tests)
#///////////////////////////////////////////////////////////////////#
# PACKAGING #
#///////////////////////////////////////////////////////////////////#
#set(CPACK_PACKAGE_NAME "nvtop")
#set(CPACK_PACKAGE_VENDOR "Maxime Schmitt")
#set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "NVIDIA GPU monitoring tool")
#set(CPACK_PACKAGE_DESCRIPTION
#"Nvtop is a htop-like monitoring tool for NVIDIA GPUs. It can print GPUs information such as GPU and memory usage, temperature and active processes.")
#set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/README.markdown")
#set(CPACK_PACKAGE_EXECUTABLES "nvtop")
#set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})
#set(CPACK_PACKAGE_VERSION_MINOR ${PROJECT_VERSION_MINOR})
#set(CPACK_PACKAGE_VERSION_PATCH ${PROJECT_VERSION_PATCH})
#set(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "x86-64")
#set(CPACK_DEBIAN_PACKAGE_DEPENDS "")
#set(CPACK_DEBIAN_PACKAGE_MAINTAINER "Maxime Schmitt <maxime.schmitt@gmail.com>")
#set(CPACK_DEBIAN_PACKAGE_SECTION "Utilities")
#set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
#set(CPACK_RPM_PACKAGE_ARCHITECTURE "amd64")
#set(CPACK_RPM_PACKAGE_RELEASE 1)
#set(CPACK_RPM_PACKAGE_LICENSE "GPL3+")
#set(CPACK_RPM_PACKAGE_REQUIRES "")
#set(CPACK_GENERATOR "TGZ;TBZ2")
#list(APPEND CPACK_GENERATOR "DEB") # .deb package build
#list(APPEND CPACK_GENERATOR "RPM") # .rpm package build
#set(CPACK_SOURCE_GENERATOR "TGZ;TBZ2;ZIP")
#set(CPACK_SOURCE_IGNORE_FILES
#.git*
#/.*build.*
#)
#include(CPack)

View File

@@ -3,14 +3,14 @@
<id>io.github.syllo.nvtop</id>
<name>nvtop</name>
<summary>AMD and NVIDIA GPU process monitoring</summary>
<summary>GPU process monitor for AMD, Intel and NVIDIA</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>Maxime Schmitt</developer_name>
<description>
<p>Nvtop stands for Neat Videocard TOP, a (h)top like task monitor for AMD and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way.</p>
<p>Nvtop stands for Neat Videocard TOP, a (h)top like task monitor for AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way.</p>
</description>
<launchable type="desktop-id">nvtop.desktop</launchable>

View File

@@ -12,7 +12,7 @@ nvtop \- interactive GPU process viewer
\fR[\fB\-d\fR \fIdelay\fR]
.SH DESCRIPTION
nvtop is a ncurses\-based GPU status viewer for AMD and NVIDIA GPUs.
nvtop is a ncurses\-based GPU status viewer for AMD, Intel and NVIDIA GPUs.
.SH COMMAND\-LINE OPTIONS
.TP