ACDguide / BigData

Working with big/challenging data collections
https://ACDguide.github.io/BigData
Other
7 stars 5 forks source link

Working with Big/Challenging Data Collections

How to contribute

Outline of steps to contribute

  1. Open an issue with any updates you think are needed. This is helpful to keep track of changes being made to the book.
  2. Make the updates/edits (see steps below) as a PR from your local fork to the base repo.
  3. Assign someone to review your PR (see steps below).
  4. Merge the PR once it has been approved.

Steps to make edits/updates to this book

No edits should be made to the main branch of ACDguide/BigData (the base repository), unless correcting minor typos.

Reviewing/commenting on PRs

How to use the JupyterBook locally

Building the book

If you'd like to develop on the Working with Big/Challenging Data Collections book locally, you will need to build the book on your local machine. You should:

A fully-rendered HTML version of the book will be built in BigData/_build/html/.

Hosting the book

The html version of the book is hosted on the gh-pages branch of this repo. A GitHub actions workflow has been created that automatically builds and pushes the book to this branch on a push or pull request to main.

If you wish to disable this automation, you may remove the GitHub actions workflow and build the book manually by:

This will automatically push your build to the gh-pages branch. More information on this hosting process can be found here.

Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the contributors tab.

Credits

This project is created using the excellent open source Jupyter Book project and the executablebooks/cookiecutter-jupyter-book template.