Skip to content

Commit f8f035a

Browse files
committed
docs: update markdown to Hove
1 parent 7afc9e8 commit f8f035a

File tree

19 files changed

+2581
-2581
lines changed

19 files changed

+2581
-2581
lines changed

CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Overview on how-to contribute
55

6-
Dev branch: [![Last build](https://img.shields.io/github/workflow/status/CanalTP/navitia/Build%20Navitia%20Packages%20For%20Dev?logo=github&style=flat-square)](https://github.com/CanalTP/navitia/actions?query=workflow%3A%22Build+Navitia+Packages+For+Dev%22)
6+
Dev branch: [![Last build](https://img.shields.io/github/workflow/status/hove-io/navitia/Build%20Navitia%20Packages%20For%20Dev?logo=github&style=flat-square)](https://github.com/hove-io/navitia/actions?query=workflow%3A%22Build+Navitia+Packages+For+Dev%22)
77

88
Fork the github repo, create a new branch from dev, and submit your pull request!
99

@@ -19,13 +19,13 @@ If you have the rights, once your PR has 2 approvals, you are encouraged to merg
1919
## Build Navitia
2020

2121
If you want to build navitia, please refer to the
22-
[installation documentation](https://github.com/canaltp/navitia/blob/dev/install.rst).
22+
[installation documentation](https://github.com/hove-io/navitia/blob/dev/install.rst).
2323

2424
You can install a full development environment with helping
25-
[scripts](https://github.com/CanalTP/navitia/tree/dev/scripts), depending on your OS.
25+
[scripts](https://github.com/hove-io/navitia/tree/dev/scripts), depending on your OS.
2626

2727
Therefore, an
28-
[automated navitia script](https://github.com/canaltp/navitia/blob/dev/scripts/build_setup_and_run_navitia_demo.sh)
28+
[automated navitia script](https://github.com/hove-io/navitia/blob/dev/scripts/build_setup_and_run_navitia_demo.sh)
2929
is available to build, setup and run a navitia demo.
3030
It's needed as a prerequisite for a dev environment setup.
3131
Kraken is built into navitia_dir/build_release and all demo files are available in navitia_dir/run:
@@ -46,7 +46,7 @@ At the root of the repository, several directories can be found:
4646

4747
1. source: contains the navitia source code (c++ and python)
4848
2. documentation: all the navitia documentation
49-
3. release: contains [script_release.py](https://github.com/canaltp/navitia/blob/dev/release/script_release.py) to run the release process
49+
3. release: contains [script_release.py](https://github.com/hove-io/navitia/blob/dev/release/script_release.py) to run the release process
5050
4. scripts: different useful scripts
5151

5252
### `data_version` management

debian/changelog

+2,523-2,523
Large diffs are not rendered by default.

documentation/ntfs/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
NTFS specifications have been moved to their own repository: https://github.com/CanalTP/ntfs-specification
1+
NTFS specifications have been moved to their own repository: https://github.com/hove-io/ntfs-specification

documentation/rfc/sorting_vehicles_route_schedules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Thus, in our case, this algorithm seems to run in
9393

9494
which is much better than the naive implementation. In practice, our problematic case run in 33 seconds using the naive algorithm, and 1 seconds using the binary searches.
9595

96-
For the details and the implementation, you can see [navitia's pull request #1366](https://github.com/CanalTP/navitia/pull/1366).
96+
For the details and the implementation, you can see [navitia's pull request #1366](https://github.com/hove-io/navitia/pull/1366).
9797

9898
# Stop points' revolution
9999

documentation/slate/source/includes/welcome.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Technically, Navitia is a [HATEOAS](https://en.wikipedia.org/wiki/HATEOAS) API t
2525

2626
### Who's who
2727

28-
Navitia is instanciated and exposed publicly through [api.navitia.io](https://api.navitia.io).<br>Developments on Navitia are lead by Hove (previously CanalTP).<br>Hove is a subsidiary of Keolis (itself a subsidiary of SNCF, French national railway company).
28+
Navitia is instanciated and exposed publicly through [api.navitia.io](https://api.navitia.io).<br>Developments on Navitia are lead by Hove (previously Kisio Digital and CanalTP).<br>Hove is a subsidiary of Keolis (itself a subsidiary of SNCF, French national railway company).
2929

3030
### About "sandbox" coverage
3131

@@ -93,20 +93,20 @@ At some point you will want to read [transport public lexicon](#lexicon).
9393
Navitia for humans
9494
------------------
9595

96-
>[Try a basic request on Navitia playground](https://canaltp.github.io/navitia-playground/play.html?request=https%3A%2F%2Fapi.navitia.io%2Fv1%2Fcoverage%2Fsandbox&token=3b036afe-0110-4202-b9ed-99718476c2e0)
96+
>[Try a basic request on Navitia playground](https://playground.navitia.io/play.html?request=https%3A%2F%2Fapi.navitia.io%2Fv1%2Fcoverage%2Fsandbox&token=3b036afe-0110-4202-b9ed-99718476c2e0)
9797
98-
>[Try a journey request on Navitia playground](https://canaltp.github.io/navitia-playground/play.html?request=https%3A%2F%2Fapi.navitia.io%2Fv1%2Fcoverage%2Fsandbox%2Fjourneys%3Ffrom%3D2.3749036%253B48.8467927%26to%3D2.2922926%253B48.8583736%26&token=3b036afe-0110-4202-b9ed-99718476c2e0)
98+
>[Try a journey request on Navitia playground](https://playground.navitia.io/play.html?request=https%3A%2F%2Fapi.navitia.io%2Fv1%2Fcoverage%2Fsandbox%2Fjourneys%3Ffrom%3D2.3749036%253B48.8467927%26to%3D2.2922926%253B48.8583736%26&token=3b036afe-0110-4202-b9ed-99718476c2e0)
9999
100100
<aside class="success">
101-
if you only want to challenge Navitia functionality, take your token and go to the <a href="https://canaltp.github.io/navitia-playground">navitia playground website </a>.
101+
if you only want to challenge Navitia functionality, take your token and go to the <a href="https://playground.navitia.io">navitia playground website </a>.
102102
</aside>
103103

104104
![Try Navitia playgroung](/images/navitia_playground.png)
105105

106106
Wrappers
107107
--------------
108108

109-
To help you in the building of your project, there are some wrappers implemented (by Kisio or not) to query the API Navitia:
109+
To help you in the building of your project, there are some wrappers implemented (by Hove or not) to query the API Navitia:
110110

111111
|Language / Framework |Plugin |
112112
|---------------------|----------------------------------------------------|
@@ -117,7 +117,7 @@ To help you in the building of your project, there are some wrappers implemented
117117

118118
<h2 id="about-data">About the data</h2>
119119

120-
The street network is extracted from [OpenStreetMap](https://www.openstreetmap.org). The public transport data are provided by networks that provide their timetables as open data. Some data improvements are achieved by Kisio Digital and are published back there <https://navitia.opendatasoft.com>.
120+
The street network is extracted from [OpenStreetMap](https://www.openstreetmap.org). The public transport data are provided by networks that provide their timetables as open data. Some data improvements are achieved by Hove and are published back there <https://navitia.opendatasoft.com>.
121121

122122
Want to know if your city is in Navitia? Know if a special contributor is used? You can either search in [datasets](#datasets) of the different [coverages](#coverage). Or use the filter provided on our data catalog <https://navitia.opendatasoft.com>.
123123

@@ -145,7 +145,7 @@ If you want to go further, there is an Swagger-openAPI documentation at [https:/
145145
A mailing list is available to ask questions or request [new data](#about-data) integrations: <a href="mailto:[email protected]">[email protected]</a>
146146

147147
In order to report bug and make feature requests please use our github navitia project
148-
<https://github.com/CanalTP/navitia/issues>.
148+
<https://github.com/hove-io/navitia/issues>.
149149

150150
Stay tuned on twitter [@navitia](https://twitter.com/navitia).
151151

documentation/slate/source/layouts/layout.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ under the License.
2626
<!doctype html>
2727
<html>
2828
<head>
29-
<!-- favicon added by Kisio Digital -->
29+
<!-- favicon added by Hove -->
3030
<%= favicon_tag 'favicon.ico' %>
31-
<!-- end of section added by Kisio Digital -->
31+
<!-- end of section added by Hove -->
3232
<meta charset="utf-8">
3333
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
3434
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

documentation/slate/source/stylesheets/screen.css.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ html, body {
387387
margin-bottom: 0.8em;
388388
}
389389

390-
// font-size modified by Kisio Digital (10 -> 14)
390+
// font-size modified by Hove (10 -> 14)
391391
h4, h5, h6 {
392392
font-size: 14px;
393393
}

documentation/vagrant/vagrant.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Clone source files (use ssh instead of http if you have a github account, no git
7979
cd dev/navitia_dev
8080
mkdir source build
8181
cd source
82-
git clone https://github.com/CanalTP/navitia.git
82+
git clone https://github.com/hove-io/navitia.git
8383
```
8484

8585
If you don't use a github account, before submodule init:
@@ -92,15 +92,15 @@ Below is what it should look like:
9292
```
9393
[submodule "source/utils"]
9494
path = source/utils
95-
url = https://github.com/CanalTP/utils.git
95+
url = https://github.com/hove-io/utils.git
9696
9797
[submodule "source/third_party/osmpbfreader"]
9898
path = source/third_party/osmpbfreader
99-
url = https://github.com/CanalTP/libosmpbfreader.git
99+
url = https://github.com/hove-io/libosmpbfreader.git
100100
101101
[submodule "source/third_party/SimpleAmqpClient"]
102102
path = source/third_party/SimpleAmqpClient
103-
url = https://github.com/CanalTP/SimpleAmqpClient.git
103+
url = https://github.com/hove-io/SimpleAmqpClient.git
104104
105105
[submodule "source/third_party/librabbitmq-c"]
106106
path = source/third_party/librabbitmq-c
@@ -112,11 +112,11 @@ url = https://github.com/antirez/linenoise.git
112112
113113
[submodule "source/chaos-proto"]
114114
path = source/chaos-proto
115-
url = https://github.com/CanalTP/chaos-proto.git
115+
url = https://github.com/hove-io/chaos-proto.git
116116
117117
[submodule "source/navitia-proto"]
118118
path = source/navitia-proto
119-
url = https://github.com/CanalTP/navitia-proto.git
119+
url = https://github.com/hove-io/navitia-proto.git
120120
```
121121

122122
Update submodules:
@@ -341,10 +341,10 @@ JORMUNGANDR_CONFIG_FILE="/navitia_dev/run/jormungandr_settings.py" PYTHONPATH="/
341341
Navitia API is now running at localhost:5001!
342342

343343

344-
Setting up Chaos (see docs in Github): [https://github.com/CanalTP/Chaos](https://github.com/CanalTP/Chaos)
344+
Setting up Chaos (see docs in Github): [https://github.com/hove-io/Chaos](https://github.com/hove-io/Chaos)
345345
```sh
346346
cd /navitia_dev/source
347-
git clone https://github.com/CanalTP/Chaos.git
347+
git clone https://github.com/hove-io/Chaos.git
348348

349349
cd Chaos
350350
mkvirtualenv chaos

install.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Testing
126126

127127
This step will generate a compressed nav file that can be given as input to *Kraken*
128128

129-
***Alternative to step 1 to 5*** : You can use *Eitri* as an alternative to generate the *.nav* file (cf. https://github.com/CanalTP/navitia/tree/dev/source/eitri). This will setup the environment and call the right tool for you. Hasle-free Navitia file generator :)
129+
***Alternative to step 1 to 5*** : You can use *Eitri* as an alternative to generate the *.nav* file (cf. https://github.com/hove-io/navitia/tree/dev/source/eitri). This will setup the environment and call the right tool for you. Hasle-free Navitia file generator :)
130130

131131
#. Running the *Kraken* backend
132132

@@ -153,4 +153,4 @@ Testing
153153

154154
#. Grab a browser and open http://localhost:5000/v1/coverage/default_region
155155

156-
#. Any trouble running Jormungandr see https://github.com/CanalTP/navitia/blob/dev/source/jormungandr/readme.md
156+
#. Any trouble running Jormungandr see https://github.com/hove-io/navitia/blob/dev/source/jormungandr/readme.md

readme.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
:target: https://app.element.io/#/room/#navitia:matrix.org
2424
:alt: chat
2525

26-
.. |Code Coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=coverage
26+
.. |Code Coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=coverage
2727
:alt: SonarCloud Coverage
2828

29-
.. |Vulnerabilities| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=vulnerabilities
29+
.. |Vulnerabilities| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=vulnerabilities
3030
:alt: SonarCloud Vulnerabilities
3131

32-
.. |Security Rating| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=security_rating
32+
.. |Security Rating| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=security_rating
3333
:alt: SonarCloud Security Rating
3434

3535

@@ -42,22 +42,22 @@
4242
+----------------+----------------+-----------+--------+-----------------+-------------------+-------------------+
4343

4444

45-
.. |Maintainability Rating| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=sqale_rating
45+
.. |Maintainability Rating| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=sqale_rating
4646
:alt: SonarCloud Maintainability Rating
4747

48-
.. |Quality Gate Status| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=alert_status
48+
.. |Quality Gate Status| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=alert_status
4949
:alt: SonarCloud Quality Gate Status
5050

51-
.. |Duplicated Lines (%)| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=duplicated_lines_density
51+
.. |Duplicated Lines (%)| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=duplicated_lines_density
5252
:alt: SonarCloud Duplicated Lines (%)
5353

54-
.. |Reliability Rating| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=reliability_rating
54+
.. |Reliability Rating| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=reliability_rating
5555
:alt: SonarCloud Reliability Rating
5656

57-
.. |Bugs| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=bugs
57+
.. |Bugs| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=bugs
5858
:alt: SonarCloud Bugs
5959

60-
.. |Lines of Code| image:: https://sonarcloud.io/api/project_badges/measure?project=CanalTP_navitia&metric=ncloc
60+
.. |Lines of Code| image:: https://sonarcloud.io/api/project_badges/measure?project=Hove_navitia&metric=ncloc
6161
:alt: SonarCloud Lines of Code
6262

6363
+--------------------------+-----------------------+------------------------+----------------------+--------+-------------------+
@@ -106,8 +106,8 @@ Who's who
106106
----------
107107

108108
| Navitia is instanciated and exposed publicly through api.navitia.io_.
109-
| Developments on Navitia are lead by Kisio Digital (previously CanalTP).
110-
| Kisio Digital is a subsidiary of Keolis (itself a subsidiary of SNCF, French national railway company).
109+
| Developments on Navitia are lead by Hove (previously Kisio Digital and CanalTP).
110+
| Hove is a subsidiary of Keolis (itself a subsidiary of SNCF, French national railway company).
111111
112112
.. _api.navitia.io: https://api.navitia.io
113113

readme_release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This lets the script decide if it's major or minor release.
1313
The decision is based on the data_version located in source/type/data.cpp
1414
See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how data_version is managed.
1515

16-
First have a look on github's repo at PRs about to be released https://github.com/CanalTP/navitia/pulls?q=is%3Apr+is%3Aclosed+sort%3Aupdated-desc
16+
First have a look on github's repo at PRs about to be released https://github.com/hove-io/navitia/pulls?q=is%3Apr+is%3Aclosed+sort%3Aupdated-desc
1717
* Check that `not_in_changelog` and `hotfix` labels are correct and none is missing on PRs that are gonna be released
1818
* Check that titles are correct (clear, with the component impacted)
1919

@@ -63,7 +63,7 @@ Then the process is less automated (but still, instructions are given):
6363
```
6464
Version 2.57.0
6565

66-
* Kraken: Add ptref shortcut between physical_mode and jpps <https://github.com/CanalTP/navitia/pull/2417>
66+
* Kraken: Add ptref shortcut between physical_mode and jpps <https://github.com/hove-io/navitia/pull/2417>
6767
```
6868

6969
## And Finally

source/ed/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Component that loads a GTFS data set into `ed`.
5757

5858
The directory containing all gtfs text files is given with the `-i` option
5959

60-
Warning: This component will soon be deprecated and replaced by our gtfs2ntfs converter.<br>You can check it in [navitia_model](https://github.com/CanalTP/navitia_model).
60+
Warning: This component will soon be deprecated and replaced by our gtfs2ntfs converter.<br>You can check it in [navitia_model](https://github.com/hove-io/navitia_model).
6161
The output NTFS will then be provided to fusio2ed.
6262

6363
## fusio2ed
6464
Component that loads a NTFS fusio data set into `ed`.
6565

66-
NTFS is a CanalTP custom file format derived from GTFS but with additional files.
66+
NTFS is a Hove custom file format derived from GTFS but with additional files.
6767

6868
The directory containing all NTFS text files is given with the `-i` option
6969

source/jormungandr/readme.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Create a file `jormungandr.json` in a custom directory like:
3434
}
3535
```
3636

37-
You can copy the one from [documentation/examples/config/Jormungandr.json](https://github.com/CanalTP/navitia/blob/dev/documentation/examples/config/Jormungandr.json)
37+
You can copy the one from [documentation/examples/config/Jormungandr.json](https://github.com/hove-io/navitia/blob/dev/documentation/examples/config/Jormungandr.json)
3838

39-
Make sure `key` and `socket` respectively match `instance_name` and `zmq_socket` from your Kraken config file ([kraken.ini](https://github.com/CanalTP/navitia/blob/dev/documentation/examples/config/kraken.ini)).
39+
Make sure `key` and `socket` respectively match `instance_name` and `zmq_socket` from your Kraken config file ([kraken.ini](https://github.com/hove-io/navitia/blob/dev/documentation/examples/config/kraken.ini)).
4040

4141
As an alternative, you can also give the json through an environment variable like:
4242
```sh
@@ -45,7 +45,7 @@ JORMUNGANDR_INSTANCE_FR_IDF='{"key": "fr-idf","zmq_socket": "tcp://localhost:300
4545

4646
## Environment Variables
4747

48-
Environment variables can be set when the service is started. Referer to [default_settings.py](https://github.com/CanalTP/navitia/blob/dev/source/jormungandr/jormungandr/default_settings.py)
48+
Environment variables can be set when the service is started. Referer to [default_settings.py](https://github.com/hove-io/navitia/blob/dev/source/jormungandr/jormungandr/default_settings.py)
4949

5050
example for a development environment:
5151

@@ -142,8 +142,8 @@ Jormungandr is trying to access a "jormungandr" database. You can disable this d
142142

143143
The profiling of Jormungandr is done thanks to Werkzeug profiler, for more details, one can read this interesting [article](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xvi-debugging-testing-and-profiling), more specifically, in the Profiling section.
144144

145-
To enable the profiling of Jormungandr, one must set `ACTIVATE_PROFILING` to True in the `$JORMUNGANDR_CONFIG_FILE`[default_settings.py](https://github.com/CanalTP/navitia/blob/dev/source/jormungandr/jormungandr/default_settings.py).
146-
Then set the correct directory(create one if not exists) for the output of profiler [profile](https://github.com/CanalTP/navitia/blob/dev/source/jormungandr/jormungandr/api.py#L130).
145+
To enable the profiling of Jormungandr, one must set `ACTIVATE_PROFILING` to True in the `$JORMUNGANDR_CONFIG_FILE`[default_settings.py](https://github.com/hove-io/navitia/blob/dev/source/jormungandr/jormungandr/default_settings.py).
146+
Then set the correct directory(create one if not exists) for the output of profiler [profile](https://github.com/hove-io/navitia/blob/dev/source/jormungandr/jormungandr/api.py#L130).
147147

148148
The profiling is triggered on every arrival of a request, so a profile file is generated when a request is processed.
149149

0 commit comments

Comments
 (0)