Skip to content

Commit

Permalink
Remove incomplete documentation topics (#681)
Browse files Browse the repository at this point in the history
Three incomplete documentation topics, namely "Datetime Columns", "Special column types", and "String Columns", have been removed from the StardustDocs. These deletions have been reflected in the documentation tree and the sitemap in order to keep everything updated and avoid confusion for users.
  • Loading branch information
zaleslaw authored Apr 29, 2024
1 parent ae1692d commit 4446e22
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 30 deletions.
4 changes: 0 additions & 4 deletions docs/StardustDocs/d.tree
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,6 @@
<toc-element topic="columnOperations.md">
<toc-element topic="columnArithmetics.md" toc-title="Arithmetics"/>
<toc-element topic="columnStatistics.md" toc-title="Statistics"/>
<toc-element topic="specialColumnTypes.md">
<toc-element topic="stringColumns.md" toc-title="String"/>
<toc-element topic="datetimeColumns.md" toc-title="DateTime"/>
</toc-element>
</toc-element>
<toc-element topic="ColumnSelectors.md"/>
<toc-element topic="collectionsInterop.md">
Expand Down
17 changes: 0 additions & 17 deletions docs/StardustDocs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,6 @@
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.41</priority>
</url>
<url>
<loc>https://kotlin.github.io/dataframe/datetimecolumns.html</loc>
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.41</priority>
</url>
<url>
<loc>https://kotlin.github.io/dataframe/moverename.html</loc>
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
Expand Down Expand Up @@ -692,11 +687,6 @@
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.41</priority>
</url>
<url>
<loc>https://kotlin.github.io/dataframe/stringcolumns.html</loc>
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.33</priority>
</url>
<url>
<loc>https://kotlin.github.io/dataframe/maxby.html</loc>
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
Expand All @@ -712,16 +702,9 @@
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.33</priority>
</url>
<url>
<loc>https://kotlin.github.io/dataframe/specialcolumntypes.html</loc>
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.26</priority>
</url>
<url>
<loc>https://kotlin.github.io/dataframe/columnstatistics.html</loc>
<lastmod>2023-06-26T12:33:14+00:00</lastmod>
<priority>0.26</priority>
</url>


</urlset>
3 changes: 0 additions & 3 deletions docs/StardustDocs/topics/datetimeColumns.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/StardustDocs/topics/specialColumnTypes.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/StardustDocs/topics/stringColumns.md

This file was deleted.

0 comments on commit 4446e22

Please sign in to comment.