mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
[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:
parent
13ff089dad
commit
14ee31dc6a
7 changed files with 343 additions and 2 deletions
15
docs/source/_static/custom.css
Normal file
15
docs/source/_static/custom.css
Normal 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: "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue