diff --git a/docs/Current_graph.md b/docs/Current_graph.md deleted file mode 100644 index 1d64977b4..000000000 --- a/docs/Current_graph.md +++ /dev/null @@ -1,5 +0,0 @@ -# Full transaction-method graph - -```{eval-rst} -.. include:: auto_graph.rst -``` diff --git a/docs/Assumptions.md b/docs/assumptions.md similarity index 100% rename from docs/Assumptions.md rename to docs/assumptions.md diff --git a/docs/current-graph.md b/docs/current-graph.md new file mode 100644 index 000000000..c176682f2 --- /dev/null +++ b/docs/current-graph.md @@ -0,0 +1,12 @@ +# Full transaction-method graph + +
+
+ + ```{eval-rst} + .. include:: auto_graph.rst + + ``` + +
+
diff --git a/docs/Development_environment.md b/docs/development-environment.md similarity index 100% rename from docs/Development_environment.md rename to docs/development-environment.md diff --git a/docs/Home.md b/docs/home.md similarity index 100% rename from docs/Home.md rename to docs/home.md diff --git a/docs/index.md b/docs/index.md index 85d7b3e2c..0e16a25ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,17 +5,17 @@ maxdepth: 3 --- -Home.md -Assumptions.md -Development_environment.md -Transactions.md -scheduler/Overview.md -shared_structs/Implementation/RS_impl.md -shared_structs/RS.md -Current_graph.md -Problem-checklist.md -synthesis/Synthesis.md +home.md +assumptions.md +development-environment.md +transactions.md +scheduler/overview.md +shared-structs/implementation/rs-impl.md +shared-structs/rs.md +current-graph.md +problem-checklist.md +synthesis/synthesis.md components/icache.md -miscellany/exceptionsSummary.md +miscellany/exceptions-summary.md api.md ``` diff --git a/docs/miscellany/exceptionsSummary.md b/docs/miscellany/exceptions-summary.md similarity index 100% rename from docs/miscellany/exceptionsSummary.md rename to docs/miscellany/exceptions-summary.md diff --git a/docs/Problem-checklist.md b/docs/problem-checklist.md similarity index 100% rename from docs/Problem-checklist.md rename to docs/problem-checklist.md diff --git a/docs/scheduler/Overview.md b/docs/scheduler/overview.md similarity index 100% rename from docs/scheduler/Overview.md rename to docs/scheduler/overview.md diff --git a/docs/shared_structs/Implementation/RS_impl.md b/docs/shared-structs/implementation/rs-impl.md similarity index 100% rename from docs/shared_structs/Implementation/RS_impl.md rename to docs/shared-structs/implementation/rs-impl.md diff --git a/docs/shared_structs/RS.md b/docs/shared-structs/rs.md similarity index 100% rename from docs/shared_structs/RS.md rename to docs/shared-structs/rs.md diff --git a/docs/synthesis/Synthesis.md b/docs/synthesis/synthesis.md similarity index 100% rename from docs/synthesis/Synthesis.md rename to docs/synthesis/synthesis.md diff --git a/docs/Transactions.md b/docs/transactions.md similarity index 100% rename from docs/Transactions.md rename to docs/transactions.md