Commit Graph

13 Commits

Author SHA1 Message Date
Piotr Katarzynski 38aa82e0e8 Add repository links to the README.src.rst
Update wording
Regenerate README.rst

Signed-off-by: Piotr Katarzynski <pkatarzynski@antmicro.com>
2020-11-16 17:39:30 +01:00
Paul Sorensen 8679f8f228 Fix README.rst code block 2020-08-18 16:17:07 -07:00
Kane York b263195330
Add 'make submodules' to download standard cell libraries 2020-07-27 00:36:20 -07:00
Tim 'mithro' Ansell 9eb6147c06 docs: Remove extra include.
`rst_include` tool seems to handle recursive includes correctly now.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2020-07-20 14:59:37 -07:00
Rholais Lii 88809c2cdf
Fix more typo 2020-07-10 17:02:16 +08:00
Rholais Lii e172d63674
Fix typo 2020-07-10 16:54:26 +08:00
Tim 'mithro' Ansell 3c85e455d0 docs: Fix the build badge for ReadTheDocs.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-06-22 14:28:06 -07:00
Kevin Kiningham 66a3ed0d28 Fix 130nm inspiration doc link 2020-06-20 22:23:07 -07:00
Tim 'mithro' Ansell dab6e6c2a4 Fix link to the skywater-pdk-users group.
Fixes Issue #18.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-06-16 12:30:24 -07:00
Tim 'mithro' Ansell 24e4310472 docs: Small improvements.
* Clean up sphinx warnings.
 * Include status in multiple locations.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-14 17:20:32 -07:00
Tim 'mithro' Ansell 79ca519b24 docs: Expand the process node information a little.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-08 20:54:22 -07:00
Tim 'mithro' Ansell d982b0aea7 docs: Change levels of two headings.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-08 20:54:22 -07:00
Tim 'mithro' Ansell 8d719604ef docs: Generate README.rst to work around GitHub not rendering `.. include::` in rst files.
This work might look like extensive for just fixing a small issue like
the include rendering, but it will all be heavily reused by the
skywater-pdk scripts that will be released soon.

This commit;
 - Adds Makefile for creating a self contained conda environment under
   `env/conda`

 - Installs required Python dependencies into the environment (which is
   currently just the `rst_include` tool).

 - Has a Makefile to generate `README.rst` from `README.src.rst`

 - Has Travis CI run on repository and check that the `README.rst` file
   has been rebuilt and committed if any of the dependencies have
   change.

Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
2020-05-08 20:54:22 -07:00