Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extremely basic rtd impl #102

Merged
merged 18 commits into from
Dec 5, 2022
Merged

extremely basic rtd impl #102

merged 18 commits into from
Dec 5, 2022

Conversation

nonowazu
Copy link
Contributor

Purpose
This is the start of a transition from pydoc to sphinx for readthedocs (so we're more in line with what the general community does for python projects)

New Features
s/pydoc/sphinx/

Bug Fixes
No bug fixes, but we're severely lacking on documentation now. Also the workflows will need to change.

Before/After
s/pydoc/sphinx/

Additional Context
Restructured text is... far from my favorite.

@ayyaruq ayyaruq linked an issue Oct 6, 2022 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 13, 2022

Codecov Report

Merging #102 (a4e933e) into master (5239902) will decrease coverage by 0.37%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
- Coverage   13.40%   13.02%   -0.38%     
==========================================
  Files          40       40              
  Lines         873      898      +25     
  Branches       14       14              
==========================================
  Hits          117      117              
- Misses        756      781      +25     
Impacted Files Coverage Δ
nari/io/reader/__init__.py 100.00% <ø> (ø)
nari/types/event/__init__.py 100.00% <ø> (ø)
nari/types/event/ability.py 0.00% <ø> (ø)
nari/types/event/actorspawn.py 0.00% <ø> (ø)
nari/types/event/cast.py 0.00% <0.00%> (ø)
nari/types/event/config.py 0.00% <ø> (ø)
nari/types/event/death.py 0.00% <ø> (ø)
nari/types/event/effectresult.py 0.00% <ø> (ø)
nari/types/event/gauge.py 0.00% <ø> (ø)
nari/types/event/instance.py 0.00% <0.00%> (ø)
... and 13 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@ayyaruq ayyaruq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments, mostly just observations and some nits before I gave up on doing that before the PR is out of draft. Structurally it seems fine, docs could use some editing for consistency with punctuation/capitalisation but I can do a full pass later with suggestions you can just hit or dismiss.

One Q tho, is Make the best idea here? I know we spoke about Taskfiles before and Make isn't super approachable beyond basics.

@nonowazu nonowazu marked this pull request as ready for review November 7, 2022 04:51
@nonowazu nonowazu requested a review from a team as a code owner November 7, 2022 04:51
@ayyaruq ayyaruq merged commit a320a66 into xivlogs:master Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate docs to ReadTheDocs
2 participants