An open API service indexing awesome lists of open source software.

https://github.com/audreyfeldroy/deckthehalls

A merry FastHTML nbdev project that uses Pygments for Christmas joy
https://github.com/audreyfeldroy/deckthehalls

Last synced: 3 months ago
JSON representation

A merry FastHTML nbdev project that uses Pygments for Christmas joy

Awesome Lists containing this project

README

        

# deckthehalls

This file will become your README and also the index of your
documentation.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install deckthehalls in Development mode

``` sh
# make sure deckthehalls package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to deckthehalls
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/audreyfeldroy/deckthehalls):

``` sh
$ pip install git+https://github.com/audreyfeldroy/deckthehalls.git
```

or from [conda](https://anaconda.org/audreyfeldroy/deckthehalls)

``` sh
$ conda install -c audreyfeldroy deckthehalls
```

or from [pypi](https://pypi.org/project/deckthehalls/)

``` sh
$ pip install deckthehalls
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/audreyfeldroy/deckthehalls)’s
[pages](https://audreyfeldroy.github.io/deckthehalls/). Additionally you
can find package manager specific guidelines on
[conda](https://anaconda.org/audreyfeldroy/deckthehalls) and
[pypi](https://pypi.org/project/deckthehalls/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

2