Skip to content

Commit

Permalink
docs: improved readme and sidebar layout
Browse files Browse the repository at this point in the history
Sidebar also includes links to repo and license
  • Loading branch information
nfrasser committed Dec 12, 2022
1 parent 6097e50 commit 5a335b6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# cryosparc-tools

[![PyPI](https://badgen.net/pypi/v/cryosparc-tools)](https://pypi.org/project/cryosparc-tools/)
[![Python package](https://github.com/cryoem-uoft/cryosparc-tools/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/cryoem-uoft/cryosparc-tools/actions/workflows/python-package.yml)

Toolkit for interfacing with CryoSPARC. Read the documentation at
[tools.cryosparc.com](https://tools.cryosparc.com)

Expand Down
1 change: 0 additions & 1 deletion docs/CHANGELOG.md

This file was deleted.

9 changes: 8 additions & 1 deletion docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ parts:
- file: api/mrc
- file: api/star
- file: api/command
- file: CHANGELOG
- caption: Links
chapters:
- url: https://github.com/cryoem-uoft/cryosparc-tools
title: GitHub Repository
- url: https://github.com/cryoem-uoft/cryosparc-tools/blob/main/CHANGELOG.md
title: Changelog
- url: https://github.com/cryoem-uoft/cryosparc-tools/blob/main/LICENSE
title: License
2 changes: 2 additions & 0 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Use it for the following use cases:
This guide documents usage of the `cryosparc-tools` Python library. For CryoSPARC installation or general CryoSPARC usage instructions, [read the official guide](https://guide.cryosparc.com).
```

Source code is [available on GitHub](https://github.com/cryoem-uoft/cryosparc-tools).

## Pre-requisites

- [Python ≥ 3.7, ≤ 3.10](https://www.python.org/downloads/) (3.11 support is experimental)
Expand Down

1 comment on commit 5a335b6

@vercel
Copy link

@vercel vercel bot commented on 5a335b6 Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.