Skip to content

Commit

Permalink
docs: Fix the layout in multiple .rst files for the PDF output
Browse files Browse the repository at this point in the history
Fixes formatting issues in the following categories:
 - Device Management
 - Image Manager
  • Loading branch information
wpiet authored and sjanc committed Sep 26, 2024
1 parent cb10a2f commit f4a8906
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 454 deletions.
319 changes: 17 additions & 302 deletions docs/os/modules/devmgmt/customize_newtmgr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,309 +13,24 @@ command.

The system level management groups are listed in following table:

.. raw:: html
+--------------------------+---------------------------------------------------------+-----------------------+
| Management Group | newtmgr Commands | Package |
+==========================+=========================================================+=======================+
| MGMT\_GROUP\_ID\_DEFAULT | ``echo`` ``taskstat`` ``mpstat`` ``datetime`` ``reset`` | mgmt/newtmgr/nmgr\_os |
+--------------------------+---------------------------------------------------------+-----------------------+
| MGMT\_GROUP\_ID\_IMAGE | ``image`` | mgmt/imgmgr |
+--------------------------+---------------------------------------------------------+-----------------------+
| MGMT\_GROUP\_ID\_STATS | ``stat`` | sys/stats |
+--------------------------+---------------------------------------------------------+-----------------------+
| MGMT\_GROUP\_ID\_CONFIG | ``config`` | sys/config |
+--------------------------+---------------------------------------------------------+-----------------------+
| MGMT\_GROUP\_ID\_LOGS | ``log`` | sys/log |
+--------------------------+---------------------------------------------------------+-----------------------+
| MGMT\_GROUP\_ID\_CRASH | ``crash`` | test/crash\_test |
+--------------------------+---------------------------------------------------------+-----------------------+
| MGMT\_GROUP\_ID\_RUNTEST | ``run`` | test/runtest |
+--------------------------+---------------------------------------------------------+-----------------------+

<table style="width:90%" align="center">

.. raw:: html

<td>

Management Group

.. raw:: html

</td>

.. raw:: html

<td>

newtmgr Commands

.. raw:: html

</td>

.. raw:: html

<td>

Package

.. raw:: html

</td>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_DEFAULT

.. raw:: html

</td>

.. raw:: html

<td>

``echo`` ``taskstat`` ``mpstat`` ``datetime`` ``reset``

.. raw:: html

</td>

.. raw:: html

<td>

mgmt/newtmgr/nmgr\_os

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_IMAGE

.. raw:: html

</td>

.. raw:: html

<td>

``image``

.. raw:: html

</td>

.. raw:: html

<td>

mgmt/imgmgr

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_STATS

.. raw:: html

</td>

.. raw:: html

<td>

``stat``

.. raw:: html

</td>

.. raw:: html

<td>

sys/stats

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_CONFIG

.. raw:: html

</td>

.. raw:: html

<td>

``config``

.. raw:: html

</td>

.. raw:: html

<td>

sys/config

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_LOGS

.. raw:: html

</td>

.. raw:: html

<td>

``log``

.. raw:: html

</td>

.. raw:: html

<td>

sys/log

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_CRASH

.. raw:: html

</td>

.. raw:: html

<td>

``crash``

.. raw:: html

</td>

.. raw:: html

<td>

test/crash\_test

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

<tr>

.. raw:: html

<td>

MGMT\_GROUP\_ID\_RUNTEST

.. raw:: html

</td>

.. raw:: html

<td>

``run``

.. raw:: html

</td>

.. raw:: html

<td>

test/runtest

.. raw:: html

</td>

.. raw:: html

</tr>

.. raw:: html

</table>

Both newtmgr and ocimgr process the MGMT\_GROUP\_ID\_DEFAULT commands by
default. You can also use mgmt to add user defined management group
Expand Down
Loading

0 comments on commit f4a8906

Please sign in to comment.