Skip to content

Commit

Permalink
documenter 1.0, address missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Sep 19, 2023
1 parent 36fdfac commit 9a03f89
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/assumptions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ end
## export
#export Q

const 𝑄 = Q
#const 𝑄 = Q

"""
𝑄
Expand All @@ -362,6 +362,5 @@ Exported symbol for [`SymPy.Q`](@ref), a Julia module implementing `sympy.Q`
At one time, the symbol `Q` was exported for this. To avoid namespace clutter, the unicode alternative is now used. Legacy code would need a definition like `const Q = SymPy.Q` to work.
"""
𝑄
export 𝑄

const 𝑄 = Q
export 𝑄

0 comments on commit 9a03f89

Please sign in to comment.