Commit Graph

1869 Commits

Author SHA1 Message Date
Robby Findler
b66e924310 move the slideshow/pict library to its own collection
also, adjust all of the requires in the tree to point to the pict
collection

original commit: 9932ef33f77ab8bd9751568b4ef2d1b1e3cf4254
2013-05-12 22:07:58 -05:00
Jay McCarthy
bb9ffefd74 Adding customization of command-char to web-server/template
This entails adding it to include/text and read-syntax-inside as well.

original commit: 73232afd9934f5b7918d29414d835f33f21aa57c
2013-05-08 10:52:40 -06:00
Matthew Flatt
fff0344f4e render non-installaction-scoped package docs with an indirection
The indirection uses a "local-redirect.js" script to rewrite
the document links to local links within the browser. This mechanism
is a step towards distributing compiled packages that include
already-built documentation, where paths to other documentation
can be different than in the build environment.

If the links are not rewritten, they are queries to
"pkg-docs.racket-lang.org", with the idea tha such a server will exist
for reading all package documentation online. Also, a package's
documentation that refer to documentation for uninstalled packages,
in which case the corresponding links will not get rewritten and
will continue to point to the server.

Rendering the "local-redirect.js" script spends a lot of time just
converting among different path formats. Various library changes in
this commit are aimed at speed up those conversions, but the big
improvement came from a `path->url-string' that shortcuts conversion
os simple Unix paths.

original commit: 9361b1e709bc7a75822c7da68530cbe0fef4ae28
2013-05-08 09:54:30 -04:00
Matthew Flatt
76a79e3536 scribble: fix `--redirect{-main}' and non-HTML mode
original commit: 4ac6a6b3e3d381bc0e20ecb19258cf8b520a8437
2013-05-07 12:00:13 -04:00
Matthew Flatt
8a3c287eb6 scribble: fix binding search for phase 1 through initial import
Changing the implementation of `racket' in terms of `racket/base'
exposed this bug.

original commit: f3a7833dcf7a87b885ab562f06727fde050cb95a
2013-05-07 08:31:16 -04:00
Matthew Flatt
9097b87aca make scribble' (and raco scribble') use a `doc' submodule when present
original commit: f60803c300e5c208d80b8e2567a2622f114758b5
2013-05-07 08:31:16 -04:00
Matthew Flatt
e2578af0ef scribble/manual: make `defmodule' more flexible
original commit: eb924d75b638f10780fad46126072311e54d88ed
2013-04-30 09:36:48 -06:00
Asumu Takikawa
9f4dba7886 Note that Markdown mode now uses ```racket in docs
original commit: 16d3ad7fe5bd4b4f4c25fc4cad8a0e492e992df0
2013-04-29 17:06:02 -04:00
Eli Barzilay
bba5d06448 Remove some redundant "www."s.
original commit: ef0f610ca73207fe661994677129d456493e47f9
2013-04-28 12:53:07 -04:00
Robby Findler
21a7b4ed08 add missing for-label require
original commit: f07e18361721072485309fd14bca54b5bfcd46b2
2013-04-25 17:32:00 -05:00
Robby Findler
80b8bbd686 add an example with html tags and attributes
original commit: 5db7715b279991ae2e9581fc824fb9424b9b2c47
2013-04-21 20:46:44 -05:00
Matthew Flatt
8876f00787 scribble/manual: add #:link-target?' to defproc', `defform', etc.
Specifying `#:link-target? #f' gets blue-box typesetting without
declaring documentaton for a binding.

original commit: 5c4a7db828b1e1d7d43047b6ba32b8a00297df44
2013-04-21 09:49:14 -06:00
Robby Findler
8ae2827b2d typo in proc-docs docs.
original commit: eb4e89f3ffd865cabd3b66ae68c4856ca126f56e
2013-04-20 22:22:06 -05:00
Asumu Takikawa
b1496888d3 Fix doc contracts
original commit: a9286ce7262ba3b39b63fc859ca93132cda84e5c
2013-04-20 23:17:59 -04:00
Matthew Flatt
6d84b17b7c scribble/reader: allow escape character to be non-ASCII
original commit: 96c5521196dc1fe19c401950775b2c8f8e80991f
2013-04-19 20:46:25 -06:00
Robby Findler
4ab5a49c99 extend proc-doc to support optional arguments in an ->i contract
also refactor to be able to add some unit tests

original commit: 8ce213bf1c17d38cab651634b2892d15916ca301
2013-04-06 19:04:05 -05:00
David Van Horn
0808c21415 Add #:lang and input-program inputs to make-base-eval and friends.
This commit extends make-base-eval, make-base-eval-factory, and
make-eval-factory with an #:eval and input-program inputs so that
these functions are more like racket/sandbox make-evaluator.

original commit: 213430f728b33486fcc8334058a833f9d8c9de78
2013-04-06 09:00:41 -06:00
Ryan Culpepper
d16c59f097 added with-eval-preserve-source-locations to scribble/eval
Makes it possible to show examples of redex term->pict, etc.

original commit: 516f56fc83653558d3b3bfea8cb471a213dcbe25
2013-04-04 13:28:01 -04:00
Ryan Culpepper
af5721a887 added optional #:grammar clause to defform, etc
original commit: 293b208af72c53b5bb2b625650b19a52d1cf256d
2013-03-30 10:00:44 -04:00
Matthew Flatt
6b54708a39 scriblib/footnote: fix for non-Latex output
Also, fix warnings generated even for Latex mode.

original commit: 45f74eafe59df40ac7682e37aecce3b46ac05f06
2013-03-29 07:23:49 -06:00
Greg Hendershott
58fab5c3a6 Combine adjacent code spans into one.
These result from something like

    @racket[(x y)]

being treated by Scribble as multiple RktXXX items rather than one. As
a result the Markdown emitted was:

    `(``x`` ``y``)`

But obviously instead we want:

    `(x y)`

Kludgosity alert: Although it would probably be more-correct to
consolidate the RktXXX items at the Scribble structure level, I don't
easily see how. `@racket` is baking in the concept of Racket
lexing (classifying text as various kinds of Racket elements). This is
handy when the render will be HTML or Latek, and is benignly N/A when
it will be plain text. But it's a bit square-peg/round-hole when the
render will be Markdown. Rather than attempt to "un-lex" the Scribble
structures (I'm having trouble seeing how), I'm handling it
"after-the-fact" -- adjusting the generated Markdown text.

If anyone thinks the preceding is an elaborate rationalization for an
ugly kludge, I wouldn't argue, but I would need some help
understanding the preferable way to go about it.

original commit: 59bba2d197a42448d21c7f899d197b890adc7c9e
2013-03-29 07:23:49 -06:00
Greg Hendershott
3f1ebb9565 Fix problem handling examples and interaction.
Unlike plain `racketblock`, `examples` and `interaction` are
"nested". As a result we emitted bad Markdown like:

    ```racket
    Examples:
    ```racket
    some-code
    ```
    ```

Markdown code blocks can't nest, so this needs to be:

    ```racket
    Examples:
    some-code
    ```

Also: Updated the unit test with examples of `examples` and
`interaction`.

original commit: a5f6686270239484a5e7b2e6864c9bd5627d937d
2013-03-29 07:23:49 -06:00
Matthew Flatt
fc731bd1d7 scriblib/figure: add `#:continue?' option
original commit: a5f8584bab556be365233adb73fd9b8d42130bef
2013-03-29 07:23:49 -06:00
Jay McCarthy
3437fda407 Generalizing define-bibtex-cite
original commit: 875c20119d962c79ef3760a491bb24a57a2e51b5
2013-03-26 06:08:21 -06:00
Jay McCarthy
cb442ffa94 Support all define-cite options in define-bibtex-cite
original commit: 5bb51aff4c36253db680ff9bfa76801d7388b48b
2013-03-25 08:27:51 -06:00
Jay McCarthy
8f72339a18 Support mastersthesis, clarify docs, and add test of rendering
original commit: b3b10a39f5543729a4b2a427eb550f15c575227a
2013-03-25 08:27:51 -06:00
Robby Findler
abbbc02016 add interaction/no-prompt and clarify that interaction-eval
doesn't catch errors

original commit: e5d91baa2c593f88f0510f61a3a0f65fe22ea7db
2013-03-20 22:51:39 -05:00
Robby Findler
04a6e274f9 added scribble-exn->string
original commit: a29f37f18b19e8a87f01fb4da147c8c30eee788b
2013-03-20 22:51:39 -05:00
Matthew Flatt
b50c8a7f6a scribble/manual: add a #:key' argument to deftech'
original commit: dfcf50e1651a6dbf4a3aec00868cb74de9538d88
2013-03-19 15:48:21 -07:00
Eli Barzilay
3cbb1e4e0e Fix lots of indentation mistakes.
(Found by my ayatollah script...)

original commit: af6be85ff576e475753a46bd3f1690eb8bf88a28
2013-03-14 10:55:47 -04:00
Robby Findler
4c5c4342ef trim the list of new dots down to those that our latex
setup seems to handle

(and actually add them to latex-render.rkt ...)

original commit: 11969cdfa6188b254383882d73a1c1fe7997ac65
2013-03-13 10:13:34 -05:00
Robby Findler
3dd977cf2f missed some changes related to addition of dont-care values
in the lexers

original commit: 3e27388571292f1db95c558dd4a9bb1f944d395f
2013-03-10 21:56:43 -05:00
Robby Findler
7c59dcd240 adjust xmethod macro to yield a more helpful error message
original commit: 282cdcbb5b2513abde2df242611e0ea2157e9a77
2013-03-10 17:33:55 -05:00
Matthew Flatt
4cbccb1c85 scribble/srcdoc: add `begin-for-doc'
original commit: 9e0e2b932d09a30c8a09d1ab599cebc5e6d964c9
2013-03-07 21:46:48 -07:00
Matthew Flatt
ef2005e586 scribble/manual: add #:id' option to defthing'
Use this open in the HtDP language documentation in the same
way as for `defproc', which fixes the docs for `pi', `e', etc.

original commit: 8d03995b628771e529aa56403dbdd29a8e0926d5
2013-03-05 07:48:26 -07:00
Jon Rafkind
02d4fcbb0e autobib: document #:spaces keyword
original commit: e98b56228df0558b2144fccc578b6de6ed289e6c
2013-03-04 19:00:03 -07:00
Jon Rafkind
5aa01a0aaa autobib: add #:spaces argument to define-cite that puts N spaces between each bibliography entry
original commit: 37f47f7d68ae2a9e843190437f1e65f04c500397
2013-03-04 18:48:41 -07:00
Matthew Flatt
4e188c38da scribble: fix regression in HTML rendering
Fixes a problem with 2d5884b26a.

original commit: 114ab498d68454c831e8e57be584caadda6039cd
2013-03-04 07:53:18 -07:00
Eli Barzilay
2db885e761 Newlines at EOFs scan.
original commit: cec73f5652aee0b78f9265e6a2c4135f131a8248
2013-02-23 02:09:56 -05:00
Danny Yoo
903e0a62ed Add link to the syntax of the @-reader.
Also defines the "@-form" term in the @-syntax section due to its
frequency.

Closes PR-12589.

original commit: 61db1d64058214426343bb50d0dfa5c5300a0d29
2013-02-21 15:03:01 -07:00
Matthew Flatt
77d079a3ed scribble: fix 'aux stripping for hyperlinks and HTML titles
original commit: ce960756cbea2fa1bafdc0497bb558af851596f6
2013-02-19 14:03:01 -07:00
Matthew Flatt
871a61581c scribble/sigplan: add `subtitle'
Based on David Van Horn's suggestion.

Also, make both `author' and `authorinfo' work (even when mixed).

original commit: c9c4d33a2f93cac296c43d0ba04663a870d31664
2013-02-19 14:03:00 -07:00
Matthew Flatt
835ef02800 scribble: fix "on this page" rendering
A recent change improved "on this page" handling and also
fixed a short-circuit test to almost certainly do what
was originally intended, but the test was wrong, so just
get rid of it.

original commit: 2d5884b26a8aa96cab469b31c8b4d16190f854a9
2013-02-18 17:34:16 -07:00
Danny Yoo
a84adaeddb Revert most of the change to word break, but introduce a nbsp for browser metrics.
Related to PR 13305: I tried to use zero-width-space to force appropriate
line breaks, but unfortunately under Opera on Linux, this shows as
unsupported character glyphs.

Since I can't reliably use zero-width-space, I'm backtracking to the
prior solution on introducing spans with the mywbr class.  However,
I've added in a &nbsp element to the content of the span, as suggested
elsewhere on the web.  This appears to fix the _gcpointer issue that
Eric sees.

original commit: 7323dde0eabf54dafb85d0e882ccefbf33e5535f
2013-02-18 17:19:17 -07:00
Matthew Flatt
34f12bcd59 scribble: preserve order of ".js", ".css", and ".tex" additions
original commit: 08604b027740e515d69b677d8542eb45fc8791b2
2013-02-18 11:14:31 -07:00
Robby Findler
a9141a3c3d add in the rest of the double barred chars (╬ and company)
and adjust the existing ones a little

original commit: d5ffb1e3c01e5f280bafc6e69c2c3eb0f30622ca
2013-02-16 00:09:26 -06:00
Matthew Flatt
f53ec1f67f scribble Latex: support all 2d-cond characters
original commit: c8ae8c419aaafb12beec433a095e774fa07bfa5c
2013-02-15 21:09:18 -07:00
Matthew Flatt
d1fc7f41da scribble: improve HTML handling of 'unnumbered and 'toc-hidden
A part with style property 'toc-hidden no longer
hides child sections, which makes it consistent with Latex/PDF
rendering.

A part with style 'grouper and 'unnumbered does not make its
child parts render as more nested, which is consistent with
'gruper without 'unnumbered. An unnumbered grouper is represented
as "" in a section-number list (while #f is still used for
unnumbered non-grouper layers).

original commit: 23d0627acc36998dc76ebd840276c80f47cab459
2013-02-15 20:11:18 -07:00
Matthew Flatt
a9d7b36e4d doc clarification
original commit: 80a22493bd8eff0f7a17a0f951a95ea7ffeaa97f
2013-02-15 16:02:53 -07:00
Robby Findler
05008e5188 fix rendering of example in Guide
closes PR 13517

original commit: 44947880177d903e333f1da3d9cdf4c7a2342eb8
2013-02-13 07:25:36 -06:00