csctd / sphinx_pechakucha

MIT License
0 stars 0 forks source link

Setup Sphinx extension infrastructure #2

Open Obarrie opened 10 months ago

Obarrie commented 10 months ago
brownsarahm commented 10 months ago

how is this going?

Obarrie commented 10 months ago

Isaac and I are working on it, we will have something for you by Sunday.

isaacgbaba commented 10 months ago

Some quick questions on setting everything up properly we went ahead and installed sphinx using the pip install spinx and got a basic overview of what is is using YouTube and the spinx site

for our next step how do we go about making the extension to do what we need we are kind of stuck and need a little push

brownsarahm commented 10 months ago

So the other things to do is to make sure you are working with this and the test case are both downloaded and then see if you can use the "todo" directive as setup here from the tutorial in your test case. Once you get used to using that then the next steps will be more clear.

Obarrie commented 10 months ago

-Also for this line " then see if you can use the "todo" directive as setup here from the tutorial in your test case." Do you mean the this code "https://github.com/csctd/sphinx_pechakucha/blob/main/_ext%20folder/todo.py"

brownsarahm commented 10 months ago

yeah, you have hat "todo" directive from the tutorial setup, but the next thing to do is to make sure that it is fully setup and your test case is also setup right (as in this extension is used correctly by the test repo)

Obarrie commented 10 months ago

I just made a pull request under the test repo so you can take a look when you can please?