Skip to content

Commit

Permalink
README: turn directory structure into a table (JuliaLang#36814)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic authored Aug 24, 2020
1 parent 41781b1 commit dafde76
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,18 @@ can be uninstalled by deleting `~/.julia`.

The Julia source code is organized as follows:

base/ source code for the Base module (part of Julia's standard library)
stdlib/ source code for other standard library packages
contrib/ editor support for Julia source, miscellaneous scripts
deps/ external dependencies
doc/src/manual source for the user manual
doc/build detailed notes for building Julia
src/ source for Julia language core
test/ test suites
ui/ source for various front ends
usr/ binaries and shared libraries loaded by Julia's standard libraries
| Directory | Contents |
| - | - |
| `base/` | source code for the Base module (part of Julia's standard library) |
| `stdlib/` | source code for other standard library packages |
| `contrib/` | editor support for Julia source, miscellaneous scripts |
| `deps/` | external dependencies |
| `doc/src/manual/` | source for the user manual |
| `doc/build/` | detailed notes for building Julia |
| `src/` | source for Julia language core |
| `test/` | test suites |
| `ui/` | source for various front ends |
| `usr/` | binaries and shared libraries loaded by Julia's standard libraries |

## Terminal, Editors and IDEs

Expand Down

0 comments on commit dafde76

Please sign in to comment.