- Timestamp:
- Aug 8, 2017 6:18:53 PM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 793d802
- Parents:
- c26897a
- Location:
- doc/guide
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/guide/plugin.rst
r990d8df r870a2f4 610 610 611 611 :code:`source = ["lib/polevl.c", ...]` 612 (` link to code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/polevl.c>`_)612 (`polevl.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/polevl.c>`_) 613 613 614 614 sas_gamma(x): … … 618 618 on some platforms. 619 619 620 :code:`source = ["lib/sas gamma.c", ...]`621 (` link to code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_gamma.c>`_)620 :code:`source = ["lib/sas_gamma.c", ...]` 621 (`sas_gamma.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_gamma.c>`_) 622 622 623 623 sas_erf(x), sas_erfc(x): … … 631 631 632 632 :code:`source = ["lib/polevl.c", "lib/sas_erf.c", ...]` 633 (` link to error functions' code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_erf.c>`_)633 (`sas_erf.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_erf.c>`_) 634 634 635 635 sas_J0(x): … … 640 640 641 641 :code:`source = ["lib/polevl.c", "lib/sas_J0.c", ...]` 642 (` link to Bessel function's code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_J0.c>`_)642 (`sas_J0.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_J0.c>`_) 643 643 644 644 sas_J1(x): … … 649 649 650 650 :code:`source = ["lib/polevl.c", "lib/sas_J1.c", ...]` 651 (` link to Bessel function's code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_J1.c>`_)651 (`sas_J1.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_J1.c>`_) 652 652 653 653 sas_JN(n, x): … … 660 660 661 661 :code:`source = ["lib/polevl.c", "lib/sas_J0.c", "lib/sas_J1.c", "lib/sas_JN.c", ...]` 662 (` link to Bessel function's code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_JN.c>`_)662 (`sas_JN.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_JN.c>`_) 663 663 664 664 sas_Si(x): … … 684 684 685 685 :code:`source = ["lib/Si.c", ...]` 686 (` link to code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/Si.c>`_)686 (`Si.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/Si.c>`_) 687 687 688 688 sas_3j1x_x(x): … … 695 695 696 696 :code:`source = ["lib/sas_3j1x_x.c", ...]` 697 (` link to code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_3j1x_x.c>`_)697 (`sas_3j1x_x.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_3j1x_x.c>`_) 698 698 699 699 … … 704 704 705 705 :code:`source = ["lib/polevl.c", "lib/sas_J1.c", ...]` 706 (` link to Bessel form's code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_J1.c>`_)706 (`sas_J1.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/sas_J1.c>`_) 707 707 708 708 … … 715 715 716 716 :code:`source = ["lib/gauss76.c", ...]` 717 (` link to code<https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/gauss76.c>`_)717 (`gauss76.c <https://github.com/SasView/sasmodels/tree/master/sasmodels/models/lib/gauss76.c>`_) 718 718 719 719
Note: See TracChangeset
for help on using the changeset viewer.