Helping with documentation — Apache Arrow v21.0.0.dev26 (original) (raw)

A great way to contribute to the project is to improve documentation.

If you are an Arrow user and you found some docs to be incomplete or inaccurate, share your hard-earned knowledge with the rest of the community.

If you didn’t come across something to improve in the documentation itself, you can search for an issue in GitHub.

Note

When searching for an issue that deals with documentation, navigate to GitHub labelsand select Component: Documentation or search for Documentationin the “Search all labels” window.

See Example search.

Documentation improvements are also a great way to gain some experience with our submission and review process without requiring a lot of local development environment setup.

Note

Many documentation-only changes can be made directly in the GitHub web interface by clicking the Edit this pageon the right top corner of the documentations page. This will handle making a fork and a pull request for you.

click on edit this page

On the right corner of the file in GitHub click on pen icon.#

edit file in GitHub.

Now you can edit the file in GitHub.#

You could also build the entire project, make the change locally on your branch and make the PR this way. But it is by no means superior to simply editing via GitHub.

If you wish to build the documentation locally, follow detailed instructions on Building the Documentation.

Where to find the correct file to change?#

Most of the documentation is located in the docs/source of the Arrow library. Source folder includes:

Cookbooks have their own repository apache/arrow-cookbookand can be separately cloned and built.