Replies: 5 comments 13 replies
-
Cool! What did he have before? Maybe pydoc. I had tried Sphinx when I first started the project; I couldn’t get it to work with embedded |
Beta Was this translation helpful? Give feedback.
-
Another modern alternative to be aware of is MkDocs. It uses Markdown by default, which is a bit less cumbersome to use than reStructuredText in my opinion. An example of documentation built with MkDocs: https://fastapi.tiangolo.com/ |
Beta Was this translation helpful? Give feedback.
-
Documentation is a task that can be measure in man years. So big in fact that BricsCAD, ZwCAD, and GStarCad just generate class hierarchies with functions. We had the same once, it was useful in that it listed and categorized the classes and functions Do we need more? If so, what is our plan?
Many hands make light work; how can users contribute to the documentation? As of now, the master help is inside an SQLite database, the idea at the time was I could plug in a row index in the C++ source. This became a problem when doing BricsCAD stuff because BricsCAD won’t load Python’s SQLite, so I started exporting to JSON. How can this be improved to make it easily accessible while maintaining the unique row ids?
I think it should be well thought out this time around |
Beta Was this translation helpful? Give feedback.
-
I have two motivations for this:
|
Beta Was this translation helpful? Give feedback.
-
@gswifort 👍 What I personally would be very much interested is a sample structure for a project. I have tried something in repeating samples copying parts of the BRXSDK. Let's say one was a user to manage and extend a command collection or even an entire custom ribbon set, it would be awfully helpful to peek into the code structure of a PyRx Python pro how they would approach the task. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I plan to start working on (at least) basic documentation, using Sphinx.
Beta Was this translation helpful? Give feedback.
All reactions