Files
sysadm/docs/client_handbook/_static/trueos_style
Mrt134 cf4a485382 Style and arrow patch update + general review of API and Server handbooks.
- Updated trueos_style to current.
- Updated menuselection arrow replacement patch to current.
- Reviewed API reference guide:
  - Reviewed for :guilabel: additions.
  - Added missing trademark symbols.
- Update Server handbook:
  - Added missing trademaks.
  - Replaced outdated link.
  - Updated admonition boxes.
  - Added :guilabel: role where necessary.
  - Add more descriptive text of SysAdm and the goals of the project.
  - Updated code-boxes.
2016-08-24 13:13:57 -04:00
..
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00
2016-08-18 12:02:33 -04:00

#TrueOS Style

###Creating a new theme for iX docs.

Instructions for using trueos_style:

  • Edit the Sphinx project's conf.py file:

  • Change this value to trueos_style prior to generating docs:

  html_theme = 'trueos_style'
  • No additional html_options yet.

  • Be sure Sphinx knows the path to the custom theme:

  html_theme_path = ['themes']

#trueos_style is intended to be used in many iX stystems sphinx generated handbooks, with small style changes here and there.