add site config to mkdocs
This commit is contained in:
parent
8cce0c0eca
commit
4d6df33921
11
mkdocs.yml
11
mkdocs.yml
|
|
@ -1,2 +1,11 @@
|
|||
site_name: Manta
|
||||
site_description: Manta Documentation
|
||||
site_author: Fischer Moseley
|
||||
|
||||
repo_url: https://github.com/fischermoseley/manta/
|
||||
|
||||
theme:
|
||||
name: material
|
||||
name: material
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
from manta import Manta
|
||||
|
||||
m = Manta('/Users/fischerm/fpga/manta/examples/nexys_a7/single_lut_ram/manta.yaml')
|
||||
m.generate_hdl('inspecto_time.v')
|
||||
Loading…
Reference in New Issue