doc: fix problems in pxar manual page
- Avoid doubled title (Description/Description) - Avoid error with sphinx :ref: role
This commit is contained in:
parent
ced7838de4
commit
3231c35fb8
|
@ -1,6 +1,3 @@
|
||||||
Description
|
|
||||||
^^^^^^^^^^^
|
|
||||||
|
|
||||||
``pxar`` is a command line utility to create and manipulate archives in the
|
``pxar`` is a command line utility to create and manipulate archives in the
|
||||||
:ref:`pxar-format`.
|
:ref:`pxar-format`.
|
||||||
It is inspired by `casync file archive format
|
It is inspired by `casync file archive format
|
||||||
|
|
|
@ -4,6 +4,9 @@ pxar
|
||||||
|
|
||||||
.. include:: ../epilog.rst
|
.. include:: ../epilog.rst
|
||||||
|
|
||||||
|
.. Avoid errors with sphinx ref role
|
||||||
|
.. role:: ref(emphasis)
|
||||||
|
|
||||||
-------------------------------------------------------------
|
-------------------------------------------------------------
|
||||||
Proxmox File Archive Command Line Tool
|
Proxmox File Archive Command Line Tool
|
||||||
-------------------------------------------------------------
|
-------------------------------------------------------------
|
||||||
|
@ -25,4 +28,3 @@ Description
|
||||||
|
|
||||||
|
|
||||||
.. include:: ../pbs-copyright.rst
|
.. include:: ../pbs-copyright.rst
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue