Open deni-zen opened 8 years ago
I generated some PHPDocumentor documentation on my macbook at /Users/luke/Sites/csvelte-pages/csvelte/phpdoc
Although I did generate docs for the current version and they are hosted on gh-pages, I still need to find a way to do this for each release automatically. Pushing this to v0.2 for now.
Well, it appears that it's finally time to move my API docs over to Sphinx. There is a bug in ApiGen that makes it impossible to use with CSVelte now that I am using namespaced functions. See https://github.com/apigen/apigen/issues/495 for more info on that.
It's for the best... it will be much easier to maintain my API docs when they're all within Sphinx and on one domain/URI. So make it happen with the Sphinx PHP API docs generator you found... there's already an issue for it somewhere I believe...
Well, unfortunately sphpdox uses the same library that causes the damn bug, so I'm just kinda screwed I guess.
Find the easiest/best way to generate API documentation for the library. Generate PHP HTML Documentor or whatever it is. Then see if you can find some feature of Github that allows me to create easy-to-use documentation pages.
It would probably be better to make the URL like:
Or something... figure it out.
This is the command I use to generate the docs: