Skip to content

Commit

Permalink
Merge pull request #9 from yijiangh/master
Browse files Browse the repository at this point in the history
docs env fix
  • Loading branch information
yijiangh authored Aug 22, 2020
2 parents d2d3287 + 007b5e1 commit 3178194
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://travis-ci.org/YingboMa/SafeTestsets.jl.svg?branch=master)](https://travis-ci.org/mohamed82008/TopOpt.jl)
[![codecov](https://codecov.io/gh/mohamed82008/TopOpt.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/mohamed82008/TopOpt.jl)

`TopOpt` is a a topology optimization package written in [Julia](https://github.com/JuliaLang/julia).
`TopOpt` is a topology optimization package written in [Julia](https://github.com/JuliaLang/julia).

## Documentation

Expand Down
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JuAFEM = "30d91d44-8115-11e8-1d28-c19a5ac16de8"
KissThreading = "ece10b52-bc5d-5f9f-8b6e-cc9c6a4b5293"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

`TopOpt` is a a topology optimization package written in [Julia](https://github.com/JuliaLang/julia).
`TopOpt` is a topology optimization package written in [Julia](https://github.com/JuliaLang/julia).

The main functionalities of the package include:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/literate/point_load_cantilever.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#md # The full program, without comments, can be found in the next [section](@ref point-load-cantilever-plain-program).

using TopOpt, Makie
import GeometryBasics, GeometryTypes
import GeometryBasics

# ### Define the problem
E = 1.0 # Young’s modulus
Expand Down

0 comments on commit 3178194

Please sign in to comment.