Skip to content

Commit ef2a2df

Browse files
authored
Merge pull request #41 from xchem/docs_dev
Move things to readthedocs
2 parents e7511e9 + 1187e55 commit ef2a2df

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ build
1919
*~
2020
\#*#
2121
\#*
22+
23+
.DS_Store

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Tools to generate data suitable for loading into [Fragalysis](https://fragalysis
1212
This supersedes [Fragalysis-API](https://github.com/xchem/fragalysis-api).
1313

1414
See:
15-
* [User Guide](USER-GUIDE.md)
16-
* [Developer Guide](DEV-GUIDE.md)
17-
* [Algorithm Guide](ALGORITHM-GUIDE.md)
15+
* [User Guide](https://xchem-align.readthedocs.io/en/latest/USER-GUIDE.md)
16+
* [Developer Guide](https://xchem-align.readthedocs.io/en/latest/DEV-GUIDE.md)
17+
* [Algorithm Guide](https://xchem-align.readthedocs.io/en/latest/ALGORITHM-GUIDE.md)
1818

1919
Contributors:
2020
* Tim Dudgeon (Informatics Matters)
File renamed without changes.
File renamed without changes.

USER-GUIDE.md docs/source/USER-GUIDE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ _XChemAlign_ is a small suite of tools for preparing PDB models for loading into
1010
## Overview
1111

1212
There are a few steps involved.
13-
1. [**Enable**](#1-enabling-the-xchemalign-environment) the XChemAlign environment
14-
2. [**Declare**](#2-declaring-things) a few things about your data in two structured files in `yaml`[^1]
15-
3. [**Collate**](#3-collating-files) your files in a new (specific) directory structure
16-
4. [**Align**](#4-aligning-everything) all binding sites to common origins
17-
5. [**Release**](#5-upload-to-fragalysis) the data to Fragalysis
18-
6. [**Re-release**](#6-creating-subsequent-versions) additional data
13+
1. [**Enable**](#enabling-the-xchemalign-environment) the XChemAlign environment
14+
2. [**Declare**](#declaring-things) a few things about your data in two structured files in `yaml`[^1]
15+
3. [**Collate**](#collating-files) your files in a new (specific) directory structure
16+
4. [**Align**](#aligning-everything) all binding sites to common origins
17+
5. [**Release**](#upload-to-fragalysis) the data to Fragalysis
18+
6. [**Re-release**](#creating-subsequent-versions) additional data
1919

2020
If you won't run this at Diamond, you will first have to set up your environment and copy over files. See the [instructions here](#non-diamond-instructions)
2121

docs/source/index.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11

22
# XChem Align
33

4-
Placeholder file for XCHem Align documentation root.
4+
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/xchem/xchem-align?include_prereleases)
5+
6+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
7+
8+
[![test](https://github.com/xchem/xchem-align/actions/workflows/test.yaml/badge.svg)](https://github.com/xchem/xchem-align/actions/workflows/test.yaml)
9+
[![mypy](https://github.com/xchem/xchem-align/actions/workflows/mypy.yaml/badge.svg)](https://github.com/xchem/xchem-align/actions/workflows/mypy.yaml)
10+
11+
Tools to generate data suitable for loading into [Fragalysis](https://fragalysis.diamond.ac.uk/).
12+
13+
This supersedes [Fragalysis-API](https://github.com/xchem/fragalysis-api).
14+
15+
See:
16+
17+
```{toctree}
18+
:maxdepth: 1
19+
USER-GUIDE.md
20+
DEV-GUIDE.md
21+
ALGORITHM-GUIDE.md
22+
```
23+
24+
Contributors:
25+
* Tim Dudgeon (Informatics Matters)
26+
* Conor Wild (Diamond)
27+
* Alan Christie (Informatics Matters)
28+
* Kalev Takis (Informatics Matters)

0 commit comments

Comments
 (0)