Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani authored Nov 27, 2022
1 parent a63bb11 commit 4a1e392
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@
[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://jverzani.github.io/CalculusWithJulia.jl/dev/)
[![Build Status](https://travis-ci.com/jverzani/CalculusWithJulia.jl.svg?branch=master)](https://travis-ci.com/jverzani/CalculusWithJulia.jl)

`Julia` package to provide notes and features for using `Julia` to address typical problems from the undergraduate calculus sequence.

`Julia` package to provide support for accompanying notes written to demonstrate the use of `Julia` as a tool to address typical problems from the undergraduate calculus sequence.

The notes may be read at [calculuswithjulia.github.io](https://calculuswithjulia.github.io).

The notes expect that this package is installed, as it also provides a handful of conveniences for the task.


## Contributing

This is a work in progress. To report an issue, make a comment, or suggest something new, please file an [issue](https://github.com/jverzani/CalculusWithJulia.jl/issues/). In your message add the tag `@jverzani` to ensure it is not overlooked. Otherwise, an email to `verzani` at `math.csi.cuny.edu` will also work.

To make edits to the documents directly, a pull request with the modified `*.jmd` files in the `CwJ` directory should be made. Minor edits to the `*.jmd` files should be possible through the GitHub web interface. The `*.html` files are generated using `Julia's` `Weave` package. This need not be done.
The accompanying notes have their own edit feature.

0 comments on commit 4a1e392

Please sign in to comment.