Skip to content

Commit

Permalink
Stack: deprecations + create USTL dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bleudev committed Jul 2, 2024
1 parent 4cca76c commit b32324d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/uSTL/stack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Stack[VT]

tags:
- uSTL
---

# class Stack[VT]
8 changes: 6 additions & 2 deletions docs/useful_classes/ustack.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
title: UStack
title: UStack[VT] (deprecated)

tags:
- useful class
---

# `UStack` class
{--
# class UStack[VT]
--}

UStack is deprecated in 0.2 and will be deleted in 0.5. Use [`ustl.Stack`](../uSTL/stack.md) class instead.
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ theme:
typec: material/code-braces
info: octicons/info-16
useful: simple/python
ustl: material/language-cpp
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand All @@ -45,6 +46,7 @@ extra:
information: info
useful class: useful
useful feature: useful
uSTL: ustl
version:
provider: mike

Expand All @@ -62,6 +64,7 @@ markdown_extensions:
line_spans: __span
use_pygments: true
pygments_lang_class: true
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
Expand Down

0 comments on commit b32324d

Please sign in to comment.