Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-#2426,DOCS-#2424: Fixed docs issues and warnings #2431

Merged
merged 1 commit into from
Nov 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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