rename index.markdown.markdown files
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 5 May 2020 09:04:27 +0000 (10:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 5 May 2020 09:04:27 +0000 (10:04 +0100)
Documentation/SOC/index.md.mdwn [deleted file]
Documentation/SOC/index.mdwn [new file with mode: 0644]
Documentation/index.md.mdwn [deleted file]
Documentation/index.mdwn [new file with mode: 0644]
sidebar.mdwn

diff --git a/Documentation/SOC/index.md.mdwn b/Documentation/SOC/index.md.mdwn
deleted file mode 100644 (file)
index 3c56d8a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-The SOC is designed to be compliant with POWER 3.0B with somewhere near 300 instructions excluding Vector instructions.
diff --git a/Documentation/SOC/index.mdwn b/Documentation/SOC/index.mdwn
new file mode 100644 (file)
index 0000000..3c56d8a
--- /dev/null
@@ -0,0 +1 @@
+The SOC is designed to be compliant with POWER 3.0B with somewhere near 300 instructions excluding Vector instructions.
diff --git a/Documentation/index.md.mdwn b/Documentation/index.md.mdwn
deleted file mode 100644 (file)
index 8f39ae8..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Documentation
-## Codebase Structure
-
-The SOC is partitioned into three repositories at the moments.
-
-| Git Repo | Documentation |
-|----------|---------------|
-| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [SOC Docs](../SOC/index.md) |
-| [FPU](https://git.libre-soc.org/?p=ieee754fpu.git;a=tree) | -- |
-| [nmutil](https://git.libre-soc.org/?p=nmutil.git;a=tree) | -- |
-
-## Installing the Codebase
-
-    pip3 install virtualenv requests
-    mkdir ~/.virtualenvs && cd ~/.virtualenvs
-    python3 -m venv libresoc
-    source ~/.virtualenvs/bin/activate
-    
-    cd ~; mkdir libresoc; cd libresoc
-    git clone https://git.libre-riscv.org/git/nmutil.git
-    git clone https://git.libre-riscv.org/git/ieee754fpu.git
-    git clone https://git.libre-riscv.org/git/soc.git
-    
-    cd nmutil; pip3 install -e .; cd ..
-    cd ieee754fpu; pip3 install -e .; cd ..
-    cd soc; pip3 install -e .; cd ..
-    
-    python3 soc/src/soc/decoder/power_decoder.py
-    yosys -p "read_ilang decoder.il; show dec31" 
diff --git a/Documentation/index.mdwn b/Documentation/index.mdwn
new file mode 100644 (file)
index 0000000..8f39ae8
--- /dev/null
@@ -0,0 +1,29 @@
+# Documentation
+## Codebase Structure
+
+The SOC is partitioned into three repositories at the moments.
+
+| Git Repo | Documentation |
+|----------|---------------|
+| [SOC](https://git.libre-soc.org/?p=soc.git;a=tree) | [SOC Docs](../SOC/index.md) |
+| [FPU](https://git.libre-soc.org/?p=ieee754fpu.git;a=tree) | -- |
+| [nmutil](https://git.libre-soc.org/?p=nmutil.git;a=tree) | -- |
+
+## Installing the Codebase
+
+    pip3 install virtualenv requests
+    mkdir ~/.virtualenvs && cd ~/.virtualenvs
+    python3 -m venv libresoc
+    source ~/.virtualenvs/bin/activate
+    
+    cd ~; mkdir libresoc; cd libresoc
+    git clone https://git.libre-riscv.org/git/nmutil.git
+    git clone https://git.libre-riscv.org/git/ieee754fpu.git
+    git clone https://git.libre-riscv.org/git/soc.git
+    
+    cd nmutil; pip3 install -e .; cd ..
+    cd ieee754fpu; pip3 install -e .; cd ..
+    cd soc; pip3 install -e .; cd ..
+    
+    python3 soc/src/soc/decoder/power_decoder.py
+    yosys -p "read_ilang decoder.il; show dec31" 
index c61fc9d46a16f1ff8d09ecf095abc45e5a2024fa..ff213519b3023b45cda91f1737c5d5a88dd12a40 100644 (file)
@@ -4,7 +4,7 @@
 | [Updates][9]          |
 | [[conferences]]                |
 | [[HDL_workflow]]               |
-| [Documentation](../Documentation/index.md) |
+| [Documentation](/Documentation/index) |
 | [Bugs and Tasks][2]            |
 | [Mailing Lists][3]             |
 | [List Archives][4]             |