Skip to content

Commit

Permalink
Minor changes ot docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Aug 7, 2024
1 parent 0506eb4 commit e81370a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ <H2 ID="6"><font color="blue">Memory Alignment <font size="+4">&#10052;</font></

<H2 ID="7"><font color="blue">Numeric Generators <font size="+4">&#127922;</font></font></H2>
<P>
Random generators, and a few other numeric generators, were added as a series of convenient stand-alone functions to generate random numbers (it covers all C++ standard distributions). You can seamlessly use these routines to generate random DataFrame columns. The result vectors are space-optimized and and you can choose different memory alignments.<BR>
Random generators, and a few other numeric generators, were added as a series of convenient stand-alone functions to generate random numbers (it covers all C++ standard distributions). You can seamlessly use these routines to generate random DataFrame columns. The result vectors are space-optimized and you can choose different memory alignments.<BR>
See this document and file <I>RandGen.h</I> and <I>dataframe_tester.cc.</I>
For the definition and defaults of <I>RandGenParams</I>, see this document and file <I>DataFrameTypes.h</I>
</P>
Expand Down Expand Up @@ -1678,7 +1678,7 @@ <H2 ID="9"><font color="blue">Build Instructions <font size="+4">&#x1F6E0;</font
<span class="line_wrapper"> make uninstall</span></pre>

<font size="+1"><B>Using Package Managers:</B></font><BR>
DataFrame is available on <a href="https://conan.io/center/recipes/dataframe"<I>Conan</I></a> platform. See the <a href="https://docs.conan.io/en/latest/"<I>Conan docs</I></a> for more information.<BR>
DataFrame is available on <a href="https://conan.io/center/recipes/dataframe"<I>Conan</I></a> platform. See the <a href="https://docs.conan.io/2/"<I>Conan docs</I></a> for more information.<BR>
DataFrame is also available on <a href="https://vcpkg.link/ports/dataframe"<I>VCPKG</I></a> platform. See <a href="https://learn.microsoft.com/en-us/vcpkg/"<I>VCPKG docs</i></a> for more information<BR>
</P>

Expand Down

0 comments on commit e81370a

Please sign in to comment.