Skip to content

Commit

Permalink
Merge pull request #3 from JulianKarlBauer/restruct_docs
Browse files Browse the repository at this point in the history
Restruct docs
  • Loading branch information
JulianKarlBauer authored Apr 14, 2022
2 parents 9370d77 + 2138de1 commit d13332d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 JulianKarlBauer
Copyright (c) 2022 JulianKarlBauer

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![PyPI version](https://badge.fury.io/py/mechmean.svg)][url_pypi_this_package]
[![Documentation status](https://readthedocs.org/projects/mechmean/badge/?version=latest)][url_read_the_docs_latext]
[![Documentation status](https://readthedocs.org/projects/mechmean/badge/?version=latest)][url_read_the_docs_latest]
[![DOI](https://zenodo.org/badge/403947937.svg)][url_latest_doi]
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
Expand Down Expand Up @@ -42,7 +42,7 @@ and cite the latest [Zenodo-DOI][url_latest_doi]

Install with `pip` following instructions on [Python Package Index][url_pypi_this_package], i.e.,

```bash
```bash
pip install mechmean
```

Expand All @@ -59,7 +59,7 @@ Note: [Develop vs. install](https://stackoverflow.com/a/19048754/8935243)

## Examples

Both example notebooks and example scripts are given [here](examples/).
Both example notebooks and example scripts are rendered [here][url_read_the_docs_latest_notebooks] and given as source [here](docs/source/notebooks).

## Acknowledgment

Expand All @@ -78,7 +78,8 @@ The support by the [German Research Foundation (DFG)][dfg_website] is gratefully
[url_env_python]: https://docs.python.org/3/tutorial/venv.html
[url_env_conda]: https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

[url_read_the_docs_latext]: https://mechmean.readthedocs.io/en/latest/
[url_read_the_docs_latest]: https://mechmean.readthedocs.io/en/latest/
[url_read_the_docs_latest_notebooks]: https://mechmean.readthedocs.io/en/latest/source/example_notebooks.html
[url_pypi_this_package]: https://pypi.org/project/mechmean/

<!-- https://jacobtomlinson.dev/posts/2020/versioning-and-formatting-your-python-code/ -->
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

# General information about the project.
project = "mechmean"
copyright = "2019, Julian Karl Bauer"
copyright = "2022, Julian Karl Bauer"
author = "Julian Karl Bauer"

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit d13332d

Please sign in to comment.