-
Notifications
You must be signed in to change notification settings - Fork 52
Keep documentation for previous spec versions alongside draft
#505
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
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
dcc5a08
Rudimentary pkg and folder-per-persion docs
honno 314d1a9
Move old `2021.12` docs to respective sub-folders
honno 0683c70
Merge older version of docs
honno f56de3c
Squashed previous all-versions work
honno c280699
Move 2022.12 docs into respective draft folders
honno
8000
Jan 5, 2023
988f2f8
Empty commit for 2022.12 docs
honno b441471
Copy 2022.12 spec with preserved git history
honno c5afa38
Fix erroneous draft spec folder structure
honno c74b390
Resolve accidental merge artifact
honno ada9102
Fix `2021.12` building
honno 85df0ea
Fix `2022.12` building
honno a206273
Update all docs building
honno 58f2e59
Fix image refs, restore old images
honno 893d68f
Fix license page
honno f06c5a0
Update changelog refs
honno 6eb8df3
Standardise `dtype.__eq__` autodocs accross versions
honno 96a38c3
Minor grammar fixes
honno 399cd77
Update copyright date (after accidentally reverting it)
honno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix
2022.12
building
- Loading branch information
commit 85df0ea8c931ca5a4f5bcda705ce00a01caa967e
There are no files selected for viewing
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
Origina 8FB2 l file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import sys | ||
|
||
from array_api_stubs import _2022_12 as stubs_mod | ||
from _array_api_conf import * | ||
|
||
release = "2022.12" | ||
sys.modules["array_api"] = stubs_mod |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from . import _2021_12, _draft | ||
from . import _2021_12, _2022_12, _draft | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.