Skip to content

Commit

Permalink
Merge pull request #87 from TheOnlyZac/update-docs
Browse files Browse the repository at this point in the history
Update documentation website
  • Loading branch information
TheOnlyZac authored Jul 9, 2024
2 parents 0c93fc7 + fede001 commit 00e9ffe
Show file tree
Hide file tree
Showing 4,227 changed files with 341,450 additions and 110,591 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.vscode
sly1
2,594 changes: 2,594 additions & 0 deletions Doxyfile

Large diffs are not rendered by default.

19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
# Sly Cooper Decompilation Docs

This branch contains the documentation for the Sly Cooper Decompilation Project. The docs are generated automatically from the codebase using [Doxygen](https://www.doxygen.nl/index.html). It is hosted on GitHub Pages at [theonlyzac.github.io/sly1](https://theonlyzac.github.io/sly1/).
This branch contains the documentation for the Sly Cooper decompilation. The docs are generated automatically from the codebase using [Doxygen](https://www.doxygen.nl/index.html). It is hosted on GitHub Pages at [theonlyzac.github.io/sly1](https://theonlyzac.github.io/sly1/).


## Generating Docs
## Generating docs

**Requirements**: doxygen, graphviz
Clone the repo and install dependencies.

Clone the repo and run the `generate.sh` script. This will generate the documentation in the `html` directory. You can open `html/index.html` in your browser to preview the documentation.
```bash
sudo apt-get install doxygen graphviz
```

Then run `generate.sh`. It will generate the documentation in the `html` directory. You can open `html/index.html` directly in your browser, or host it using node.js/express as follows.

```bash
npm install
npm start
```


## Contributing

If you find any errors in the documentation, please [open an issue](https://github.com/theonlyzac/sly1/issues/new) or make a pull request on the [main branch](https://github.com/theonlyzac/sly1) to address it directly.
If you find any errors in the documentation, please [open an issue](https://github.com/theonlyzac/sly1/issues/new) or make a pull request.

If you are making a pull request to update the documentation files on this branch, don't forget to `git add` the `html` directory before pushing.
142 changes: 0 additions & 142 deletions docs/CMakeLists_8txt.html

This file was deleted.

147 changes: 0 additions & 147 deletions docs/actseg_8h.html

This file was deleted.

10 changes: 0 additions & 10 deletions docs/actseg_8h__incl.map

This file was deleted.

1 change: 0 additions & 1 deletion docs/actseg_8h__incl.md5

This file was deleted.

Binary file removed docs/actseg_8h__incl.png
Binary file not shown.
Loading

0 comments on commit 00e9ffe

Please sign in to comment.