[doc] Why libcst?

* reuse README intro section in doc

* [doc] Why LibCST?

* reuse README intro section in doc

* [doc] Why LibCST?
This commit is contained in:
jimmylai 2019-07-24 12:19:00 -07:00 committed by GitHub
parent 13ff089dad
commit 14ee31dc6a
7 changed files with 343 additions and 2 deletions

View file

@ -0,0 +1,15 @@
.toggle {
display: block;
clear: both;
}
.toggle:after {
content: "Show Code [+]";
}
.toggle.open:before {
content: "Hide Code [-]";
}
.toggle.open:after {
content: "";
}