Skip to content

Commit

Permalink
Merge pull request #81 from Avogadro/minor-fixes
Browse files Browse the repository at this point in the history
Some minor cleanups
  • Loading branch information
ghutchis authored Feb 17, 2024
2 parents 98428fd + e0f8fb3 commit 4e9e52b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 8 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-json
- id: check-case-conflict
- id: check-toml
4 changes: 3 additions & 1 deletion source/docs/extensions/index.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
(extensions)=
(extensions)=

# Extensions
10 changes: 5 additions & 5 deletions source/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(docs)=

# Welcome
# Guide

Avogadro is a free, open-source molecular editor and visualization tool, designed for use on Mac, Windows, and Linux in computational chemistry, molecular modeling, chemistry education, bioinformatics, materials science, and related areas. It offers flexible high-quality rendering and a powerful plugin architecture.

Expand All @@ -24,18 +24,18 @@ This is a tip – something that can help you work better

This book would not be possible without the help and effort of many people, including Avogadro developers, translators, and users world-wide.

Funding for the Avogadro manual was provided by the [University of Pittsburgh Department of Chemistry](http://www.chem.pitt.edu/).
Initial funding for the Avogadro manual was provided by the [University of Pittsburgh Department of Chemistry](http://www.chem.pitt.edu/).

* Version 1 - Summer 2015 - Taylor Cornell and Geoffrey Hutchison
* Version 2 - Summer 2022/2023 - Geoffrey Hutchison
* Version 2 - 2022-204 - Geoffrey Hutchison

```{toctree}
---
hidden: true
caption: Welcome
caption: User Documentation
---
self
Introduction <self>
whats-new-in-avogadro-2/index
getting-started/index
tools/index
Expand Down
2 changes: 1 addition & 1 deletion source/docs/tools/draw-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Molecules are built and edited with the Draw Tool, which allows "free-hand" sketching of new molecules.

```{tip} **New in 2.0**
You can also use the new [Template Tool](tools-template-tool), which makes it quicker and easier to attach functional groups or assemble inorganic/organometallic complexes.
You can also use the new [Template Tool](template-tool), which makes it quicker and easier to attach functional groups or assemble inorganic/organometallic complexes.
```

![Screenshot of the draw tool](../../_static/draw-tool.png)
Expand Down
3 changes: 2 additions & 1 deletion source/docs/tools/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ After selecting a tool, the name of the tool and any options available for the t
```{toctree}
---
caption: Tools
maxdepth: 1
---
navigation-tool
Expand All @@ -25,4 +26,4 @@ bond-centric-manipulation-tool
measure-tool
animation-tool
align-tool
```
```

0 comments on commit 4e9e52b

Please sign in to comment.