Skip to content

A template for materials generated by participants of the 2023 NumFOCUS DISC Unconference

License

Notifications You must be signed in to change notification settings

melissawm/disc-unconference-project

Repository files navigation

disc-unconference-project

A template for materials generated by participants of the 2023 NumFOCUS DISC Unconference

How to use this repository

This repository is meant to be forked and edited so that you have a starting point when creating your own project. All instructions below are meant to be executed on your own fork, so that you have a copy of the template that you can adjust to your needs.

Alternatively, you can click the Use this template button in the GitHub web interface for this repository:

"Use this template" button highlighted on GitHub web interface

How to build and visualize these documents

This repository sets up a JupyterBook. All your content should be markdown files stored in the my-project folder. You can rename this folder to your liking.

Make sure to update the project name, repository URL and author information in _config.yml.

Building locally

To build the book locally, you need to have JupyterBook installed. You can use either pip or conda to install this and other requirements for your book by running

pip install -r requirements.txt

or

conda create -f environment.yml
conda activate project

Then, run

jupyter-book build my-project

to build the book. You can then open the generated my-project/_build/html/index.html file in your browser to view the book.

GitHub pages

This repository comes with a pre-defined GitHub pages setup. To enable it, go to the repository settings, scroll down to the GitHub pages section in the left sidebar, and select the GitHub Actions source for deployment:

GitHub pages settings

You also need to edit the pages.yml file if you rename the project or change the folder where the project is stored.

You can then access your site at https://<your-github-username>.github.io/disc-unconference-project/.

Contributing to this repository

If you find typos, incomplete or misleading instructions, or have suggestions for improvements to this template, open an issue at the numfocus/disc-unconference-project repo.

About

A template for materials generated by participants of the 2023 NumFOCUS DISC Unconference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published