Skip to content

jchylik/how_to_ac3airborne

 
 

Repository files navigation

how_to_ac3airborne

This book describes the data from the AC3 related airborne campaigns.

The compiled book with the data description and the examples can be found here

Usage

Building the book

If you'd like to develop on and build the how_to_ac3airborne book, you should:

  • Clone this repository and run
  • Run pip install -r requirements.txt (it is recommended you do this within a virtual environment)
  • (Recommended) Remove the existing how_to_ac3airborne/_build/ directory
  • Run jupyter-book build how_to_ac3airborne/

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

Now you need to add it to git, commit it and push it back.

  • git add .
  • git commit -m "describe your work"
  • git push

Hosting the book

The html version of the book is hosted on the gh-pages branch of this repo.

  • Navigating to your local build; and running,
  • ghp-import -n -p -f how_to_ac3airborne/_build/html

This can be automatically done an action on github which builds the gh-pages branch. This is deactivated due to ac3airbone being not available on PyPi More information on this hosting process can be found here.

Contributors

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.

About

The book that describes the work related to the Arctic airborne data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • TeX 0.1%