Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GH Pages #1439

Merged
merged 1 commit into from Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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