@@ -8,8 +8,8 @@ If you're interested in getting involved in the development of Modin, but aren't
88where start, take a look at the issues tagged `Good first issue `_ or Documentation _.
99These are issues that would be good for getting familiar with the codebase and better
1010understanding some of the more complex components of the architecture. There is
11- documentation here about the architecture _ that you will want to review in order to get
12- started.
11+ documentation here about the :doc: ` architecture < /developer/architecture >` that you will
12+ want to review in order to get started.
1313
1414Also, feel free to join the discussions on the `developer mailing list `_.
1515
@@ -143,7 +143,7 @@ Adding a test
143143
144144If you find yourself fixing a bug or adding a new feature, don't forget to add a test to
145145the test suite to verify its correctness! More on testing and the layout of the tests
146- can be found in our testing _ documentation. We ask that you follow the existing
146+ can be found in our testing documentation. We ask that you follow the existing
147147structure of the tests for ease of maintenance.
148148
149149Running the tests
@@ -214,6 +214,7 @@ Some details about using Modin on Ray with Asv:
214214Some details for maintenance:
215215
216216* ``modin/asv_bench/asv.conf.json `` contains the modin dependencies, with which testing takes place.
217+
217218We need to keep them up to date according to the dependencies in ``setup.py ``.
218219
219220
@@ -241,7 +242,7 @@ Contributing a new execution framework or in-memory format
241242----------------------------------------------------------
242243
243244If you are interested in contributing support for a new execution framework or in-memory
244- format, please make sure you understand the architecture _ of Modin.
245+ format, please make sure you understand the :doc: ` architecture < /developer/architecture >` of Modin.
245246
246247The best place to start the discussion for adding a new execution framework or in-memory
247248format is the `developer mailing list `_.
@@ -250,11 +251,8 @@ More docs on this coming soon...
250251
251252.. _Good first issue : https://github.com/modin-project/modin/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue+%3Abeginner%3A%22
252253.. _Documentation : https://github.com/modin-project/modin/issues?q=is%3Aissue+is%3Aopen+label%3A%22documentation+%3Abookmark_tabs%3A%22
253- .. _architecture : architecture.html
254- .. _internal methods :
255254.. _black : https://github.com/ambv/black
256255.. _flake8 : http://flake8.pycqa.org/en/latest/
257256.. _Github Actions : https://github.com/features/actions
258- .. _testing :
259257.. _Asv : https://github.com/airspeed-velocity/asv#airspeed-velocity
260258.. _developer mailing list : https://groups.google.com/forum/#!forum/modin-dev
0 commit comments