mirror of https://github.com/CGAL/cgal
Avoid links to a reference manual page in the package overview. It would probably even be better to avoid \ccc{} at all and only use textual description.
This commit is contained in:
parent
82b470bad1
commit
dd7a8c9e48
|
|
@ -2,10 +2,10 @@
|
||||||
\begin{ccPkgDescription}{Polynomial \label{Pkg:Polynomial}}
|
\begin{ccPkgDescription}{Polynomial \label{Pkg:Polynomial}}
|
||||||
\ccPkgHowToCiteCgal{cgal:h-p-11}
|
\ccPkgHowToCiteCgal{cgal:h-p-11}
|
||||||
\ccPkgSummary{
|
\ccPkgSummary{
|
||||||
This package introduces a concept \ccc{Polynomial_d}, a concept for multivariate
|
This package introduces a concept \ccc{\ccHtmlNoLinksFrom{Polynomial_d}}, a concept for multivariate
|
||||||
polynomials in $d$ variables. Though the concept is written for an arbitrary
|
polynomials in $d$ variables. Though the concept is written for an arbitrary
|
||||||
number of variables, the number of variables is considered as fixed for a
|
number of variables, the number of variables is considered as fixed for a
|
||||||
particular model of \ccc{Polynomial_d}. The concept covers univariate
|
particular model of \ccc{\ccHtmlNoLinksFrom{Polynomial_d}}. The concept covers univariate
|
||||||
polynomials as well.}
|
polynomials as well.}
|
||||||
|
|
||||||
%\ccPkgDependsOn{}
|
%\ccPkgDependsOn{}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue