Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 21, 2023
1 parent 5fa1cd0 commit c045ead
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
copyright = "2023, Matt Tankersley"
author = "Matt Tankersley"
version = release = importlib.metadata.version("invert4geom")

extensions = [
"sphinx.ext.napoleon",
"sphinx.ext.autodoc",
Expand Down
26 changes: 10 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ user_guide/simple_inversion
```

```{toctree}
:maxdepth: 1
:maxdepth: 2
:hidden:
:caption: Reference documentation
api/invert4geom
Expand All @@ -36,61 +36,55 @@ Source code on GitHub <https://github.com/mdtanker/invert4geom>
:start-after: <!-- SPHINX-START -->
```

::::{grid} 2 :::{grid-item-card} {octicon}`rocket` Getting started? :text-align:
center New to Invert4geom? Start here!

::::{grid} 2
:::{grid-item-card} {octicon}`rocket` Getting started?
:text-align: center
New to Invert4geom? Start here!
```{button-ref} overview
:click-parent:
:color: primary
:outline:
:expand:
```

:::

:::{grid-item-card} {octicon}`comment-discussion` Need help? :text-align: center
:::{grid-item-card} {octicon}`comment-discussion` Need help?
:text-align: center
Start a discussion on GitHub!

```{button-link} https://github.com/mdtanker/invert4geom/discussions
:click-parent:
:color: primary
:outline:
:expand:
Discussions
```

:::

:::{grid-item-card} {octicon}`file-badge` Reference documentation :text-align:
center

:::{grid-item-card} {octicon}`file-badge` Reference documentation
:text-align: center
A list of modules and functions

```{button-ref} api/invert4geom
:click-parent:
:color: primary
:outline:
:expand:
```

:::

:::{grid-item-card} {octicon}`bookmark` Using Invert4geom for research?
:text-align: center

Citations help support our work

```{button-ref} citing
:click-parent:
:color: primary
:outline:
:expand:
```

:::

::::


```{admonition} Early-stages of development
:class: seealso
Expand Down

0 comments on commit c045ead

Please sign in to comment.