Skip to content

Commit e92d5a7

Browse files
Update README.md
1 parent 78d06db commit e92d5a7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
GitHub pages for the website of the Scikit-HEP project.
44

5-
It contains:
5+
The site contains:
66

7-
- General info on the project.
8-
- Basic documentation on the Python packages.
7+
- General inforomation on the project.
8+
- Basic documentation on the packages.
99
- Information for contributors and developers.
1010

11-
## Developer info
11+
## Developer information
1212

1313
To build locally, install rbenv (remember to run `rbenv init` after installing, and `rbenv install 2.7.1`). Then:
1414

@@ -18,6 +18,6 @@ bundle install
1818
bundle exec jekyll serve --livereload
1919
```
2020

21-
The pages are in markdown in `pages/`. Images and datafiles are in `assets/`.
21+
The pages are in Markdown in `pages/`. Images and datafiles are in `assets/`.
2222

23-
The packages are stored in yaml files in `_data/`. The `categories.yaml` file provides ordering, as well as provides titles for each category. The projects are in `_data/projects/<category>/<project>.yml`. Each one has a `name`, `description`, homepage `url`, and `readme` url link. They can also have `docs` for documentation URLs, and can have a `repo` url if that is different from the main url. Affiliated packages can eventually be added with `affiliated: true`.
23+
The packages are stored in YAML files in `_data/`. The `categories.yaml` file provides ordering, as well as provides titles for each category. The projects are in `_data/projects/<category>/<project>.yml`. Each one has a `name`, `description`, homepage `url`, and `readme` url link. They can also have `docs` for documentation URLs, and can have a `repo` url if that is different from the main url. Affiliated packages can eventually be added with `affiliated: true`.

0 commit comments

Comments
 (0)