-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make some updates for 0.14 * Add more packages to list Fixes #227 * Add some more style * Add more colours and testing element to test_package * More work towards a sunpy colour scheme * Precommit * rando * More tweaks to colors * Copied from pydata * Removed doc changes * Remove update changes * Fix nabil problems * LMAO ROFL PARTY ROCK --------- Co-authored-by: Stuart Mumford <[email protected]>
- Loading branch information
Showing
40 changed files
with
721 additions
and
431 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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,7 +1,7 @@ | ||
{ | ||
"extends": "stylelint-config-recommended", | ||
"rules": { | ||
"no-descending-specificity": null, | ||
"selector-pseudo-element-no-unknown": null | ||
} | ||
"no-descending-specificity": null, | ||
"selector-pseudo-element-no-unknown": null | ||
} | ||
} |
This file contains 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 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,9 +1,10 @@ | ||
recursive-include src/sunpy_sphinx_theme/sunpy/ * | ||
exclude rebuild_all_rtd.py | ||
exclude tox.ini | ||
exclude .gitignore | ||
exclude .pre-commit-config.yaml | ||
exclude .stylelintrc | ||
prune .circleci/ | ||
prune .github/ | ||
prune test_package/ | ||
prune docs/ | ||
prune examples/ | ||
recursive-include src/sunpy_sphinx_theme/sunpy/ * |
This file contains 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,9 +1,9 @@ | ||
# SunPy Sphinx Theme | ||
# SunPy Project Sphinx Theme | ||
|
||
[![PyPI version](https://badge.fury.io/py/sunpy-sphinx-theme.svg)](https://badge.fury.io/py/sunpy-sphinx-theme) | ||
|
||
This repository contains the sphinx theme used by the Sunpy Project for its website and documentation. | ||
This repository contains the sphinx theme used by The Sunpy Project for all online resources. | ||
|
||
This theme is a derivitive of the excellent [pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html), customised to present a uniform navigation over all the sunpy projects. | ||
This theme is a derivative of the excellent [pydata-sphinx-theme](https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html), customised to present a uniform navigation over all the projects. | ||
|
||
For more information see the [documentation](https://sunpy-sphinx-theme.readthedocs.io/). |
This file contains 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,5 @@ | ||
******* | ||
Animals | ||
******* | ||
|
||
.. automodapi:: test_package.animals |
8 changes: 3 additions & 5 deletions
8
test_package/docs/code_ref/index.rst → docs/code_ref/index.rst
This file contains 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,11 +1,9 @@ | ||
.. _reference: | ||
|
||
************* | ||
API Reference | ||
************* | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:maxdepth: 1 | ||
|
||
stuff | ||
timerange | ||
animals | ||
timerange |
File renamed without changes.
Oops, something went wrong.