Giter Club home page Giter Club logo

Comments (6)

jjmccollum avatar jjmccollum commented on July 22, 2024 1

Okay, I've converted readme.md to a single readme.rst file directly using pandoc. Based on the structure I'm seeing for the docs in dcodex, I imagine that this might end up being divided into smaller files or that we'll add other docs later, but again, I'm not familiar with how the process of documentation generation works.

from teiphy.

jjmccollum avatar jjmccollum commented on July 22, 2024 1

Thanks, Rob! I've generated the build files and built the HTML page locally via

poetry run sphinx-build -b html docs docs/_build/html

and the result looked as expected. I probably need to do some additional steps to publish the page online, so I'll leave this issue open for now.

from teiphy.

jjmccollum avatar jjmccollum commented on July 22, 2024 1

Hey @rbturnbull! I just pulled the latest changes, and the updated documentation looks great! And thanks for the paper stub; I hope to get started on that soon! 😄

from teiphy.

jjmccollum avatar jjmccollum commented on July 22, 2024

I've seen and edited some of the docs for dcodex before, and I should be able to convert the readme in Markdown to RST using pandoc, but I might need some help with the next step of "building" the docs and automating this process with GitHub actions per #11.

from teiphy.

rbturnbull avatar rbturnbull commented on July 22, 2024

great work Joey. Here are some instructions:

  • Install sphinx as a dev dependency with: poetry add --dev Sphinx
  • Then use sphinx to create the docs project: sphinx-quickstart
  • more info here: https://www.sphinx-doc.org/en/master/usage/quickstart.html
  • install a sphinx theme. I usually use readthedocs. To install that you can do this: poetry add --dev sphinx-rtd-theme
  • then you add the theme to your conf.py with the line: html_theme = "sphinx_rtd_theme"

from teiphy.

rbturnbull avatar rbturnbull commented on July 22, 2024

Hi @jjmccollum - I've refactored the docs and the readme a bit. I've merged the pull request myself because I wanted the docs to deploy to GH pages. You can see the update here: https://jjmccollum.github.io/teiphy/

I've also added a stub for the paper. it is converted to a PDF each push and it is deployed here: https://jjmccollum.github.io/teiphy/joss-draft.pdf

from teiphy.

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.