Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Dongdong Tian 77a271708e
Fix the comments in GMT_RGBchart.sh script (#4210)
5 years ago
..
f764fde938
Changed scripts to nicely indent commands between "begin" and "end" (#1866)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
5b2f28209b
Remove trailing whitespaces (#2472)
5 years ago
c1a28a9739
Simplify tutorial scripts (#1748)
5 years ago
214bbf1b60
Revise verbosity default levels and their names and abbreviations (#2585)
5 years ago
c1a28a9739
Simplify tutorial scripts (#1748)
5 years ago
f764fde938
Changed scripts to nicely indent commands between "begin" and "end" (#1866)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
c1a28a9739
Simplify tutorial scripts (#1748)
5 years ago
f764fde938
Changed scripts to nicely indent commands between "begin" and "end" (#1866)
5 years ago
c1a28a9739
Simplify tutorial scripts (#1748)
5 years ago
5b2f28209b
Remove trailing whitespaces (#2472)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
5b2f28209b
Remove trailing whitespaces (#2472)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
b8106c1c0c
Update how CPT hinges are handled (#2416)
5 years ago
f764fde938
Changed scripts to nicely indent commands between "begin" and "end" (#1866)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
00bc000d0a
Let all gallery examples be run using SI Default settings (#2755)
5 years ago
00bc000d0a
Let all gallery examples be run using SI Default settings (#2755)
5 years ago
5bc5a28c13
Vector doc improvement (#3899)
5 years ago
5bc5a28c13
Vector doc improvement (#3899)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
5b2f28209b
Remove trailing whitespaces (#2472)
5 years ago
83800d0164
Default dpi for patterns was incorrect (#2271)
5 years ago
5b2f28209b
Remove trailing whitespaces (#2472)
5 years ago
cc336ee559
Let all projection examples use SI (#2574)
5 years ago
cc336ee559
Let all projection examples use SI (#2574)
5 years ago
d0a1ae0a18
Update fail_count.txt with the known failures, plus improve README files (#864)
6 years ago
9b001bdd3c
Use remote files in scripts and tests when possible (#4011)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
10e90d314b
Better grdflexure documentation, now with figure (#3352)
5 years ago
10e90d314b
Better grdflexure documentation, now with figure (#3352)
5 years ago
21af531433
Add new module psevents for plotting events (#718)
6 years ago
9c889246e8
Events checking (#3274)
5 years ago
9c889246e8
Events checking (#3274)
5 years ago
9c889246e8
Events checking (#3274)
5 years ago
21af531433
Add new module psevents for plotting events (#718)
6 years ago
9c889246e8
Events checking (#3274)
5 years ago
21af531433
Add new module psevents for plotting events (#718)
6 years ago
9c889246e8
Events checking (#3274)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago

README.scripts

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. #
  2. # This is README for the doc/scripts directory
  3. #
  4. # Each bash script should make a PostScript plot.
  5. # The script should report a PASS/FAIL grade so
  6. # that it is easy to tell which test failed.
  7. # There needs to be an original PS file
  8. # with the same file prefix as the script (stuff.sh -> stuff.ps).
  9. # In addition, each script that fails should add a single line
  10. # to the file ../fail_count.txt so we may report a total.
  11. # Scripts that are known to fail can be excluded from the test
  12. # by adding the comment
  13. # # GMT_KNOWN_FAILURE
  14. # to the script anywhere.
  15. #
  16. # P. Wessel, June 2019
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...