Skip to content

Commit

Permalink
Fix gh_page + Change name in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jul 9, 2024
1 parent a4180f4 commit d8541ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
Empty file removed .nojekyll
Empty file.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 2-Clause License

Copyright (c) 2024, Mind-INRIA
Copyright (c) 2024, Mind-Inria
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ Or if you want the latest version available (for example to contribute to
the development of this project):

```
pip install -U git+https://github.com/Parietal-INRIA/hidimstat.git
pip install -U git+https://github.com/mind-inria/hidimstat.git
```

or

```bash
git clone https://github.com/Parietal-INRIA/hidimstat.git
git clone https://github.com/mind-inria/hidimstat.git
cd hidimstat
pip install -e .
```
Expand All @@ -43,7 +43,7 @@ is also needed to install `pytest`.

## Documentation & Examples

All the documentation of HiDimStat is available at https://Parietal-INRIA.github.io/hidimstat/.
All the documentation of HiDimStat is available at https://mind-inria.github.io/hidimstat/.

As of now in the `examples` folder there are three Python scripts that
illustrate how to use the main HiDimStat functions.
Expand All @@ -64,7 +64,7 @@ python plot_2D_simulation_example.py

The algorithms developed in this package have been detailed in several
conference/journal articles that can be downloaded at
https://Parietal-INRIA.github.io/research.html.
https://mind-inria.github.io/research.html.

#### Main references:

Expand Down Expand Up @@ -143,10 +143,3 @@ Fast Big project (ANR-17-CE23-0011) and the KARAIB AI Chair
(ANR-20-CHIA-0025-01). This study has also been supported by the European
Union’s Horizon 2020 research and innovation program
(Grant Agreement No. 945539, Human Brain Project SGA3).


[TravisCI]: https://travis-ci.com/Parietal-INRIA/hidimstat.svg?branch=main "travisCI status"
[travis]: https://travis-ci.com/Parietal-INRIA/hidimstat

[CodeCov]: https://codecov.io/gh/Parietal-INRIA/hidimstat/branch/main/graph/badge.svg "CodeCov status"
[cov]: https://codecov.io/gh/Parietal-INRIA/hidimstat
6 changes: 3 additions & 3 deletions doc_conf/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@

# General information about the project.
project = u'hidimstat'
copyright = u'2024, Parietal-INRIA'
author = u'Parietal-INRIA'
copyright = u'2024, Mind-Inria'
author = u'Mind-Inria'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -122,7 +122,7 @@
'navbar_links': [
("Examples", "auto_examples/index"),
("API", "api"),
("GitHub", "https://github.com/Parietal-INRIA/hidimstat", True)
("GitHub", "https://github.com/mind-inria/hidimstat", True)
],
'bootswatch_theme': "flatly",
'bootstrap_version': "3",
Expand Down

0 comments on commit d8541ff

Please sign in to comment.