-
Notifications
You must be signed in to change notification settings - Fork 63
docs/theme-updates #1897
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
braingram
merged 13 commits into
asdf-format:main
from
alphasentaurii:docs-theme-updates
Jan 31, 2025
Merged
docs/theme-updates #1897
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
b5af2a6
updates docs theme to be consistent with other asdf subprojects
alphasentaurii f65f111
use short X.Y. version, precommit fixes
alphasentaurii 74de593
add news fragment
alphasentaurii c76fa8c
fix favicon path
alphasentaurii bccd2b2
fix news frag name
alphasentaurii 0b64953
include _static in favicon path
alphasentaurii f3388cf
use full release version, remove installation link
alphasentaurii d453fea
use existing project url for now
alphasentaurii e6f9816
fix header and page title formatting
alphasentaurii 9a25d46
use version but include patch
alphasentaurii ba4a59d
remove livehtml (was only for testing)
alphasentaurii 9b9b963
experimental - nested pages for User Api
alphasentaurii 4598da9
display full release name in docs title
alphasentaurii 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| updates docs theme to be consistent with asdf subprojects |
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 |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| /* Top Banner Navigation | ||
| -------------------------------------------------- */ | ||
| .announcement-content a { | ||
| padding-right: 1em; | ||
| } | ||
|
|
||
| .announcement-content a:hover { | ||
| color: fuchsia; | ||
| } |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ****************** | ||
| asdf.config Module | ||
| ****************** | ||
|
|
||
| .. currentmodule:: asdf | ||
|
|
||
| .. automodapi:: asdf.config |
12 changes: 4 additions & 8 deletions
12
docs/asdf/user_api.rst → docs/asdf/user_api/asdf_package.rst
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,16 +1,12 @@ | ||
| .. _user_api: | ||
| ************ | ||
| asdf Package | ||
| ************ | ||
|
|
||
| ******** | ||
| User API | ||
| ******** | ||
| .. currentmodule:: asdf | ||
|
|
||
| .. automodapi:: asdf | ||
| :include-all-objects: | ||
| :inherited-members: | ||
| :no-inheritance-diagram: | ||
| :skip: ValidationError | ||
| :skip: Stream | ||
|
|
||
| .. automodapi:: asdf.search | ||
|
|
||
| .. automodapi:: asdf.config |
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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| ****************** | ||
| asdf.search Module | ||
| ****************** | ||
|
|
||
| .. currentmodule:: asdf | ||
|
|
||
| .. automodapi:: asdf.search |
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 |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| .. _user_api: | ||
|
|
||
| ******** | ||
| User API | ||
| ******** | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :hidden: | ||
|
|
||
| asdf_package.rst | ||
| asdf_search.rst | ||
| asdf_config.rst | ||
|
|
||
| * :doc:`asdf Package <asdf_package>` | ||
| * :doc:`asdf.search Module <asdf_search>` | ||
| * :doc:`asdf.config Module <asdf_config>` |
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
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
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
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 |
|---|---|---|
|
|
@@ -6,5 +6,5 @@ dependencies: | |
| - python=3.11 | ||
| - pip | ||
| - graphviz | ||
| - sphinx_rtd_theme>1.2.0 | ||
| - furo | ||
| - towncrier | ||
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
Oops, something went wrong.
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.