Skip to content

Resolving conflicts for prod push #617 #619

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 6, 2025
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
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ site/.gitignore
# Rendered docs site
site/_site/
site/_freeze/
site/notebooks/tutorials/my_tests/
site/notebooks/tutorials/my_tests/

# release-scripts run cache
release-scripts/__pycache__
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ make get-source

After you pull in the changes, commit them to this repo as part of the release notes process.

<!-- September 16, 2024: Need to mention rendered Python `.html` docs and generated `.md` test descriptions -->
**Want to author new code samples?** Refer to our [Jupyter Notebook template Quickstart](https://github.com/validmind/validmind-library/tree/main/notebooks/templates)!

<!-- Testing conditional changes on site/notebooks/ -->
<!-- September 16, 2024: Need to mention rendered Python `.html` docs and generated `.md` test descriptions -->

## Build and serve the site with Docker

Expand Down
20 changes: 20 additions & 0 deletions internal/templates/yearly-releases.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
# TITLE-MARKER
title: "0000 Releases"
date: last-modified
# REMOVE THIS `FALSE` FLAG AFTER YEARLY RELEASES HAVE ALL BEEN GATHERED ONTO THIS LANDING
search: false
listing:
# LISTING-MARKER
- id: 0000-releases
type: grid
max-description-length: 250
sort: false
fields: [title, description]
contents:
# RELEASE-FILES-MARKER
---

<!-- EMBED-MARKER -->
:::{#0000-releases}
:::
Binary file not shown.
Loading
Loading