summary refs log tree commit diff stats
path: root/config/nimdoc.cfg
Commit message (Expand)AuthorAgeFilesLines
* Add meta tag to ensure that media queries are activated on mobile devices.Konstantin Molchanov2017-04-201-0/+2
* docgen: make whitespace around 'class=' more consistentAndreas Rumpf2017-04-121-1/+1
* Make fonts load from https rather than httpZion2017-03-271-2/+2
* minor CSS improvementAraq2016-10-011-1/+1
* docgen: working search featureAraq2016-09-091-0/+7
* docgen: minor changesAndreas Rumpf2016-09-091-2/+2
* docgen: search featureAndreas Rumpf2016-09-091-0/+9
* generated theindex.html is valid htmlAraq2016-09-091-3/+3
* docgen: group by type featureAndreas Rumpf2016-09-081-0/+21
* docgen: different attachedType generationAndreas Rumpf2016-09-081-1/+1
* documentation now has an 'edit' buttonAndreas Rumpf2016-09-081-2/+4
* docgen: hide pragmasAndreas Rumpf2016-07-081-2/+38
* Made docgen emit valid XML by defaultFelix Krause2016-01-111-3/+3
* Change nimdoc body css color to #666.Dominik Picheta2015-09-171-1/+1
* documentation generator emits configurable html for code listingsAraq2015-07-141-0/+3
* Add NEP1 to documentation.Varriount2015-07-101-1/+5
* Fix typosFederico Ceratto2015-02-151-2/+2
* Improve documentation CSS for smaller resolutionsdef2015-01-111-8/+9
* Mostly get analytics working for docsFlaviu Tamas2014-12-251-0/+2
* Fix paragraph break issue in nimc.txt. Add spacing to command line options ta...Nick Greenfield2014-12-211-0/+4
* Fix blockquotes in documentation; stylize only in docinfo or immediately afte...Nick Greenfield2014-12-211-3/+7
* better CSS; better docs for teh tables moduleAraq2014-12-211-2/+2
* Improved nimdoc styling.Nick Greenfield2014-12-191-210/+1114
* disable 'view source' featureAraq2014-10-201-1/+0
* Fixed missing color definion in docs CSSSimon Krauter2014-10-141-0/+5
* merged better html links #850Araq2014-04-081-3/+32
* Punctation -> Punctuation; fix remaining typos.EXetoC2014-01-291-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* added docgen.rst2html for the forum; fixed tester bug concerning removeDirAraq2012-02-211-1/+1
* docgen: module dependencies are now listedAraq2011-01-161-4/+0
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+5
* test file for c2nimAndreas Rumpf2010-07-211-5/+5
* version 0.8.8Andreas Rumpf2010-03-141-3/+5
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* more enhancements for the libAndreas Rumpf2010-02-081-2/+3
* httpclient uses strtabsAndreas Rumpf2010-02-071-14/+36
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-293/+274
* version 0.7.6Andreas Rumpf2009-04-221-1/+1
* version 0.7.4Andreas Rumpf2009-01-071-1/+5
* version 0.7.2Andreas Rumpf2008-12-121-0/+293
='#n466'>466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724