Giter Club home page Giter Club logo

Comments (9)

davelab6 avatar davelab6 commented on May 18, 2024

I suggest hosting the documentation with readthedocs, and using their webhooks - http://read-the-docs.readthedocs.org/en/latest/webhooks.html

Alternatively we can use travis to generate the documentation and push it to the gh-pages branch on each commit, such that https://trufont.github.io/trufont and https://trufont.github.io/defcon and so on provides the docs live on the web.

I'd like to see a 'porting from robofab to defcon' guide included in the docs at some point.

from trufont.

twardoch avatar twardoch commented on May 18, 2024

I'll soon opensource some modules that allow for a Github Wiki -> MkDocs -> ReadTheDocs workflow. We use it for the new docs on http://help.fontlab.com/

from trufont.

davelab6 avatar davelab6 commented on May 18, 2024

@twardoch sounds nice! However, I don't recommend using the github wiki system, I think markdown files within the main git tree is better; because the contributions to the wiki aren't counted, and there is no pull request system there. However, I know Adrien loves a clean git commit history, so maybe he doesn't want docs activity cluttering up the timeline ;p

Can your tools be extended to include the info in the code's docstrings?

from trufont.

adrientetar avatar adrientetar commented on May 18, 2024

Code docs inline the rest are tutorials on the website.

from trufont.

twardoch avatar twardoch commented on May 18, 2024

Actually, for a Python-based app, I'd probably recommend http://sphinx-doc.org/ after all, with sources written in reST. Markdown is good for "narrative" pieces but reST seems much better suited for code-intense docs. And it's fine for "narrative" as well, it's just a bit more complex. ReadTheDocs can consume both Sphinx- and MkDocs-generated documentation.

Sphinx is much more powerful and extensive, while MkDocs is really very simple.

For FLVI, I'll most likely be using reST+Sphinx for the Python portions and Markdown+MkDocs for the narrative docs. Both systems are Python-based and use Jinja2, so it's possible to achieve visual parity between those parts, but I'm not sure if "my" system would be a good choice for TruFont after all.

from trufont.

twardoch avatar twardoch commented on May 18, 2024

Since, in a way, reStructuredText is a "superset" of Markdown, it's also possible to draft or initially write the docs in Markdown, then convert to reStructuredText using Pandoc, and integrate with the code-inline Python stuff (written in reST). Then use Sphinx and host at ReadTheDocs. I myself prefer Markdown for writing, but perhaps I'll switch to reStructuredText at some point, for all authoring, or as an intermediate step.

See:

from trufont.

davelab6 avatar davelab6 commented on May 18, 2024

On 26 October 2015 at 13:03, Adrien Tétar [email protected] wrote:

Code docs inline the rest are tutorials on the website

The website will be Github Jykll?

from trufont.

adrientetar avatar adrientetar commented on May 18, 2024

is

from trufont.

adrientetar avatar adrientetar commented on May 18, 2024

Closing in favor of #520.

from trufont.

Related Issues (20)

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.