Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix documentation #23

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/mike_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Build docs and push with mike
run: |
mike deploy --push --update-aliases master
version=$(pip show pytere | grep Version | cut -d ' ' -f 2)
version=$(pip show discord-interactive | grep Version | cut -d ' ' -f 2)
mike retitle --push master $version
2 changes: 1 addition & 1 deletion .github/workflows/mike_stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.email docs@dummy.bot.com
- name: Build docs and push with mike
run: |
version=$(pip show pytere | grep Version | cut -d ' ' -f 2)
version=$(pip show discord-interactive | grep Version | cut -d ' ' -f 2)
bversion=$(echo $version | cut -d '.' -f 1,2)
mike deploy --push --update-aliases $bversion latest
mike retitle --push latest $version
Expand Down
13 changes: 7 additions & 6 deletions docs/code_ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,29 @@
## Exposed classes

::: discord_interactive.help
rendering:
options:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

::: discord_interactive.page
selection:
options:
filters: ["!PageType"]
rendering:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

## Private classes

::: discord_interactive.page
selection:
options:
filters: ["PageType"]
rendering:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3

::: discord_interactive.link
rendering:
options:
show_root_heading: False
show_root_toc_entry: False
heading_level: 3