-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request updates the documentation for the `UDict` class, introduces the new `uSTL` package with initial documentation for the `Stack` class, and deprecates the `UStack` class. It also enhances the MkDocs theme configuration and simplifies the CI workflow for documentation deployment. - **New Features**: - Introduced `uSTL` package with initial documentation for `Stack` class. - **Enhancements**: - Updated `UDict` documentation to improve clarity and consistency, including better formatting and additional examples. - Added a logo to the MkDocs theme configuration. - Enhanced MkDocs theme with new features like content code annotation and updated navigation settings. - **CI**: - Simplified the GitHub Actions workflow for deploying MkDocs by removing specific branch restrictions. - **Documentation**: - Deprecated `UStack` class in favor of `uSTL.Stack` and updated its documentation accordingly. - Updated the main index documentation to reflect the new structure and features, including the `uSTL` package and its components.
- Loading branch information
Showing
10 changed files
with
357 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Introduction | ||
|
||
{-- | ||
`uSTL` package is ... | ||
--} | ||
|
||
Under development! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: Stack[VT] | ||
|
||
tags: | ||
- uSTL | ||
--- | ||
|
||
# class Stack[VT] |
Oops, something went wrong.