Skip to content

Commit 2f11fc0

Browse files
committed
doc tweaks
1 parent 72a6c88 commit 2f11fc0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Most of the tests are `doctest` tests, which are contained in the docstrings of
2626

2727
## Building the package
2828

29-
This repo uses PEP 517-style packaging. [Read more about this](https://setuptools.pypa.io/en/latest/build_meta.html) and [about Python packaging in general](https://packaging.python.org/en/latest/tutorials/packaging-projects/).
29+
This repo uses PEP 518-style packaging. [Read more about this](https://setuptools.pypa.io/en/latest/build_meta.html) and [about Python packaging in general](https://packaging.python.org/en/latest/tutorials/packaging-projects/).
3030

3131
Building the project requires `build`, so first:
3232

@@ -46,7 +46,7 @@ You can build the docs with the following commands:
4646
cd docs
4747
make html
4848

49-
Don't just run `sphinx-build manually: there is other stuff happening in the `Makefile`.
49+
Don't just run `sphinx-build manually: there is other stuff happening in the `Makefile`.
5050

5151
There is a continuous integration script to update the docs on published releases.
5252

docs/installation.md

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

33
At the command line:
44

5-
$ pip install redflag
5+
$ pip install gio
66

77
Or, if you use Conda environments:
88

9-
$ conda create -n redflag python=3.9
10-
$ conda activate redflag
11-
$ pip install redflag
9+
$ conda create -n gio python=3.9
10+
$ conda activate gio
11+
$ pip install gio
1212

1313
Installing `scikit-learn` allows you to access some extra options for outlier detection:
1414

15-
pip install redflag[sklearn]
15+
pip install gio[sklearn]
1616

1717
For developers, there are also options for installing `tests`, `docs` and `dev` dependencies.
1818

19-
If you want to help develop Redflag, please read [Development](development.md).
19+
If you want to help develop `gio`, please read [Development](development.md).

0 commit comments

Comments
 (0)