-
Notifications
You must be signed in to change notification settings - Fork 25
refactor: v3 (GH-158, GH-61) mkdocs-tacc theme, netlify deploys #246
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
Conversation
This file contains hidden or 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
* docs: upgrade user/dev instructions * conf: upgrade * refactor: move docs to root * docs: explain the dir with empty `__init__.py` To allow PIP and Python to use the same reference for dependencies: 1. For PIP, make package an app (have `our_project_name/__init__.py`). 2. For Poetry, to be explicit, add `package-mode = true`. This has been done on other clients and template client repo. * deps: mkdocs-tacc v1 * conf: deploy this branch to pprd * fix: outdated paths * fix: describe user guide, not mkdocs-tacc-client * fix: outdated paths CONT. * refactor: move docs again, part 1 (config) * refactor: move docs again, part 2 (move) * refactor: move docs again, part 3 (old image text) * refactor: move docs again, part 4 (no ds-docs)
* fix: docs_dir not set * build: this branch
* ci: support Netlify via Makefile & .gitignore * ci: netlify workflows (UNTESTED) * ci: validation workflow (UNTESTED) * ci: update reqs workflow (UNTESTED) * ci: delete netlify workflows (NEW APPROACH COMING) * ci: update reqs workflow (ALLOW TEST) * ci: fix workflow name * fix: workflow typos * chore: auto-update requirements.txt [bot] * refactor: workflows * build: this branch * test: attempt change reqs, expect validation error * fix: unepxcted syntax in workflows * Revert "test: attempt change reqs, expect validation error" This reverts commit c662bd0. * docs: reword [skip ci] * increase Python version support * ci: get python version from pyproject.toml * Revert "increase Python version support" This reverts commit a650f7c. * test: new PR triggering Netlify preview server (#242) * delete unused workflow * ci: remove branch that will be merged soon * docs: explain workflows * chore: delete unnecessary Make command * docs: TESTING * fix: TESTING.md ToC * ci: validate this branch * test: change reqs * ci: skip update-reqs if nothing updated * ci: prettier output for validate-reqs * refactor: requiremnts workflows * fix; workflow bugs * refactor: simpplify reqs-validate * fix: reqs change reverted manually * fix: do not run workflows twice * fix: limit excess workflow runs * refactor: rename workflows and jobs * test: change requirements * Revert "test: change requirements" This reverts commit fbf1e28. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* refactor: merge build workflows * refactor: rename build workflows * feat: build sub-branches * fix: regex, support slash (convert to dash) * fix: wrong tag for docker * chore: restore regex, which was okay
because we must introduce the file
✅ Deploy Preview for ds-user-guide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Collaborator
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
3.0.0.Related
Changes