Merge branch 'fix-doc' into 'stable-1.5'
doc: misc improvements See merge request etherlab.org/ethercat!8
This commit is contained in:
commit
da6f728ef9
|
|
@ -55,6 +55,8 @@ pdf: $(EXT_FILES)
|
|||
$(MAKE) -C images
|
||||
$(MAKE) -C graphs
|
||||
pdflatex $(LATEX_OPTIONS) $(FILE)
|
||||
# compile twice to update the table of contents
|
||||
pdflatex $(LATEX_OPTIONS) $(FILE)
|
||||
|
||||
index:
|
||||
makeindex $(FILE)
|
||||
|
|
|
|||
|
|
@ -2903,7 +2903,7 @@ are rare, there are a few aspects that can (and should be) dealt with.
|
|||
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
\subsection{Application Interface Profiling}
|
||||
\section{Application Interface Profiling}
|
||||
\label{sec:timing-profile}
|
||||
\index{Profiling}
|
||||
% FIXME
|
||||
|
|
@ -2985,7 +2985,7 @@ in \autoref{sec:timing-bus}.
|
|||
|
||||
%------------------------------------------------------------------------------
|
||||
|
||||
\subsection{Bus Cycle Measuring}
|
||||
\section{Bus Cycle Measuring}
|
||||
\label{sec:timing-bus}
|
||||
\index{Bus cycle}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue