Skip to content

Commit

Permalink
DOCS-#2426,DOCS-#2424: Fixed two issues
Browse files Browse the repository at this point in the history
- Closes #2424, CONTRIBUTING.rst does not render the commit message formatting example
- Closes #2426, Bad links in index.rst
- Renamed CONTRIBUTING.rst into contributing.rst

Signed-off-by: Victor Fomin <vfdev.5@gmail.com>
  • Loading branch information
vfdev-5 committed Nov 14, 2020
1 parent 5252282 commit 2449add
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
5 changes: 3 additions & 2 deletions docs/CONTRIBUTING.rst → docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ with this project or the open source license(s) involved."
Signed-off-by: Awesome Developer <developer@example.org>
.
Code without a proper signoff cannot be merged into the
master branch. Note: You must use your real name (sorry, no pseudonyms or anonymous
contributions.)
Expand Down Expand Up @@ -88,7 +87,9 @@ To ensure that all commit messages in the master branch follow a specific format
enforce that all commit messages must follow the following format:

.. code-block:: bash
FEAT-#9999: Add `DataFrame.rolling` functionality, to enable rolling window operations
FEAT-#9999: Add `DataFrame.rolling` functionality, to enable rolling window operations
The ``FEAT`` component represents the type of commit. This component of the commit
message can be one of the following:

Expand Down
2 changes: 1 addition & 1 deletion docs/developer/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Supported Execution Frameworks and Memory Formats

This is the list of execution frameworks and memory formats supported in Modin. If you
would like to contribute a new execution framework or memory format, please see the
documentation page on :doc:`../CONTRIBUTING`.
documentation page on :doc:`../contributing`.

- `Pandas on Ray`_
- Uses the Ray_ execution framework.
Expand Down
14 changes: 4 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ nature, you get a fast DataFrame at 1MB and 1TB+.
.. toctree::
:caption: How is Modin different from ...?

comparisons/index
comparisons/pandas
comparisons/dask
comparisons/spark
comparisons/index
comparisons/pandas
comparisons/dask
comparisons/spark

.. toctree::
:caption: Supported APIs
Expand All @@ -164,12 +164,6 @@ nature, you get a fast DataFrame at 1MB and 1TB+.
UsingPyarrowonRay/index
UsingSQLonRay/index

.. toctree::
:caption: Contributing to Modin

contributing
architecture

.. toctree::
:caption: Help

Expand Down

0 comments on commit 2449add

Please sign in to comment.