Documentation for NetXMS project https://doc.ct129.com/netxms/admin/
Find a file
Alex Kirhenshtein 1278ccf06c
favicon unified
2023-05-31 12:50:44 +03:00
_lib Migrated to Python3 2018-12-28 15:49:00 +02:00
admin favicon unified 2023-05-31 12:50:44 +03:00
concept favicon unified 2023-05-31 12:50:44 +03:00
developer favicon unified 2023-05-31 12:50:44 +03:00
manpages Migrated to Python3 2018-12-28 15:49:00 +02:00
rtd-meta Migrated to Python3 2018-12-28 15:49:00 +02:00
user favicon unified 2023-05-31 12:50:44 +03:00
.gitignore Sphinx updated 2020-11-06 12:08:45 +02:00
appendix.rst Updated server configuration parameters for capability expiration. 2020-06-22 17:43:17 +03:00
conf.py favicon unified 2023-05-31 12:50:44 +03:00
favicon.ico favicon unified 2023-05-31 12:50:44 +03:00
LICENSE License changed to CC-BY-SA 2015-02-18 20:41:38 +02:00
Makefile Added user guide to documentaision 2017-11-23 20:13:25 +02:00
README.md tex-gyre added to list of required packages 2021-12-09 22:28:35 +02:00
requirements.txt Sphinx updated 2023-05-31 12:50:43 +03:00

Documentation project for NetXMS

Components:

  • concept/ - System concept, architecture, and terminology.
  • admin/ - In-depth administrator guide.
  • developer/ - Describes development process and possible ways of extending NetXMS.
  • manpages/ - UNIX man pages.

Notes

Local setup

  • mkvirtualenv sphinx
  • workon sphinx
  • pip install -r requirements.txt

Ubuntu/Mint

  • apt install python3-pip python3-virtualenv latexmk texlive-latex-extra git
  • git clone https://github.com/netxms/netxms-doc
  • cd netxms-doc
  • python3 -m virtualenv .
  • . bin/activate # activate virtualenv
  • pip install -r requirements.txt

macOS specific

  • brew cask install basictex
  • sudo tlmgr update --self
  • sudo tlmgr install latexmk fncychap titlesec tabulary varwidth framed wrapfig capt-of needspace helvetic courier letltxmacro tex-gyre

Automatic rebuild and reload

  • cd admin && sphinx-autobuild . _build_html

Building translated version:

  • make gettext
  • sphinx-intl update -p _build/locale -l ru
  • sphinx-intl build
  • make -e SPHINXOPTS="-D language=ru" html

Useful links

http://sphinx-doc.org/markup/para.html http://sphinx-doc.org/markup/inline.html http://sphinx-doc.org/markup/