Giter VIP home page Giter VIP logo

sphinx-julia's People

Contributors

bastikr avatar danielkaiser avatar dnadlinger avatar florianrhiem avatar mossblaser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

sphinx-julia's Issues

Broken documentation generation since 5bf850e6

Hello, first off, thank you for Sphinx-Julia!

Starting with 5bf850e using Sphinx-Julia via jl:autofile for our documentation (this file.) generates a lot of warnings, specifically hundreds of lines of WARNING: Inline strong start-string without end-string. and/or WARNING: Inline substitution_reference start-string without end-string.. The documentation does not seem to get recognized correctly and appears unformatted.

Is it easy to set this up on ReadTheDocs?

Hi, I'm really excited about the potential to use this with a julia package my team and I are developing. Have you tried to set this up in the ReadTheDocs build environment? (I just started looking at RTD today and am not yet very familiar with their build environment, but it seems like it might be somewhat complex to set it up with julia.)

If readthedocs is not suitable for building docs with this tool, can you give any recommendations for another build service that we could use (i.e. what do you use to build your documentation hosted on github.io?)

Thanks!

parsetools.reader.read_file doesn't consider julia contents that are 'included'

When trying to automatically import the whole content of a file via the :jl:autofile directive, file contents that are included via an include() statement and would otherwise be available to the julia interpreter are not recognized.

In my specific case it was a file declaring a module X which includes a file declaring module Y. Module X is then properly documented, whilst module Y is missing.

Attempting to explicitly import the module X.Y via the :jl:automodule directive raises the following error in juliautodoc.py's run() method:

ValueError: No matches for directive "module" in  file "<path_to_file>" with arguments ['X.Y']

Inspecting the way you implemented the parsing of julia files in the case of an active pyjulia installation led me to the conclusion that the parsetools.reader.read_file() function doesn't handle include statements yet.

I am using the 2.0 version alongside a julia installation with version 1.10.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.