Skip to content

Commit

Permalink
minor fixes (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Nov 27, 2022
1 parent 87380a2 commit 79893cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Overview

*starfile* is a Python package for reading and writing
*starfile* is a package for reading and writing
[STAR files](https://en.wikipedia.org/wiki/Self-defining_Text_Archive_and_Retrieval) in Python.

<figure markdown>
Expand Down Expand Up @@ -72,10 +72,7 @@ Save the (modified) data to file
starfile.write(df, 'modified_particles.star')
```

For more advanced usage, including dealing with
files containing multiple data blocks, please see the
[data model](./data_model.md) and
[multiple data block](examples/multi_block.md) pages.
For more advanced usage please check out the examples.

---

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ site_description: >-
Documentation for starfile
repo_name: teamtomo/starfile
repo_url: https://github.com/teamtomo/starfile
edit_uri: edit/main/docs/
copyright: Copyright &copy; 2022 - 2022 teamtomo


Expand Down

0 comments on commit 79893cb

Please sign in to comment.