Skip to content

Commit e0f8fb3

Browse files
committed
Some minor cleanups
1 parent 98428fd commit e0f8fb3

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

.pre-commit-config.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# See https://pre-commit.com for more information
2+
# See https://pre-commit.com/hooks.html for more hooks
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v4.5.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
9+
- id: check-yaml
10+
- id: check-json
11+
- id: check-case-conflict
12+
- id: check-toml

source/docs/extensions/index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
(extensions)=
1+
(extensions)=
2+
3+
# Extensions

source/docs/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(docs)=
22

3-
# Welcome
3+
# Guide
44

55
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.
66

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

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

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

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

3232
```{toctree}
3333
---
3434
hidden: true
35-
caption: Welcome
35+
caption: User Documentation
3636
---
3737
38-
self
38+
Introduction <self>
3939
whats-new-in-avogadro-2/index
4040
getting-started/index
4141
tools/index

source/docs/tools/draw-tool.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Molecules are built and edited with the Draw Tool, which allows "free-hand" sketching of new molecules.
66

77
```{tip} **New in 2.0**
8-
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.
8+
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.
99
```
1010

1111
![Screenshot of the draw tool](../../_static/draw-tool.png)

source/docs/tools/index.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ After selecting a tool, the name of the tool and any options available for the t
1313
```{toctree}
1414
---
1515
caption: Tools
16+
maxdepth: 1
1617
---
1718
1819
navigation-tool
@@ -25,4 +26,4 @@ bond-centric-manipulation-tool
2526
measure-tool
2627
animation-tool
2728
align-tool
28-
```
29+
```

0 commit comments

Comments
 (0)