You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the meantime, please take a look at our [contributing guidelines](CONTRIBUTING.md) for some general tips on how to document your contributions, and at our official documentation's [repository](https://github.com/openfisca/openfisca-doc/blob/master/README.md) to in case you want to know how to build it by yourself —and improve it!
137
137
138
-
### To verify that the documentation still builds correctly
139
-
140
-
You can run:
141
-
142
-
```sh
143
-
make test-doc
144
-
```
145
-
146
-
### If it doesn't, or if the doc is already broken.
147
-
148
-
Here's how you can fix it:
149
-
150
-
1. Clone the documentation, if not yet done:
151
-
152
-
```
153
-
make test-doc-checkout
154
-
```
155
-
156
-
2. Install the documentation's dependencies, if not yet done:
157
-
158
-
```
159
-
make test-doc-install
160
-
```
161
-
162
-
3. Create a branch, both in core and in the doc, to correct the problems:
7. Finally, open a pull request both in [core](https://github.com/openfisca/openfisca-core/compare/master...fix-doc) and in the [doc](https://github.com/openfisca/openfisca-doc/compare/master...fix-doc).
193
-
194
-
Continuous integration will automatically try to build the documentation from the same branch in both core and the doc (in our example "fix-doc") so we can integrate first our changes to Core, and then our changes to the doc.
195
-
196
-
If no changes were needed to the doc, then your changes to core will be verified against the production version of the doc.
197
-
198
-
If your changes concern only the doc, please take a look at the doc's [README](https://github.com/openfisca/openfisca-doc/blob/master/README.md).
199
-
200
-
That's it! 🙌
201
-
202
138
## Serving the API
203
139
204
140
OpenFisca-Core provides a Web-API. It is by default served on the `5000` port.
0 commit comments