Skip to content

Commit

Permalink
[skip ci] beta test sphinx-design
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Jun 19, 2022
1 parent 7ad2d54 commit a519ad9
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 74 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -113,7 +113,7 @@
'sunpy.util.sphinx.doctest',
'sunpy.util.sphinx.generate',
"sphinxext.opengraph",
'sphinx_panels',
'sphinx_design',
]

# Set automodapi to generate files inside the generated directory
Expand Down
94 changes: 46 additions & 48 deletions docs/dev_guide/index.rst
Expand Up @@ -12,54 +12,52 @@ Developer's Guide

This section contains the various guidelines to be followed by anyone working on sunpy.

.. panels::

Getting started
^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 3

contents/newcomers

---

Conventions
^^^^^^^^^^^
.. toctree::
:maxdepth: 1

contents/code_standards
contents/tests
contents/documentation
contents/example_gallery
contents/pr_review_procedure
contents/units_quantities

---

Repo management
^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1

contents/maintainer_workflow
contents/dependencies
contents/ci_jobs
contents/funding

---

Extending sunpy
^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1

contents/public_api
contents/extending_fido
contents/logger
contents/new_objects
contents/remote_data
contents/map_rotate_custom
.. grid:: 2

.. grid-item-card:: Getting started
:class-card: card

.. toctree::
:maxdepth: 3

contents/newcomers

.. grid-item-card:: Conventions
:class-card: card

.. toctree::
:maxdepth: 1

contents/code_standards
contents/tests
contents/documentation
contents/example_gallery
contents/pr_review_procedure
contents/units_quantities

.. grid-item-card:: Repo management
:class-card: card

.. toctree::
:maxdepth: 1

contents/maintainer_workflow
contents/dependencies
contents/ci_jobs
contents/funding

.. grid-item-card:: Extending sunpy
:class-card: card

.. toctree::
:maxdepth: 1

contents/public_api
contents/extending_fido
contents/logger
contents/new_objects
contents/remote_data
contents/map_rotate_custom

{%else%}

Expand Down
48 changes: 24 additions & 24 deletions docs/index.rst
Expand Up @@ -5,27 +5,27 @@ sunpy core Documentation
The sunpy core package is a community-developed, free and open-source solar
data analysis environment for Python.

.. panels::

Getting started
^^^^^^^^^^^^^^^
.. toctree::
:maxdepth: 1

installation
guide/index
generated/gallery/index
code_ref/index
whatsnew/index

---

Other info
^^^^^^^^^^
.. toctree::
:maxdepth: 1

about
code_ref/known_issues
code_ref/stability
dev_guide/index
.. grid:: 2

.. grid-item-card:: Getting started
:class-card: card

.. toctree::
:maxdepth: 1

installation
guide/index
generated/gallery/index
code_ref/index
whatsnew/index

.. grid-item-card:: Other info
:class-card: card

.. toctree::
:maxdepth: 1

about
code_ref/known_issues
code_ref/stability
dev_guide/index
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -97,7 +97,7 @@ docs =
sphinx-automodapi
sphinx-changelog>=1.1.1 # First to support towncrier 21.3
sphinx-gallery>=0.9.0 # First to include the defer figures functionality
sphinx-panels
sphinx-design
sphinxext-opengraph
sunpy-sphinx-theme

Expand Down

0 comments on commit a519ad9

Please sign in to comment.