Skip to content

Commit

Permalink
current status
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 24, 2018
1 parent 209f8b4 commit e6c2b04
Show file tree
Hide file tree
Showing 9 changed files with 830 additions and 1,405 deletions.
2 changes: 1 addition & 1 deletion docs/manuals/en/main/dirdconf.tex
Expand Up @@ -396,7 +396,7 @@ \section{Storage Resource}
Storage {
Name = DLTDrive
Address = lpmatou
Password = storage_password # password for Storage daemon
Password = storage\_password # password for Storage daemon
Device = "HP DLT 80" # same as Device in Storage daemon
Media Type = DLT8000 # same as MediaType in Storage daemon
}
Expand Down
2 changes: 1 addition & 1 deletion docs/manuals/en/main/storedconf.tex
Expand Up @@ -98,7 +98,7 @@ \section{Director Resource}
\begin{bconfig}{Storage daemon Director definition}
Director {
Name = MainDirector
Password = my_secret_password
Password = my\_secret\_password
}
\end{bconfig}

Expand Down
6 changes: 2 additions & 4 deletions docs/manuals/en/new_main_reference/replace.sh
Expand Up @@ -138,13 +138,11 @@ sed -i -E 's|:raw-latex:`\\index\[sd\]\{(.*)\}`|.. index:: SD; \1 |g' *.rst
#sed -i -E 's|:raw-latex:`\\label\{(.*)\}`|.. _\1: \1|g' *.rst
sed -i -E 's|:raw-latex:`\\label\{(.*)\}`|\n\n.. _`\1`: \1|g' *.rst

#sed -i -E 's|:raw-latex:`\\nameref\{(.*)\}`|:ref:`\1`|g' *.rst
sed -i -E 's|:raw-latex:`\\nameref\{(.*)\}`|:ref:`\1`|g' *.rst
perl -i -pe 's|:raw-latex:`\\nameref\{(.*?)\}`|:ref:`\1`|g' *.rst

sed -i -E 's|:raw-latex:`\\elink\{(.*)\}\{(.*)\}`|`\1 <\2>`_|g' *.rst

sed -i -E 's|:raw-latex:`\\ilink\{(.*)\}\{(.*)\}`|:ref:`\2 \1`|g' *.rst
#sed -i -E 's|:raw-latex:`\\ilink\{(.*)\}\{(.*)\}`|:ref:`\1`|g' *.rst
perl -i -pe 's|:raw-latex:`\\ilink\{(.*?)\}\{(.*?)\}`|:ref:`\2 \1`|g' *.rst

#
# Warnings
Expand Down

0 comments on commit e6c2b04

Please sign in to comment.