Skip to content

Commit

Permalink
Merge pull request #4000 from daijingz/CP4
Browse files Browse the repository at this point in the history
#2857 out-of-date README.md Update 6
  • Loading branch information
JacquesCarette authored Jan 3, 2025
2 parents f59fa3a + 1050339 commit dd4d697
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 7 additions & 7 deletions code/drasil-utils/lib/Utils/Drasil/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
--------------------------------------------------
### Summary of Folder Structure and File Contents
Last updated: July 17, 2024
Last updated: December 31, 2024
--------------------------------------------------

CSV.hs
- Contains functions for constructing CSV documents.

Document.hs
- Contains functions for working with `Doc`s.

Expand All @@ -15,12 +18,9 @@ Lists.hs
Maps.hs
- Contains functions for working on `Map`s.

Strings.hs
- Contains functions for working on `String`s with special characters.

CSV.hs
- Contains functions for constructing CSV documents.

README.md
- This file

Strings.hs
- Contains functions for working on `String`s with special characters.

5 changes: 4 additions & 1 deletion code/drasil-website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ The layout of this folder is similar to that of the drasil-example folder. Howev
- Contains all of the individual section files to create the Drasil website. Each section is gathered into `Body.hs`, then sent off to `Main.hs` in `app` to be printed. Please see the website package's [Haddock documentation](https://ant13731.github.io/Drasil/docs/full/drasil-website-0.1.0.0/index.html) for more details.

**WebInfo**
- Contains the images, `css` file, and example descriptions used in the Drasil website. However, both the `css` and `descriptions` folders are currently unused and are leftover from the previous generation of the website. Instead, the Drasil generators create the required `css` files and the descriptions of each example can be found in `lib/Drasil/Website/Example.hs`.
- Contains the images, `css` file, and example descriptions used in the Drasil website. However, both the `css` and `descriptions` folders are currently unused and are leftover from the previous generation of the website. Instead, the Drasil generators create the required `css` files and the descriptions of each example can be found in `lib/Drasil/Website/Example.hs`.

README.md
- This file

0 comments on commit dd4d697

Please sign in to comment.