JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
269 stars 61 forks source link

Docfix; close issue #357 #358

Closed jverzani closed 4 years ago

jverzani commented 4 years ago

Close #357 by using Documenter and jldoctest for the tutorial and introduction documents.

jverzani commented 4 years ago

Hi @ararslan . You were very helpful setting up a deployment key for Polynomials.jl, do you think you could help again? In following the instructions produced by DocumenterTools.genkeys I got stuck adding a public key. I also can't add to https://travis-ci.com/JuliaPy/SymPy.jl/settings, but I think https://travis-ci.com/jverzani/SymPy.jl/settings will work for that. Sorry to take your time, but I'm admittedly new to using Documenter, and think I need some assistance with this part.

ararslan commented 4 years ago

I'd be happy to help but in this case I can't, since, like you, I don't have owner-level privileges in the organization. That's required to access repository settings and add the necessary deployment keys. @stevengj, could you perhaps take care of this?

jverzani commented 4 years ago

Thanks for the response!

stevengj commented 4 years ago

I've changed @jverzani and @ararslan to have Owner access.

jverzani commented 4 years ago

Thanks!

ararslan commented 4 years ago

@jverzani, looks like you added a deploy key for Documenter. Are you all set here then or is there anything else I can help with?

jverzani commented 4 years ago

@ararslan Thanks for following up. I thing I'm good to go. Your help was very much appreciated.