summary refs log tree commit diff stats
path: root/nimdoc/testproject
Commit message (Expand)AuthorAgeFilesLines
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-061-2/+2
* Fix docs for subdirs too (#13180)Clyybber2020-01-171-1/+1
* Fix docs (#13176)Clyybber2020-01-163-3/+3
* fixes #12998 nim doc regression (#13117)Timothee Cour2020-01-163-3/+3
* feature dracula themed doc (#12816)Andreas Rumpf2019-12-103-2301/+113
* Removing the mention of using `discard` for block comments (#12837) [backport]Elliot Waite2019-12-083-0/+3
* renderer letAux fix only for octal literal (#12343)Ridho Pratama2019-10-083-1/+69
* Implement some custom formatting for input fields in the documentation (#11632)Hugo Locurcio2019-07-033-0/+51
* Render deprecated pragmas (#8886)LemonBoy2019-06-034-0/+54
* Fixes #11078 (#11079)Jasper Jenkins2019-04-232-1/+5
* docgen: add links for var, let and const (refs #10487) (#10868)Miran2019-03-201-1/+1
* fixes #10857 invisible span had width (#10860)Anthon van der Neut2019-03-193-12/+24
* documentation style tweaks (#10790)Miran2019-03-083-9/+9
* fix documentation CSSnarimiran2019-02-053-48/+84
* update documentation CSS (#10543)Miran2019-02-043-2028/+693
* change the expected output of nim docnarimiran2019-01-283-15/+6
* docgen: do not produce trailing commas for linksAraq2019-01-253-20/+20
* docgen: produce links for proc namesAraq2019-01-252-8/+8
* RST parser: fixes #8158Araq2019-01-112-1/+17
* docgen: support markdown headings tooAraq2019-01-113-3/+26
* docgen: support markdown link syntax; enable markdown extensionsAraq2019-01-112-1/+3
* Change documentation details (closes #5525) (#9542)Miran2018-10-312-4/+4
* docgen: fixes #9432 [backport]Araq2018-10-315-1/+132
* Do not encode the anchors in docs (`id` attr in `a` tags) (#9261)Kaushal Modi2018-10-092-4/+4
* Make "koch docs" copy the dochack.js to the right location tooKaushal Modi2018-09-293-3/+3
* Don't prevent ',' from getting escaped in theindex.htmlKaushal Modi2018-09-281-4/+4
* Encode non-alphanum chars like %, + in URLs in the docsKaushal Modi2018-09-282-10/+16
* Revert #7964LemonBoy2018-09-213-1/+25
* make documentation generator tests green againAraq2018-09-132-4/+9
* index generation for docgen knows about subdirectories; index knows about enu...Araq2018-09-133-2/+1272
* added a test for 'nim doc'Andreas Rumpf2018-09-075-0/+2658
' href='#n367'>367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462