Georg Brandl 写道:
>
> Yes, one usually needs a bit of thinking about the basic concepts, and what is
> different to systems like SVN :)
>
I just add a new extension (lilypond). Could you take a look and tell me
whether I
did anything wrong?
What I have done is
- Adding a directory named lilypond.
- Adding a line under "List of extensions" in README.
If it's all right, I will push other extensions.
And I have a question. One of my extension have two extra files in the _static
directory, a .js file and a .css file. Where should I put them? The content of
the
css file is
@import "default.css";
/* Sword folding style */
.open-fold .Folded { display: none; }
.open-fold .fulltext { display: inline; }
.open-fold .toggle-open { display: none; }
.open-fold .toggle-closed { display: inline; }
.closed-fold .Folded { display: inline; }
.closed-fold .fulltext { display: none; }
.closed-fold .toggle-open { display: inline; }
.closed-fold .toggle-closed { display: none; }
It actually needs to add some lines in user's css template. What should I do
with
the css file?
>
> I've added you as a writer.
>
Thanks!
Best wishes,
Wei-Wei
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---