aboutsummaryrefslogtreecommitdiffstats
path: root/guidelines/Checklists
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2023-01-02 16:07:36 +0100
committerGitHub <noreply@github.com>2023-01-02 16:07:36 +0100
commit257b41cd1fc3f5ce73fd111e7014150f46af833c (patch)
tree33aedbe2ca1f0420b182a7dea8606078044902b4 /guidelines/Checklists
parent3ebc50dee4007f8cca4ffc0e850bc3e86f7641f4 (diff)
parentf2a4e5f1a077e7980598114adf33951132e60785 (diff)
downloadyosys-257b41cd1fc3f5ce73fd111e7014150f46af833c.tar.gz
yosys-257b41cd1fc3f5ce73fd111e7014150f46af833c.tar.bz2
yosys-257b41cd1fc3f5ce73fd111e7014150f46af833c.zip
Merge pull request #3577 from KrystalDelusion/deprecate_manual
Deprecate manual
Diffstat (limited to 'guidelines/Checklists')
-rw-r--r--guidelines/Checklists14
1 files changed, 5 insertions, 9 deletions
diff --git a/guidelines/Checklists b/guidelines/Checklists
index cc61c7876..51756cfd7 100644
--- a/guidelines/Checklists
+++ b/guidelines/Checklists
@@ -11,7 +11,7 @@ Things to do right away:
Things to do after finalizing the cell interface:
- Add support to kernel/satgen.h for the new cell type
- - Add to manual/CHAPTER_CellLib.tex (or just add a fixme to the bottom)
+ - Add to docs/source/CHAPTER_CellLib.rst (or just add a fixme to the bottom)
- Maybe add support to the Verilog backend for dumping such cells as expression
@@ -29,11 +29,9 @@ Update the CHANGELOG file:
Update and check documentation:
cd ~yosys
- make update-manual
- make manual
- - sanity check the figures in the appnotes and presentation
+ make docs
+ - sanity check the figures in docs/images
- if there are any odd things -> investigate
- - make cosmetic changes to the .tex files if necessary
cd ~yosys
vi README guidelines/*
@@ -108,13 +106,11 @@ Release:
Updating the website:
cd ~yosys
- make manual
make install
- - update pdf files on the website
-
cd ~yosys-web
- make update_cmd
make update_show
git commit -am update
make push
+
+ - Read the Docs updates handled by Jenkins on source change