Skip to content

Commit

Permalink
Add GH Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Cathal McCabe committed Mar 26, 2024
1 parent 8687408 commit 18d8b14
Show file tree
Hide file tree
Showing 1,746 changed files with 2,949 additions and 311,951 deletions.
25 changes: 0 additions & 25 deletions .coveragerc

This file was deleted.

39 changes: 0 additions & 39 deletions .gitattributes

This file was deleted.

55 changes: 6 additions & 49 deletions .gitignore
@@ -1,49 +1,6 @@
# Compiled Sources
###################
*.o
*.map
*.hex
*.dis
*.exe

# Packages
############

# Windows Thumbnail
######################
Thumbs.db
thumbs.db

# Logs, Databases and Journals
######################
*.log
*.jou
*.vitis_hls_log*.xml

# VIM Swap Files
######################
*.swp

# Build directory
######################
build/
sdcard/

# Raw overlay files
*.bit
*.hwh
*.xsa

# Test failure outputs
######################
tests/*.exp
tests/*.out

# Python cache files
######################
__pycache__/

# Customized Makefile/project overrides
######################
GNUmakefile
user.props
_site
.sass-cache
Gemfile.lock
*.gem
.jekyll-cache
.jekyll-cache
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

29 changes: 0 additions & 29 deletions .readthedocs.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .rubocop.yml
@@ -0,0 +1,11 @@
inherit_gem:
rubocop-github:
- config/default.yml

AllCops:
Exclude:
- _site/**/*
- vendor/**/*

Layout/LineLength:
Enabled: false
6 changes: 6 additions & 0 deletions .travis.yml
@@ -0,0 +1,6 @@
language: ruby
cache: bundler
rvm: 2.6

install: script/bootstrap
script: script/cibuild
1 change: 1 addition & 0 deletions CNAME
@@ -0,0 +1 @@
www.pynq.io
91 changes: 0 additions & 91 deletions CONTRIBUTING.md

This file was deleted.

5 changes: 5 additions & 0 deletions Gemfile
@@ -0,0 +1,5 @@
# frozen_string_literal: true

source "https://rubygems.org"

gemspec

0 comments on commit 18d8b14

Please sign in to comment.